1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-01-21 07:25:56 +01:00

Repaired checks for dovecot

This commit is contained in:
Lukas Macura 2017-03-20 00:07:45 +01:00
parent 80d3417de8
commit 282a059c6c

View File

@ -4,7 +4,7 @@ Description::
Plugin for monitoring dovecot and its sync status
::
Version: 0.1
Version: 0.2
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/dovecot
Web: https://github.com/limosek/zaf-plugins/
Maintainer: Lukas Macura <lukas@macura.cz>
@ -78,7 +78,7 @@ Parameters::
::
Script::
doveadm replicator status | grep ^Queued | grep "'{$type}'" | tr -s ' ' | cut -d ' ' -f 4
doveadm replicator status | grep ^Queued | grep "'$type'" | tr -s ' ' | cut -d ' ' -f 4
::
/Item
@ -92,7 +92,7 @@ Parameters::
::
Script::
doveadm replicator status | grep ^Waiting | grep "'{$type}'" | tr -s ' ' | cut -d ' ' -f 4
doveadm replicator status | grep ^Waiting | grep "'$type'" | tr -s ' ' | cut -d ' ' -f 4
::
/Item