You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
be able to specify different interval timings for different profiles. For example run short/quick controls daily while running long running (since running 'find' on the entire filesystem) controls weekly. Clearly need to run some profiles, but weekly is sufficient (daily would consume too many resources)
be able to specify an exact time period for a profile to run. For example have a variable maybe named 'after' with a value like 'Friday 5pm' (so end of work week)
Steps to Reproduce:
N/A
Expected Result:
Having the global node['audit']['interval']['time'] would still be needed, but having the ability to set node['audit']['profiles'][NAME]['interval']['time'] would be helpful. And having node['audit']['profiles'][NAME]['interval']['after'] would be helpful
Actual Result:
I'd have to implement my own code to implement interval timing. Would be nice if 'audit' could handle this.
The text was updated successfully, but these errors were encountered:
Cookbook version
9.5.0
Chef-client version
16.2.73
Platform Details
Redhat 6/7/8, AIX 7
Scenario:
Enhancement request. It would be nice to
Steps to Reproduce:
N/A
Expected Result:
Having the global node['audit']['interval']['time'] would still be needed, but having the ability to set node['audit']['profiles'][NAME]['interval']['time'] would be helpful. And having node['audit']['profiles'][NAME]['interval']['after'] would be helpful
Actual Result:
I'd have to implement my own code to implement interval timing. Would be nice if 'audit' could handle this.
The text was updated successfully, but these errors were encountered: