puppet-nagios icon indicating copy to clipboard operation
puppet-nagios copied to clipboard

nagios service is not restarted when services and hosts are removed

Open vchepkov opened this issue 11 years ago • 2 comments

Hi,

I noticed when services or hosts are removed nagios service is not restarted. Bug or I forgot to turn on some flag?

Thanks, Vadym

vchepkov avatar Jun 17 '14 02:06 vchepkov

I think it's unfortunately more of a limitation : Since all of the resources (hosts, services, etc.) are exported resources which get purged, it seems to work to have new ones notify the service, but removed ones don't seem to be possible to track in a way where they could also notify the service.

If you do find a solution or workaround, please do post it. In any case, "no, it's not just you" :-)

thias avatar Jun 17 '14 07:06 thias

I submitted a PR #79 to address the issue

vchepkov avatar Mar 24 '16 19:03 vchepkov