diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-07-02 23:04:00 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-07-02 23:04:00 +0000 |
commit | bd8862b6b69e4e72331ab4ac2f3dac851a288c14 (patch) | |
tree | d57ea3af359672f9f377202b25c67687e58ab04f /sitesummary-client.conf | |
parent | 178079b26776121f68fcef4067648a9c90d264b9 (diff) | |
download | sitesummary-bd8862b6b69e4e72331ab4ac2f3dac851a288c14.tar.gz sitesummary-bd8862b6b69e4e72331ab4ac2f3dac851a288c14.tar.bz2 sitesummary-bd8862b6b69e4e72331ab4ac2f3dac851a288c14.tar.xz |
* Add draft function is_munin_client() to sitesummary-nodes. It
should be used to only list the clients with the munin-node
package installed in the munin configuration.
Diffstat (limited to 'sitesummary-client.conf')
-rw-r--r-- | sitesummary-client.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sitesummary-client.conf b/sitesummary-client.conf index 0d74905..563bf6d 100644 --- a/sitesummary-client.conf +++ b/sitesummary-client.conf @@ -3,3 +3,7 @@ serverurls="http://localhost/cgi-bin/sitesummary-collector.cgi" fragdirs="/usr/lib/sitesummary/collect.d /etc/sitesummary/collect.d" gpgencrypt=false + +# Random sleep between 0 and $runsleep seconds before running. 3600 +# is one hour. +runsleep="3600" |