bundles/mosquitto: add monitoring
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-03 09:43:24 +02:00
parent 2027308249
commit 513eb4bed6
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -8,6 +8,15 @@ defaults = {
'mosquitto-clients': {},
},
},
'icinga2_api': {
'mosquitto': {
'services': {
'MOSQUITTO PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C mosquitto -c 1:',
},
},
},
},
'mosquitto': {
'listeners': {
'1883': {},