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

4 lines
109 B
PHP
Raw Normal View History

<?php
2020-09-21 15:40:17 +02:00
2020-09-21 15:59:34 +02:00
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . '/check_haproxy ' . $service['service_param'];