mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix: Added service params for check_smtp (#5223)
This commit is contained in:
committed by
Neil Lathwood
parent
b3d07c3425
commit
b7e08b1e40
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$check_cmd = $config['nagios_plugins'] . "/check_smtp -H ".$service['hostname'];
|
||||
$check_cmd = $config['nagios_plugins'] . "/check_smtp -H ".$service['hostname']." ".$service['service_param'];
|
||||
|
||||
Reference in New Issue
Block a user