librenms/includes/services/check_procs.inc.php
2020-09-21 15:59:34 +02:00

4 lines
107 B
PHP

<?php
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . '/check_procs ' . $service['service_param'];