bundles/miniflux: add monitoring
This commit is contained in:
parent
a185e027f8
commit
985f47ca99
1 changed files with 11 additions and 0 deletions
|
@ -11,6 +11,15 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'icinga2_api': {
|
||||||
|
'miniflux': {
|
||||||
|
'services': {
|
||||||
|
'MINIFLUX PROCESS': {
|
||||||
|
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit miniflux',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
'users': {
|
'users': {
|
||||||
'miniflux': {
|
'miniflux': {
|
||||||
|
@ -40,6 +49,8 @@ def nginx(metadata):
|
||||||
'target': 'http://127.0.0.1:22040',
|
'target': 'http://127.0.0.1:22040',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'website_check_path': '/',
|
||||||
|
'website_check_string': 'Username',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue