Files

3 lines
116 B
PHP
Raw Permalink 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'];