Search found 3 matches
- Wed Nov 20, 2013 10:43 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring a server by ping from multiple locations
- Replies: 3
- Views: 1874
Re: Monitoring a server by ping from multiple locations
Thanks - I was hoping for an off-the-shelf solution rather than roll-my-own. Looks like I may have to do some scripting after all.
- Wed Nov 20, 2013 10:07 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring a server by ping from multiple locations
- Replies: 3
- Views: 1874
Monitoring a server by ping from multiple locations
Hi,
Is is possible to monitor a server using PING from multiple (say, 3) locations and for a central Nagios instance to pool the results to determine whether the server status is OK (3/3 PINGs OK), WARNING (2/3 PINGS OK) and ERROR (<2 PINGS OK).
Thanks
Is is possible to monitor a server using PING from multiple (say, 3) locations and for a central Nagios instance to pool the results to determine whether the server status is OK (3/3 PINGs OK), WARNING (2/3 PINGS OK) and ERROR (<2 PINGS OK).
Thanks
- Wed Jan 04, 2012 11:42 am
- Forum: Open Source Nagios Projects
- Topic: Reading a value from a Web page
- Replies: 1
- Views: 1043
Reading a value from a Web page
Hi, Is there a plugin that allows a value to be read from a Web page and then for that value compared to defined thresholds? I have a bash script that reads a USB temperature sensor, logs the data, sends email alerts if necessary and also generates a simple web page showing the temperature. If I cou...