diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
commit | e59d79e546de5a91accbe0924b56220969a489fb (patch) | |
tree | 00d7f52b85c60a9737db33ced56252b076a27dea /doc | |
parent | 18a1444d32eb29599865fdb651cc73ab846300e7 (diff) |
Print status summary to log dailysnapshot/2003-02-20
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pingd.conf.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 99a2fd0..851569f 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -428,6 +428,13 @@ How many backups of metadata to keep. Default: 'metadata_backup_count' => 32, # keep the last 32 backups Example: 'metadata_backup_count' => 4, # keep 4 rotations +=item B<summary> [seconds] + +How often to print a status summary to the log. + + Default: 'summary' => 24*60*60, # daily + Default: 'summary' => 12*60*60, # twice a day + =back |