librenms/includes/services/check_procs.inc.php

4 lines
91 B
PHP
Raw Normal View History

<?php
$check_cmd = $config['nagios_plugins'] . "/check_procs ".$service['service_param'];