bundles/mautrix-whatsapp: use -a for check_procs
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-31 12:31:14 +01:00
parent fede30c2cc
commit 3e1d3b483e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -9,7 +9,7 @@ defaults = {
'mautrix-whatsapp': {
'services': {
'MAUTRIX-WHATSAPP PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C mautrix-whatsapp -c 1:',
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -a mautrix-whatsapp -c 1:',
},
},
},