Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: [OT] Server Monitoring

by dragonchild (Archbishop)
on May 31, 2005 at 15:10 UTC ( [id://462083]=note: print w/replies, xml ) Need Help??


in reply to [OT] Server Monitoring

There's several "stops working" scenarios you might want to look at.
  • httpd stops working.

    Use a cron job on the webserver to make sure an httpd process exists.

  • Database stop working.

    Use a cron job on the DB server to make sure the DB process is running.

  • The machine itself stops working.

    Use a cron job on some other machine to ping the server.

Cron jobs and Mail::Sendmail to your cellphone are all you really need.


  • In general, if you think something isn't in Perl, try it out, because it usually is. :-)
  • "What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?"

Replies are listed 'Best First'.
Re^2: [OT] Server Monitoring
by Jaap (Curate) on May 31, 2005 at 15:20 UTC
    True. But i was kindof hoping there would be a ping service out there already.
      If it takes you more than 30 minutes to write these three scriptlets, I'd be shocked.

      • In general, if you think something isn't in Perl, try it out, because it usually is. :-)
      • "What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://462083]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-18 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found