Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/collectd-5.2' into collectd-5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Nov 28, 2012
2 parents 3e7c4f2 + 82f22e2 commit 38b630c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ Features
write your own plugins in Perl and return arbitrary values using this
API. See collectd-perl(5).

- pf
Query statistics from BSD's packet filter "pf".

- pinba
Receive and dispatch timing values from Pinba, a profiling extension for
PHP.
Expand Down Expand Up @@ -458,6 +461,10 @@ Features

* Miscellaneous plugins:

- aggregation
Selects multiple value lists based on patterns or regular expressions
and creates new aggregated values lists from those.

- threshold
Checks values against configured thresholds and creates notifications if
values are out of bounds. See collectd-threshold(5) for details.
Expand Down
20 changes: 20 additions & 0 deletions src/collectd.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
#PIDFile "@localstatedir@/run/@PACKAGE_NAME@.pid"
#PluginDir "@libdir@/@PACKAGE_NAME@"
#TypesDB "@prefix@/share/@PACKAGE_NAME@/types.db"

#----------------------------------------------------------------------------#
# Interval at which to query values. This may be overwritten on a per-plugin #
# base by using the 'Interval' option of the LoadPlugin block: #
# <LoadPlugin foo> #
# Interval 60 #
# </LoadPlugin> #
#----------------------------------------------------------------------------#
#Interval 10

#Timeout 2
#ReadThreads 5

Expand Down Expand Up @@ -752,6 +761,11 @@
# ValuesFrom "count"
# </Result>
# </Query>
# <Writer sqlstore>
# # See contrib/postgresql/collectd_insert.sql for details
# Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
# StoreRates true
# </Writer>
# <Database foo>
# Host "hostname"
# Port "5432"
Expand All @@ -767,6 +781,12 @@
# Query backend # predefined
# Query rt36_tickets
# </Database>
# <Database qux>
# Service "collectd_store"
# Writer sqlstore
# # see collectd.conf(5) for details
# CommitInterval 30
# </Database>
#</Plugin>

#<Plugin powerdns>
Expand Down

0 comments on commit 38b630c

Please sign in to comment.