diff options
author | mh <mh@immerda.ch> | 2010-08-07 01:31:17 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-07 01:33:12 +0200 |
commit | 7df4eabf27357731cbdf6946591df92ac15e8ed2 (patch) | |
tree | 0a64fdb341d4d239a56b82bd3e8555dd41a76aba /README | |
parent | 55c61cf9ab8752663bdce0604ca4d7ef6647142f (diff) |
improve checklastrun script
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: -------- |