I haven't found too much info on the regex's you can enter under Admin -> General -> Regexp's so I thought I'd ask here. The documentation states ".. it can be used everywhere regular expressions are supported by referring to it's name, prefixed with @, for example, @mycustomregexp." however, it doesn't seem to work with the item web.page.regexp. Are these global regex's only meant to be used with triggers?
Here is an example:
Here is an example:
Code:
web.page.regexp[server,/path/monitor.display,8080,@SmokeTest]
)
Comment