I have lots of services defined. Sometimes I want to disable a service, but I do not want to remove the service definition. There are flags to disable the checks:
active_checks_enabled 0
passive_checks_enabled 0
But the flags are still being shown (see image):
Is there a flag to avoid nagios to display the service? I can of course comment it out from the service definition, but I would prefer to use a flag instead.