Skip to content

Commit

Permalink
Merge pull request #3380 from nickanderson/ENT-12569/3.21
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 (3.21)
  • Loading branch information
nickanderson authored Jan 6, 2025
2 parents cd6975a + 60534e2 commit a3cc2f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion overview/directory-structure.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ 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/lastseen ###
* `/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 a3cc2f1

Please sign in to comment.