mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Remove extra shell exec for smtp service.
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
<?php
|
<?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