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
Also, it contains the long process table regex for a splunkd process, which I am pretty sure is based on the older processes promises implementation - need to dig up the details, but as I recall there was an improvement to that so that the regex is only matched against the actual process name (or full command?).
The text was updated successfully, but these errors were encountered:
The change was in 3.9.0; here is an excerpt from the changelog:
- Behavior change: The promise string of a processes
promise now matches just the command line of each process instead of
the line that is output by ps. This was done to reduce fragmentation
between platforms, since ps is a very nonstandardized tool.
http://www.cfenginetutorial.org/book/cfengine_250#uid131
Also, it contains the long process table regex for a splunkd process, which I am pretty sure is based on the older processes promises implementation - need to dig up the details, but as I recall there was an improvement to that so that the regex is only matched against the actual process name (or full command?).
The text was updated successfully, but these errors were encountered: