MONITOR YOUR SERVERS WITH LIVEWATCH
Livewatch is a server monitoring have use of that I;m regulating to guard my dedicated servers 24/7 to have certain that they have been running. The categorical value of Livewatch over identical services is that we can check each component of a server as great as not usually a http connection. It is for e.g. probable to check a http connection, MySQL, Email, FTP, comparison ports as great as flattering most all else that we have regulating by unchanging expressions.
This competence receptive to advice treacherous as great as worry during initial though it is not. we have use of it to check that a http as great as mysql services have been regulating upon my servers. The http tie can be checked with a php book that they suggest upon their website. Just download as great as upload it to your web server as great as have them comply a trail that links to a script.
Users get told in countless ways if a have use of fails. They can embrace emails, SMS, present follower notifications as great as even phone calls depending upon a subscribed plan.
Livewatch is charity a singular giveaway devise that is great for watching a singular component of a server, for e.g. a http connection. Each comment is removing a certain volume of giveaway SMS as great as phone calls per month. The giveaway comment gets a singular giveaway SMS per month as great as total email notifications whilst a Premium comment receives thirty SMS, fifteen phone calls as great as total emails as well.
If we conduct mixed servers or wish to check upon assorted services regulating upon a server we could allow to a paid devise (like we did).
The intervals that have been used to check a services have been reduce in a paid skeleton as well. The services upon a giveaway comment have been checked each 10 mins as great as each 5 mins if an blunder was found whilst a Gold reward services have been checked each minute.
SMS have been send in to unfamiliar countries as great (the have use of is formed in Germany) though have been charged stand in a volume of a singular SMS that equates to that dual SMS have been subtracted for each singular SMS that is send out.
Take a demeanour during a in abyss feature list that compares a giveaway as great as reward accounts.
Here is a database php checker that I;m regulating in multiple with unchanging expressions to have certain my database is up as great as running:
$dbhost = 'localhost';
$dbuser = 'enter database user';
$dbpass = 'enter database password;
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error');
$dbname = 'enter database name';
mysql_select_db($dbname);
if ($conn) {echo "ok";}
else {echo "fehler";}
?>
This elementary book tries to bond to a MySQL database as great as prints ok if a tie was successful as great as Error if it was not. I;m regulating a unchanging countenance /ok/ upon a Livewatch website to check if ok is returned that equates to that a database is up. If ok is not returned a Livewatch have use of assumes a database is down as great as will forewarn me.
I not long ago had a discuss with their glorious await as great as they offering a reward for Ghacks readers. If we signup for an comment we get an one more 50 cents in your comment that is great for 3 SMS. (And no, this is not a mention link, I;m not removing anything if we signup for giveaway or reward accounts. we only similar to a have use of really much)
Author: Martin Brinkmann
Monitor Your Servers With Livewatch
Uncategorized