Device Group Condition

It would be very handy to have groups created dynamically based on the “begins with” and a “contains” condition.

Most of us name our equipment based on some kind of naming standard and it would be great to build dynamic groups based on either what the name starts with or something it contains.

As an example, I know that all of my switches contain the two letters “SW” in the name, and I know that all of my devices in City X begin with the first 3 letters of that citys name.

I imagine this would also be helpful for reporting?

hmm maybe try %devices.sysName ~ “@SW@”

you could use the wild cards @

1 Like

Excellent, thank you I will give it a try.

I’ve had some success with the regex support, so (based on my own setup) something along the lines of:

%devices.hostname ~ "^lon@sw@"

1 Like

So I assume the value would be %devices.hostname ~ “^lon@sw@” ?

What would be the pattern and the condition?

Cheers,

image

1 Like

Legend, thanks for that, it makes perfect sense, I’ll try that very soon.

1 Like