Search found 6 matches
- Mon Jun 03, 2013 8:08 am
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Re: Parent/Child Relationships head scratcher
So I guess the next question really is, why is Nagios only checking it twice, instead of all 5 times that it's supposed to?
- Fri May 31, 2013 3:02 pm
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Re: Parent/Child Relationships head scratcher
Over the course of that day, the router had gone down several times; There were some recoveries, but at one point, it was pretty hard down for some time--each time the pfsense OS kernel would panic due to some flaky hardware (long story ;) ), but when it started panicking only minutes after it reboo...
- Fri May 31, 2013 1:16 pm
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Re: Parent/Child Relationships head scratcher
For the purposes of this discussion, yes, it's just the ones behind the router. I did discover some custom entries monitoring our esxi server complaining, but I discovered that when I created the commands for those checks, that I accidentally told it to use $HOSTNAME$ instead of $HOSTADDRESS$. And s...
- Thu May 30, 2013 4:08 pm
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Re: Parent/Child Relationships head scratcher
Sure thing. Here's the router config: define host{ name generic-host; The name of this host template check_period 24x7 ; By default, hosts are checked round the clock check_command check-host-alive; Default command to check if servers are "alive" check_interval 1 ; Actively check the host ...
- Thu May 30, 2013 10:56 am
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Re: Parent/Child Relationships head scratcher
That does makes sense to me, however, once it determined that the router was in fact down, wouldn't it change the child hosts to unreachable? In my recent experience with the downed router, it did determine that the router was down, but never changed the others to unreachable, and continued sending ...
- Wed May 29, 2013 4:06 pm
- Forum: Open Source Nagios Projects
- Topic: Parent/Child Relationships head scratcher
- Replies: 10
- Views: 4502
Parent/Child Relationships head scratcher
So I have a question. I have two Nagios setups that are up and configured, and well to my liking, save for one point--parent/child relationships. I went ahead and added the parents field to all of my hosts, disabled unknown notifications, and now the map reflects fairly accurately our network, as na...