From b65a95cfb19be519ec9a1ac9b5db188c6502669c Mon Sep 17 00:00:00 2001 From: Ranjib Dey Date: Fri, 27 May 2016 21:39:58 -0700 Subject: [PATCH] fix formatting --- plugins/outputs/pagerduty/pagerduty.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/outputs/pagerduty/pagerduty.go b/plugins/outputs/pagerduty/pagerduty.go index 6328b5f31..6c18b4a16 100644 --- a/plugins/outputs/pagerduty/pagerduty.go +++ b/plugins/outputs/pagerduty/pagerduty.go @@ -20,16 +20,16 @@ type PD struct { } var sampleConfig = ` - ## PagerDuty service key - service_key = - ## Metric name that will be checked - metric = "cpu" - ## Description of the check - description = "Check CPU" - ## Name of the metric field which will be used to check - field = "time_iowait" - ## Expression is used to evaluate the alert - expression = "> 50.0" +## PagerDuty service key +service_key = +## Metric name that will be checked +metric = "cpu" +## Description of the check +description = "Check CPU" +## Name of the metric field which will be used to check +field = "time_iowait" +## Expression is used to evaluate the alert +expression = "> 50.0" ` func (p *PD) Connect() error {