Files
librenms-librenms/includes/services/check_ssh.inc.php
T

3 lines
116 B
PHP
Raw Normal View History

2016-03-15 22:16:08 +10:00
<?php
$check_cmd = $config['nagios_plugins'] . "/check_ssh -H ".$service['hostname']." ".$service['service_param'];