Check_haproxy service

The -H option isn’t available for check_haproxy.
Therefore a new file (includes/services/check_haproxy) is needed with this content;

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

Please submit a pull request with this fix.

1 Like