summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 01:31:17 +0200
committermh <mh@immerda.ch>2010-08-07 01:33:12 +0200
commit7df4eabf27357731cbdf6946591df92ac15e8ed2 (patch)
tree0a64fdb341d4d239a56b82bd3e8555dd41a76aba /README
parent55c61cf9ab8752663bdce0604ca4d7ef6647142f (diff)
improve checklastrun script
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 72d5d6e..c8e4a9b 100644
--- a/README
+++ b/README
@@ -41,6 +41,18 @@ values:
* 'X', where X is the amount of days you want to keep reports for
* false, to disable reports cleanup
+Check last run:
+---------------
+
+We can check on the last run state of certain clients, to check whether
+they still check in. You can do that by setting the following variables:
+
+$puppetmaster_checklastrun
+
+* any cron time: '20 10,22 * * *' to run the script at a certain time
+ by cron. Default: 40 10,22 * * *
+* false: to disable check for last run
+
Example:
--------