mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove extra shell exec for smtp service.
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user