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 {