[bradm] Add haproxy nrpe checks
This commit is contained in:
@@ -500,7 +500,9 @@ def update_nrpe_config():
|
|||||||
hostname = nrpe.get_nagios_hostname()
|
hostname = nrpe.get_nagios_hostname()
|
||||||
current_unit = nrpe.get_nagios_unit_name()
|
current_unit = nrpe.get_nagios_unit_name()
|
||||||
nrpe_setup = nrpe.NRPE(hostname=hostname)
|
nrpe_setup = nrpe.NRPE(hostname=hostname)
|
||||||
|
nrpe.copy_nrpe_checks()
|
||||||
nrpe.add_init_service_checks(nrpe_setup, services(), current_unit)
|
nrpe.add_init_service_checks(nrpe_setup, services(), current_unit)
|
||||||
|
nrpe.add_haproxy_checks(nrpe_setup, current_unit)
|
||||||
nrpe_setup.write()
|
nrpe_setup.write()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user