Skip to content

Commit

Permalink
Merge pull request #3377 from nickanderson/ENT-12569/master
Browse files Browse the repository at this point in the history
ENT-12569: Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files
  • Loading branch information
nickanderson authored Jan 6, 2025
2 parents e002eea + 7fbe1c3 commit 7a9dbd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overview/directory-structure.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ should delete these files after a time to avoid a build up.
State data such as current process identifiers of running processes,
persistent classes and other cached data.

* `/var/cfengine/state/promise_execution.log`: In CFEngine Enterprise `cf-agent` writes promise execution results to this temporary file during execution. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.

* `/var/cfengine/state/variable.cache.tmp`: In CFEngine Enterprise as `cf-agent` executes information about variables are stored in this file. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.

* `/var/cfengine/state/context.cache.tmp`: In CFEngine Enterprise as `cf-agent` executes, information about classes that are defined are stored in this file. When `cf-agent` exits this data is stored for use by the reporting subsystem and the file is purged.

### /var/cfengine/lastseen

Log data for incoming and outgoing connections.
Expand Down

0 comments on commit 7a9dbd1

Please sign in to comment.