Good day,
Just wondering why are there no details in my host detail links. I’m using Nagios 2.6. Never encountered this scenario before. Did I forgot to include something in my .cfg files???
See attached file for your reference.
TIA
Good day,
Just wondering why are there no details in my host detail links. I’m using Nagios 2.6. Never encountered this scenario before. Did I forgot to include something in my .cfg files???
See attached file for your reference.
TIA
Most likely you have
active_checks_enabled 0
You don’t want to run scheduled hosts checks every 5 minutes, with the check_interval setting, but you do want to enable active_checks_enabled.
So this is what you should have in hosts.cfg
check_interval 0
active_checks_enabled 1