Skip to content

Commit

Permalink
Added documentation about promise_execution.log, variable.cache.tmp, …
Browse files Browse the repository at this point in the history
…and context.cache.tmp state files

Ticket: ENT-12569
Changelog: None
(cherry picked from commit 7fbe1c3)
  • Loading branch information
nickanderson committed Jan 6, 2025
1 parent cd6975a commit 60534e2
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 60534e2

Please sign in to comment.