Fix: Added service params for check_smtp (#5223)

This commit is contained in:
Florian Beer
2016-12-22 12:03:41 +01:00
committed by Neil Lathwood
parent b3d07c3425
commit b7e08b1e40

View File

@@ -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'];