summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc5877d)
raw | patch | inline | side by side (parent: bc5877d)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Dec 2008 15:32:27 +0000 (16:32 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Dec 2008 15:33:17 +0000 (16:33 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 7f9ae14ecca69d2b1d93c95f70ea7c82774c1064..173935976389a931d9bf0153931519a436de1090 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
<File "/var/log/exim4/mainlog">
Instance "exim"
<Match>
- Regex "S=([1-9][0-9]*)"
- DSType "CounterAdd"
- Type "ipt_bytes"
- Instance "total"
+ Regex "S=([1-9][0-9]*)"
+ DSType "CounterAdd"
+ Type "ipt_bytes"
+ Instance "total"
</Match>
<Match>
- Regex "\\<R=local_user\\>"
- DSType "CounterInc"
- Type "counter"
- Instance "local_user"
+ Regex "\\<R=local_user\\>"
+ DSType "CounterInc"
+ Type "counter"
+ Instance "local_user"
</Match>
</File>
</Plugin>
<Plugin "memory">
<Type "memory">
Instance "cached"
- WarningMin 100000000
+ WarningMin 100000000
</Type>
</Plugin>
</Host>