nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00539
[Merge] ~xavpaice/nagios-charm:pagerduty-defaults into nagios-charm:master
Xav Paice has proposed merging ~xavpaice/nagios-charm:pagerduty-defaults into nagios-charm:master.
Requested reviews:
Nagios Charm developers (nagios-charmers)
For more details, see:
https://code.launchpad.net/~xavpaice/nagios-charm/+git/nagios-charm/+merge/369496
--
Your team Nagios Charm developers is requested to review the proposed merge of ~xavpaice/nagios-charm:pagerduty-defaults into nagios-charm:master.
diff --git a/config.yaml b/config.yaml
index 5aff8c9..cc7102b 100644
--- a/config.yaml
+++ b/config.yaml
@@ -171,12 +171,11 @@ options:
to report warning at 5.0, 4.0 and 3.0 averages, critical at 10.0,
6.0 and 4.0.
pagerduty_notification_levels:
- default: w,u,c,r
+ default: u,c,r
type: string
description: |
A string to use for the service_notification_options in the
- pagerduty contact configuration. Remove w to avoid paging for
- warning events.
+ pagerduty contact configuration. Add w to page for warning events.
check_timeout:
default: 10
type: int
Follow ups