This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via cd18d4be699a94949e4e5df351465326b8f6ca43 (commit) from d7cd8ad9ff5d3f2e38e4a8721a77879a4db4c7a1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit cd18d4be699a94949e4e5df351465326b8f6ca43 Author: Christian Schmidt maniacikarus@ipfire.org Date: Sun Apr 25 12:52:13 2010 +0200
Added the new config files, we may drop some more but the largest ones are done now.
-----------------------------------------------------------------------
Summary of changes: .../.placeholder => collectd/collectd.custom} | 0 config/collectd/collectd.precache | 76 ++++++++++++++++++++ 2 files changed, 76 insertions(+), 0 deletions(-) copy config/{nagiosql/etc/nagiosql/backup/hosts/.placeholder => collectd/collectd.custom} (100%) create mode 100644 config/collectd/collectd.precache
Difference in files: diff --git a/config/collectd/collectd.custom b/config/collectd/collectd.custom new file mode 100644 index 0000000..e69de29 diff --git a/config/collectd/collectd.precache b/config/collectd/collectd.precache new file mode 100644 index 0000000..3acc122 --- /dev/null +++ b/config/collectd/collectd.precache @@ -0,0 +1,76 @@ +PreCacheChain "PreCache" +<Chain "PostCache"> + <Rule "ignore_ps_count"> + <Match "regex"> + Plugin "^processes$" + Type "^ps_count$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_ps_pagefaults"> + <Match "regex"> + Plugin "^processes$" + Type "^ps_pagefaults$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_ps_stacksize"> + <Match "regex"> + Plugin "^processes$" + Type "^ps_stacksize$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_ps_state"> + <Match "regex"> + Plugin "^processes$" + Type "^ps_state$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_ps_vm"> + <Match "regex"> + Plugin "^processes$" + Type "^ps_vm$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_if_errors"> + <Match "regex"> + Plugin "^interface$" + Type "^if_errors$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_if_packets"> + <Match "regex"> + Plugin "^interface$" + Type "^if_packets$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_disk_merged"> + <Match "regex"> + Plugin "^disk$" + Type "^disk_merged$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_disk_ops"> + <Match "regex"> + Plugin "^disk$" + Type "^disk_ops$" + </Match> + Target "stop" + </Rule> + <Rule "ignore_disk_time"> + <Match "regex"> + Plugin "^disk$" + Type "^disk_time$" + </Match> + Target "stop" + </Rule> + <Target "write"> + Plugin "rrdtool" + </Target> +</Chain> \ No newline at end of file
hooks/post-receive -- IPFire 2.x development tree