bundles/icinga2: introduce new notification period 'daytime'

This commit is contained in:
Franzi 2022-03-05 08:29:10 +01:00
parent 2a57eec1e3
commit 65ba43525f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 19 additions and 15 deletions

View file

@ -11,11 +11,6 @@ ENABLED_FEATURES = {
'notification',
}
SLA_INFO = {
'24x7': '24x7',
'never': 'never',
}
DAYS_TO_STRING = [
'sunday',
'monday',
@ -340,7 +335,6 @@ for rnode in repo.nodes:
'content_type': 'mako',
'context': {
'rnode': rnode,
'sla_info': SLA_INFO,
},
'owner': 'nagios',
'group': 'nagios',