Files
librenms-librenms/includes/services/check_haproxy.inc.php
T

3 lines
108 B
PHP
Raw Normal View History

<?php
2019-06-23 00:29:12 -05:00
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . "/check_haproxy " . $service['service_param'];