Hello all, I am having some issues here.
I have only begun to use NCM and the power it has, but for starters, we are switching some syslog servers around and I need to update all of my devices to use the new servers.
WHat I have done in the past, is to say "alert if not found logging 1.1.1.1 and logging 2.2.2.2". Remediation is to simply add them. The problem is I can never clean up what it does find, ie: logging 3.3.3.3, I don't want that in there.
Is there some regex where I can say:
Alert if:
not found "logging 1.1.1.1"
not found "logging 2.2.2.2"
found != "logging 1.1.1.1"
found != "logging 2.2.2.2"