Re: NRPE Not Working
Posted: Wed Jul 20, 2016 11:45 am
So in my service definition I was using "use local-service". I changed this to "use generic-service" which had no effect (kind of expected). I then remove the "use <service>" clause and put in only the relevant parts (i.e. host_name, service_description, check_command, max_check_attempts, retry_check_interval, check_period, notification_interval). These were set to the same values as defined for "generic-service" in templates.cfg. All is fine and working now. Bizarre...