mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
$check_cmd = $config['nagios_plugins'] . "/check_procs ".$service['service_param'];
|
||||
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . "/check_procs " . $service['service_param'];
|
||||
|
Reference in New Issue
Block a user