mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02: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