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:
parent
80d3417de8
commit
282a059c6c
@ -4,7 +4,7 @@ Description::
|
|||||||
Plugin for monitoring dovecot and its sync status
|
Plugin for monitoring dovecot and its sync status
|
||||||
::
|
::
|
||||||
|
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/dovecot
|
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/dovecot
|
||||||
Web: https://github.com/limosek/zaf-plugins/
|
Web: https://github.com/limosek/zaf-plugins/
|
||||||
Maintainer: Lukas Macura <lukas@macura.cz>
|
Maintainer: Lukas Macura <lukas@macura.cz>
|
||||||
@ -78,7 +78,7 @@ Parameters::
|
|||||||
::
|
::
|
||||||
Script::
|
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
|
/Item
|
||||||
@ -92,7 +92,7 @@ Parameters::
|
|||||||
::
|
::
|
||||||
Script::
|
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
|
/Item
|
||||||
|
Loading…
Reference in New Issue
Block a user