Add default monitoring.

This commit is contained in:
Mikael Frykholm 2024-04-30 15:01:10 +02:00
parent 798be320f2
commit 12f949898b
Signed by: mifr
GPG key ID: 1467F9D69135C236
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@
- mifr@sunet.se - mifr@sunet.se
thruk_users: thruk_users:
- '*@sunet.se' - '*@sunet.se'
nrpe_group: sunet::nagios::nrpe nrpe_group: rut
thruk_extra_volumes: thruk_extra_volumes:
- /opt/naemon_monitor/shibboleth2.xml:/etc/shibboleth/shibboleth2.xml - /opt/naemon_monitor/shibboleth2.xml:/etc/shibboleth/shibboleth2.xml
- /opt/naemon_monitor/satosa.xml:/etc/shibboleth/satosa.xml - /opt/naemon_monitor/satosa.xml:/etc/shibboleth/satosa.xml

View file

@ -10,5 +10,6 @@ class rut {
} }
include sunet::rsyslog include sunet::rsyslog
include sunet::nagios::nrpe
} }