diff --git a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
index 6a7081d9c..2171c3c19 100644
--- a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
+++ b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx
@@ -194,25 +194,6 @@ const CreateInfrastructureMonitor = () => {
{ _id: 10, name: "10 minutes" },
];
- const NOTIFY_MULTIPLE_EMAIL_LABEL = (
-
-
- Also notify via email to multiple addresses (coming soon)
-
- logger.warn("disabled")}
- onBlur={handleBlur}
- />
-
- You can separate multiple emails with a comma
-
-
- );
-
return (
{
General settings
- Here you can select the URL of the host, together with the type of monitor.
+ Here you can select the URL of the host, together with the friendly name and
+ authorization secret to connect to the server agent.
@@ -307,15 +289,6 @@ const CreateInfrastructureMonitor = () => {
onChange={(e) => handleChange(e)}
onBlur={handleBlur}
/>
- logger.warn("disabled")}
- onBlur={handleBlur}
- isDisabled={true}
- />
@@ -323,8 +296,7 @@ const CreateInfrastructureMonitor = () => {
Customize alerts
- Send a notification to user(s) When the thresholds exceed a certain number
- or percentage.
+ Send a notification to user(s) when thresholds exceed a specified percentage.