mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- Added $check_cmd for check_dhcp as per:
https://github.com/librenms/librenms/pull/3244#issuecomment-210145913
This commit is contained in:
2
includes/services/check_dhcp.inc.php
Normal file
2
includes/services/check_dhcp.inc.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$check_cmd = $config['nagios_plugins'] . "/check_dhcp ".$service['service_param'];
|
Reference in New Issue
Block a user