Files
librenms-librenms/includes/services/check_dhcp.inc.php

4 lines
106 B
PHP
Raw Normal View History

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