Skip to content

Commit

Permalink
Merge pull request #3366 from murrant/services-fix
Browse files Browse the repository at this point in the history
Remove extra shell exec for smtp service.
  • Loading branch information
laf committed Apr 13, 2016
2 parents 86039cf + 3e4edee commit a5620f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/services/check_smtp.inc.php
@@ -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'];

0 comments on commit a5620f2

Please sign in to comment.