Query on fix [TPS#13871] applied in 5.8.8
Posted: Mon Dec 17, 2018 6:46 am
Hey folks.
Just installed 5.8.8 on a preprod node to investigate this fix [which I referenced here: https://support.nagios.com/forum/viewto ... 16&t=50502 ].
It seems to partially work. I have a service check file containing 3 checks [DNS related]. I ran the import and only one of the three got duplicated. Previously all three would have been duplicated. I removed the duplicate, and re-ran, and same issue.
As you can see the checks are pretty identical. However only the Bind Throughput is duplicating? Is my issue supposed to be fully resolved?
Just installed 5.8.8 on a preprod node to investigate this fix [which I referenced here: https://support.nagios.com/forum/viewto ... 16&t=50502 ].
It seems to partially work. I have a service check file containing 3 checks [DNS related]. I ran the import and only one of the three got duplicated. Previously all three would have been duplicated. I removed the duplicate, and re-ran, and same issue.
Code: Select all
define service {
use sv-service
hostgroup_name dns
service_description DNS: Bind DNS Throughput
check_command check_nrpe!check_bind_stats!!!!!!!!
parents alive
}
define service {
use sv-service
hostgroup_name dns
service_description DNS: xxxom.com lookup
check_command check_dns!axxx.xxxom.com
parents alive
}
define service {
use sv-service
hostgroup_name dns
service_description DNS: Processes - NameD
check_command check_nrpe!check_named_procs!!!!!!!
parents alive
}