From ca7faed3201ff859731a15978e04e32224007b4b Mon Sep 17 00:00:00 2001 From: Jim Cooley Date: Tue, 13 Dec 2016 22:22:07 -0800 Subject: [PATCH] Added a pagerduty section to health_alarm_notify.conf --- conf.d/health_alarm_notify.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf.d/health_alarm_notify.conf b/conf.d/health_alarm_notify.conf index aa73c948..ca01dd8f 100644 --- a/conf.d/health_alarm_notify.conf +++ b/conf.d/health_alarm_notify.conf @@ -212,6 +212,20 @@ KAFKA_URL="" KAFKA_SENDER_IP="" +#------------------------------------------------------------------------------ +# pagerduty.com notification options +# +# pagerduty.com notifications require the pagerduty agent to be installed and +# a "Generic API" pagerduty service. +# https://www.pagerduty.com/docs/guides/agent-install-guide/ + +# enable/disable sending pagerduty notifications +SEND_PD="YES" + +# The service key for your "General API" pagerduty service. +PD_SERVICE_KEY='' + + ############################################################################### # RECIPIENTS PER ROLE -- 2.39.2