"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."
"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.",
"Please enter a valid OID.":"Please enter a valid OID."
<inputid="snmp_oid"v-model="monitor.snmpOid" type="text" class="form-control" required pattern="^([0-2])((\.0)|(\.[1-9][0-9]*))*$" title="Please enter a valid OID, e.g. 1.3.6.1.4.1.9.6.1.101" placeholder="1.3.6.1.4.1.9.6.1.101">
<inputid="snmp_oid"v-model="monitor.snmpOid":title="$t('Please enter a valid OID.') + ' ' + $t('Example:', ['1.3.6.1.4.1.9.6.1.101'])"type="text"class="form-control"pattern="^([0-2])((\.0)|(\.[1-9][0-9]*))*$"placeholder="1.3.6.1.4.1.9.6.1.101"required>