diff --git a/bundles/mosquitto/metadata.py b/bundles/mosquitto/metadata.py index cf36fda..2961cf1 100644 --- a/bundles/mosquitto/metadata.py +++ b/bundles/mosquitto/metadata.py @@ -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': {},