Hello,
I'm running monit 4.7 on Red Hat 9. I've got about 20 remote sites I
monitor by using ICMP (just to see if they are "up"). One site is a
router (We'll call it HOST1) that I can ping from the command line on
the RH9 box, but I consistently get "Connection Failed" on the Monit
Service Manager webpage.
Here is the monitrc entry for HOST1 and HOST2 (with the names & IPs
changed):
check host HOST1 with address 99.99.99.99
if failed icmp type echo count 5 with timeout 15 seconds
then alert
check host HOST2 with address 99.99.99.100
if failed icmp type echo count 5 with timeout 15 seconds
then alert
The HOST1 entry fails, but the HOST2 entry works. I can ping both
hosts from the command line. Any ideas?
Thanks,
Bob
|