bundles/icinga2: introduce new notification period 'daytime'
This commit is contained in:
parent
2a57eec1e3
commit
65ba43525f
4 changed files with 19 additions and 15 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue