Remove extra shell exec for smtp service.

This commit is contained in:
Tony Murray
2016-04-13 13:45:17 -05:00
parent 86039cfa24
commit 3e4edee6c7
+1 -1
View File
@@ -1,2 +1,2 @@
<?php
$check_cmd = shell_exec($config['nagios_plugins'] . "/check_smtp -H ".$service['hostname']);
$check_cmd = $config['nagios_plugins'] . "/check_smtp -H ".$service['hostname'];