Quantcast
Channel: THWACK: Message List - Network Configuration Manager
Viewing all articles
Browse latest Browse all 8827

Re: NCM Regular expression to ignore "state up" or "state down" for node in the BigIP config

$
0
0

Solarwinds support was able to help with the Regex.  Here are the details..

 

ltm pool pool_name {

    load-balancing-mode least-connections-member

    members {

        server1:http {

            address x.x.x.x

            session monitor-enabled

            state down

        }

        server2:http {

            address x.x.x.x

            session monitor-enabled

            state up

 

 

We ended up going with this Regex

 

state [du][op].*

 

This would match the "state" and the first letter being "d" or "u" and the second letter being "o" or "p"

 

We had to match this far to keep it from matching similar "state" lines on other parts of the config


Viewing all articles
Browse latest Browse all 8827

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>