fix: Added service params for check_imap (#5213)

This commit is contained in:
Florian Beer
2016-12-21 21:54:07 +00:00
committed by Neil Lathwood
parent 4898617ef5
commit f1b954b9a6
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_imap -H ".$service['hostname'];
$check_cmd = $config['nagios_plugins'] . "/check_imap -H ".$service['hostname']." ".$service['service_param'];