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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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'];