Page 1 of 1
Is there a way to not report any of services running on a ho
Posted: Fri Aug 21, 2020 11:03 am
by covid19
hi,
Is there a way to not report any of services running on a host, while the host is down?
Thanks
pramod
Re: Is there a way to not report any of services running on
Posted: Mon Aug 24, 2020 12:05 pm
by gormank
Have a look at nagios.cfg. There should be a setting that tells things not to check services when a host is unreachable.
Re: Is there a way to not report any of services running on
Posted: Wed Sep 02, 2020 9:28 am
by covid19
hello gormank ,
Thanks for your feedback.. as i i have already seen nagios.cfg but i could not understand which specific option to be use for this suppression.
there will great help if you suggest any particulate option in nagios.cfg. ?
Thanks
pramod
Re: Is there a way to not report any of services running on
Posted: Wed Sep 02, 2020 4:11 pm
by benjaminsmith
HI,
I believe this is the setting you'd like to change.
Format: host_down_disable_service_checks=<0/1>
Example: host_down_disable_service_checks=1
This option will disable all service checks if the host is not in an UP state. While desirable in some environments, enabling this value can distort report values as the expected quantity of checks will not have been performed
https://assets.nagios.com/downloads/nag ... gmain.html
Re: Is there a way to not report any of services running on
Posted: Tue Sep 15, 2020 12:33 pm
by covid19
Thanks benjaminsmith,
we have done the changes.. but not yet test. will keep you update if its work.
thanks