- Added $check_cmd for check_dhcp as per:

https://github.com/librenms/librenms/pull/3244#issuecomment-210145913
This commit is contained in:
Aaron Daniels
2016-04-18 08:57:33 +10:00
parent a5620f2f2f
commit ed24d95f00

View File

@@ -0,0 +1,2 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_dhcp ".$service['service_param'];