bundles/icinga2: add monitoring for IdoPgsqlConnection
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
3adfb9779a
commit
e435ae582a
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,13 @@ defaults = {
|
||||||
'ICINGA STATUSMONITOR': {
|
'ICINGA STATUSMONITOR': {
|
||||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit icinga_statusmonitor',
|
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit icinga_statusmonitor',
|
||||||
},
|
},
|
||||||
|
'IDO-PGSQL': {
|
||||||
|
'check_command': 'ido',
|
||||||
|
'vars.ido_type': 'IdoPgsqlConnection',
|
||||||
|
'vars.ido_name': 'ido-pgsql',
|
||||||
|
'vars.ido_pending_queries_warning': 25,
|
||||||
|
'vars.ido_pending_queries_critical': 50,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue