diff --git a/ui/src/kapacitor/components/AlertOutputs.js b/ui/src/kapacitor/components/AlertOutputs.js
index 00dc83eea..869c2ffd8 100644
--- a/ui/src/kapacitor/components/AlertOutputs.js
+++ b/ui/src/kapacitor/components/AlertOutputs.js
@@ -2,6 +2,7 @@ import React, {PropTypes} from 'react';
import _ from 'lodash';
import {getKapacitorConfig, updateKapacitorConfigSection, testAlertOutput} from 'shared/apis';
import AlertaConfig from './AlertaConfig';
+import PagerdutyConfig from './PagerdutyConfig';
import SlackConfig from './SlackConfig';
import SMTPConfig from './SMTPConfig';
import TelegramConfig from './TelegramConfig';
@@ -38,6 +39,7 @@ const AlertOutputs = React.createClass({
getKapacitorConfig(this.props.kapacitor).then(({data: {sections}}) => {
this.setState({
alertaConfig: this.getSection(sections, 'alerta'),
+ pagerdutyConfig: this.getSection(sections, 'pagerduty'),
slackConfig: this.getSection(sections, 'slack'),
smtpConfig: this.getSection(sections, 'smtp'),
telegramConfig: this.getSection(sections, 'telegram'),
@@ -96,6 +98,7 @@ const AlertOutputs = React.createClass({
+
@@ -131,6 +134,10 @@ const AlertOutputs = React.createClass({
return