View previous topic :: View next topic |
Author |
Message |
pinkyorthebrain n00b
Joined: 12 Feb 2004 Posts: 2
|
Posted: Thu Feb 12, 2004 6:12 am Post subject: device monitoring |
|
|
I have searched through a bunch of stuff, but have not found exactly what I need. I am needing something that can essentially do a ping test against other machines on the network. if a specifed machine fails to respond, then I need a notification (somehow, prefereablly script out to email....). The issue lies with power brown outs on remote equipment and them staying in the off state instead of rebooting. Any suggestions? |
|
Back to top |
|
|
mothbitten n00b
Joined: 06 Jan 2003 Posts: 5
|
Posted: Thu Feb 12, 2004 6:32 am Post subject: |
|
|
how about writing a perl or bash script in a cron job set to execute every few minutes which pings each of the servers and sends you an e-mail if there is no response? That would seem to do what you want. |
|
Back to top |
|
|
pinkyorthebrain n00b
Joined: 12 Feb 2004 Posts: 2
|
Posted: Thu Feb 12, 2004 3:57 pm Post subject: |
|
|
I would like to do that, but I am a little weak in the programming area. If I could find a script similar to what I want, I could probably mod it to fit. Thx |
|
Back to top |
|
|
Janne Pikkarainen Veteran
Joined: 29 Jul 2003 Posts: 1143 Location: Helsinki, Finland
|
Posted: Thu Feb 12, 2004 7:06 pm Post subject: |
|
|
Nagios is a powerful tool for monitoring systems, it can monitor much more than just ping. Then there's Mon which people sometimes have recommended to me, but I'm used to Nagios myself... _________________ Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.". |
|
Back to top |
|
|
|