diff --git a/src/lang/en.json b/src/lang/en.json index de4f49c36..32aa3f400 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -922,6 +922,13 @@ "cellsyntSplitLongMessages": "Split long messages into up to 6 parts. 153 x 6 = 918 characters.", "max 15 digits": "max 15 digits", "max 11 alphanumeric characters": "max 11 alphanumeric characters", + "Community String": "Community String", + "snmpCommunityStringHelptext": "This string acts as a password and is used to authenticate and control access to SNMP-enabled devices. Ensure it matches the configuration of your SNMP device.", + "OID (Object Identifier)": "OID (Object Identifier)", "snmpOIDHelptext": "Please input the OID corresponding to the sensor or status you wish to monitor. If you're unsure about the OID, various network management tools can assist you in discovering the correct OID for your device, such as a MIB browser, or SNMP management software.", + "Condition": "Condition", + "Control Value": "Control Value", + "snmpControlValueHelptext": "Enter the control value against which the SNMP value will be compared. Depending on the condition chosen, this value can be numeric or string. For 'contains' condition, specify a substring to search for within the SNMP value.", + "SNMP Version": "SNMP Version", "snmpVersionHelptext": "Prefer SNMPv2c for enhanced security and expanded features. If compatibility issues occur, fallback to SNMPv1, but note that SNMPv1 has limited capabilities compared to SNMPv2c." } diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index fc4771bea..6543b01c0 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -266,6 +266,9 @@
+ + +
@@ -295,6 +298,8 @@
+ +