feature: Add additional service checks (#5941)

This commit is contained in:
Florian Beer
2017-02-18 00:08:39 +01:00
committed by Neil Lathwood
parent c6f6cf1f09
commit 7692d890f1
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_dovecot ".$service['service_param'];

View File

@@ -0,0 +1,3 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_inodes ".$service['service_param'];

View File

@@ -0,0 +1,3 @@
<?php
$check_cmd = "sudo " . $config['nagios_plugins'] . "/check_mailqueue ".$service['service_param'];

View File

@@ -0,0 +1,3 @@
<?php
$check_cmd = "sudo " . $config['nagios_plugins'] . "/check_postfix ".$service['service_param'];