librenms-librenms/includes/services/check_haproxy.inc.php
Robbert 7dfd0a3a89 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.
2018-03-18 21:22:01 +00:00

3 lines
92 B
PHP

<?php
$check_cmd = $config['nagios_plugins'] . "/check_haproxy ".$service['service_param'];