-
- You can have alerts sent to Telegram by entering info below.
-
+
+
+ this.url = r} defaultValue={url || ''}>
+
-
-
- this.url = r} defaultValue={url || ''}>
-
+
+
+ this.token = r} defaultValue={token || ''}>
+
+
-
-
- this.token = r} defaultValue={token || ''}>
- Note: a value of true
indicates the Telegram token has been set
-
-
-
-
- this.chatID = r} defaultValue={chatID || ''}>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ this.chatID = r} defaultValue={chatID || ''}>
+
+
-
-
-
-
+
+
+
+
+ this.disableNotification = r} />
+
+
+
+
+
+
+ this.global = r} />
+
+
+
+
+
+
+ this.stateChangesOnly = r} />
+
+
+
+
+
+
+
);
diff --git a/ui/src/kapacitor/components/ValuesSection.js b/ui/src/kapacitor/components/ValuesSection.js
index e89ecf5d81..8e7cf51a12 100644
--- a/ui/src/kapacitor/components/ValuesSection.js
+++ b/ui/src/kapacitor/components/ValuesSection.js
@@ -101,8 +101,8 @@ const Threshold = React.createClass({
Send Alert where
{query.fields.length ? query.fields[0].field : 'Select a Metric'}
is
-
-
this.valueInput = r} defaultValue={value} onKeyUp={this.handleInputChange}>
+
+
this.valueInput = r} defaultValue={value} onKeyUp={this.handleInputChange}>
);
},
@@ -145,13 +145,13 @@ const Relative = React.createClass({
return (
Send Alert when
-
+
compared to previous
-
+
is
-
+
this.input = r}
defaultValue={value}
onKeyUp={this.handleInputChange}
@@ -186,7 +186,7 @@ const Deadman = React.createClass({
return (
Send Alert if Data is missing for
-
+
);
},
diff --git a/ui/src/kapacitor/components/VictorOpsConfig.js b/ui/src/kapacitor/components/VictorOpsConfig.js
index 8dff8272cb..5dfd3201a5 100644
--- a/ui/src/kapacitor/components/VictorOpsConfig.js
+++ b/ui/src/kapacitor/components/VictorOpsConfig.js
@@ -31,39 +31,29 @@ const VictorOpsConfig = React.createClass({
const {url} = options;
return (
-
+
VictorOps Alert
+
Have alerts sent to VictorOps.