...
This example command will remove all compliance outputs older than 23 days.
Integration with opEvents
opConfig also has the ability to raise compliance events with opEvents for managed devices.
This is done by configuring the following value in /usr/local/omk/conf/opCommon.json (by default it is set to false):
Code Block |
---|
"opconfig_raise_compliance_events" : "true", |
You can also configure the level of the raised compliance event:
Code Block |
---|
"opconfig_raise_compliance_events_level" : "Minor", |