Stop unconfigured objects from showing up on logs repeatedly
Posted: Wed Feb 26, 2014 8:15 am
In my deployment we mainly use Passive checks.
I have some passive checks that are sent regularly however I do not want to configure them as of yet.
However it becomes a "problem" when constantly these messages keep popping up on the log files:
How can i achieve this?
I have some passive checks that are sent regularly however I do not want to configure them as of yet.
However it becomes a "problem" when constantly these messages keep popping up on the log files:
... and ...[1393420415] Warning: Check result queue contained results for host 'XXXXX', but the host could not be found! Perhaps you forgot to define the host in your config files?
... and (The ones that are correctly configured) ....[1393420445] Warning: Check result queue contained results for service 'PING' on host 'XXXXX', but the service could not be found! Perhaps you forgot to define the service in your config files?
Now I still want the objects to show up as unconfigured objects, i just want Nagios to stop logging it all the time to the logs.[1393421045] SERVICE ALERT: XXXXXX;Current Load;OK;HARD;1;OK - load average: 0.15, 0.22, 0.21
How can i achieve this?