projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9191cc
)
tail_csv: Fix typo in Synopsis
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Wed, 18 Jul 2018 08:16:25 +0000
(15:16 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Wed, 18 Jul 2018 08:16:25 +0000
(15:16 +0700)
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
024efd2
..
1134541
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-8502,13
+8502,14
@@
B<Synopsis:>
<Metric "snort-dropped">
Type "percent"
Instance "dropped"
-
Index
1
+
ValueFrom
1
</Metric>
<File "/var/log/snort/snort.stats">
Plugin "snortstats"
Instance "eth0"
Interval 600
Collect "snort-dropped"
+ #TimeFrom 0
</File>
</Plugin>