Comments
-
This would be great. Perhaps even create 2 sections in the UI -- One section where the string/regex "was found" One section where the string/regex "split the lines that "was not found"
-
I really need this for PCI compliance reporting. I can show that our required configuration is there, but have no way of showing unauthorized configuration lines. For example, someone has added an ACL line they shouldn't have, or added another unauthorized login name, AAA server, whatever.
-
I'm running into this scenario as well. I've built a Django application to provide an Acknowledge button for an alert which then calls a custom Python function and passes it to the Solarwinds swisclient using Invoke: swis.invoke('Orion.AlertActive', 'Acknowledge', alert_list, note). But the alert is acknowledged by the API…
-
Thank you