X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=81d70552801bc6ce78a2adba2024a91bb990e766;hb=33e60ef35f745c56b1a5936272b1dd8b0cf63d12;hp=daf2d9a8dcf58eb86fa3d8c734b7f5fc6c3bce91;hpb=6854ca4fc32c3085ba80f843604b096c0cb17f46;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index daf2d9a8..81d70552 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -217,6 +217,7 @@ # # Host "localhost" # Port "3551" +# ReportSeconds true # # @@ -761,6 +762,11 @@ # ValuesFrom "count" # # +# +# # See contrib/postgresql/collectd_insert.sql for details +# Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);" +# StoreRates true +# # # Host "hostname" # Port "5432" @@ -776,6 +782,12 @@ # Query backend # predefined # Query rt36_tickets # +# +# Service "collectd_store" +# Writer sqlstore +# # see collectd.conf(5) for details +# CommitInterval 30 +# # #