bundles/miniflux: add monitoring

This commit is contained in:
Franzi 2020-11-10 11:28:40 +01:00
parent a185e027f8
commit 985f47ca99
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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': {
'users': {
'miniflux': {
@ -40,6 +49,8 @@ def nginx(metadata):
'target': 'http://127.0.0.1:22040',
},
},
'website_check_path': '/',
'website_check_string': 'Username',
},
},
},