Skip to content

Commit

Permalink
fix: Added service params for check_imap (#5213)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbeer authored and laf committed Dec 21, 2016
1 parent 4898617 commit f1b954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/services/check_imap.inc.php
@@ -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'];

0 comments on commit f1b954b

Please sign in to comment.