bundles/mosquitto: add monitoring
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2027308249
commit
513eb4bed6
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@ defaults = {
|
||||||
'mosquitto-clients': {},
|
'mosquitto-clients': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'icinga2_api': {
|
||||||
|
'mosquitto': {
|
||||||
|
'services': {
|
||||||
|
'MOSQUITTO PROCESS': {
|
||||||
|
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C mosquitto -c 1:',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'mosquitto': {
|
'mosquitto': {
|
||||||
'listeners': {
|
'listeners': {
|
||||||
'1883': {},
|
'1883': {},
|
||||||
|
|
Loading…
Reference in a new issue