Using Regular Expressions in Core Config Manager searches
Posted: Thu Jun 20, 2019 2:04 am
How can I enable regular expression searching within Core Config Manager? I have attempted changing the following in nagios.cfg, with no results =(
We have thousands of services associated with our core routers, and I would like to create Service Groups for each of our HFC nodes and need to activate specific interfaces/services within CCM, and doing it manually is a PITA.
use_regexp_matching=0 (default)
.
changed this to ...
.
use_regexp_matching=1
As a quick test, after making the use_regexp_matching=1 change within nagios.cf, and then applying changes / restarting nagios, I tried using the * wildcard within a search to no avail: Here is the search results with no wildcard. I would like to use a regular expression to search for like "9/12" & "Bandwidth" as I don't need "status" within the Service Groups I am defining, and I want to limit the number of checks we are performing across the 10,000+ interfaces I need to monitor.
We have thousands of services associated with our core routers, and I would like to create Service Groups for each of our HFC nodes and need to activate specific interfaces/services within CCM, and doing it manually is a PITA.
use_regexp_matching=0 (default)
.
changed this to ...
.
use_regexp_matching=1
As a quick test, after making the use_regexp_matching=1 change within nagios.cf, and then applying changes / restarting nagios, I tried using the * wildcard within a search to no avail: Here is the search results with no wildcard. I would like to use a regular expression to search for like "9/12" & "Bandwidth" as I don't need "status" within the Service Groups I am defining, and I want to limit the number of checks we are performing across the 10,000+ interfaces I need to monitor.