feature: Added check_haproxy service configuration (#8412)

* Added check_haproxy service configuration.
Default configuration had -H option which isn't supported by the nagios check_haproxy plugin.

* Added check_haproxy service configuration.
Default configuration had -H option which isn't supported by the nagios check_haproxy plugin.

* Added check_haproxy service configuration.
Default configuration had -H option which isn't supported by the nagios check_haproxy plugin.
This commit is contained in:
Robbert
2018-03-18 21:22:01 +00:00
committed by Neil Lathwood
parent a4048f54f1
commit 7dfd0a3a89
+2
View File
@@ -0,0 +1,2 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_haproxy ".$service['service_param'];