The most recent content from our members.
Both Uptime and Transaction checks only support exact string matching per check. Regex-based conditions or multiple OR rules are not supported. Example Use Case: A page may return either "Service available" OR "Service is up" depending on context. With current functionality, we would need two separate checks. Regex or OR…
I have a custom text field where it's asking for an email address. However, the way that custom text fields currently work, the user can input anything and it will be accepted. I added "help text", but apparently that wasn't enough for my users. It would be nice if I could verify that this text fits requirements using a…
Good morning. This may be an edge case, but I can't imagine we're alone in this situation with all the data breaches out there. My security team is asking questions, and I confess I'm not 100% sure on how to answer them. Use Case: A developer (agent) was working a ticket to resolve an issue with our Customer Billing…
based on this post: UnDP: Parsing Substrings? There is a need to parse MIB text data into other text data. A simple example is a text OID that contains both a model and firmware information, that you want to poll into two separate -- and more useful -- items. Unfortunately, while the UnDP 'Parse(' function *could* do this,…
One of the issues I've faced since adopting Solarwinds is the lack of ability to generate concise alert messages from logs. There does not seem to be a way to ingest logs, format or extract specific information, and pass that through to an alert for easy viewing. I can pass the log to an alert via…
I want to capture alerts for SDWAN Syslog for state changes, but I want one alert per peer, rather than one over-arching alert. E.g. the syslog below. 1 2024-03-21T15:21:01+00:00 vsmart1 OMPD 2975 - [meta sequenceId="10218"] %Viptela-vsmart1-ompd-5-NTCE-1400002: Notification: omp-peer-state-change severity-level:major…
I have a linux logfile i am monitoring with the SAM Linux/Unix Script Monitor. It looks for .*Status:.* which returns Status: active in the message. I want to be able to present this on a modern dashboard but for it to just be active (or Active) Is there a point i can apply regex to this data. I have tried the following in…
I'm looking to see if anyone has the regex for checking the below port ranges in a config file... interface GigabitEthernet1/0/1-48 interface GigabitEthernet2/0/1-48 interface GigabitEthernet3/0/1-48 interface GigabitEthernet4/0/1-48 So the start of the block would be the interface with the end of the blocking being ! I've…
Your documentation states that you use the .NET regex engine, which allows (?i) for case insensitive data, and then (?-i) if you want to continue case sensitivity again. However, these are not accepted values in the web form. If I have (?i) in my regex, the web form states that it is not a valid regex. Allowing this in a…
I'm attempting to create a Regex statement in the Comparison Criteria section of NCM. This section of the tool uses Regex to identify patterns to ignore when comparing configuration files. I want to create an expression to ignore 'switchport' on a specific device. 'Switchport' appears on several lines throughout the…
It looks like you're new here. Sign in or register to get started.