From 6c1415d484e5913ac5a7341528378e9a98ee515d Mon Sep 17 00:00:00 2001 From: Zuhaib M Siddique Date: Mon, 12 Nov 2012 19:15:48 -0800 Subject: [PATCH] Updating data source for collectd v5, see https://collectd.org/wiki/index.php/V4_to_v5_migration_guide Signed-off-by: Florian Forster --- contrib/collection3/etc/collection.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 3bb3d8b1..5d1024fb 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -2,7 +2,7 @@ GraphWidth 400 #UnixSockAddr "/var/run/collectd-unixsock" - DataSources count + DataSources value DSName "count Bytes/s" RRDTitle "Apache Traffic" RRDVerticalLabel "Bytes/s" @@ -10,7 +10,7 @@ GraphWidth 400 Color count 0000ff - DataSources count + DataSources value DSName "count Requests/s" RRDTitle "Apache Traffic" RRDVerticalLabel "Requests/s" @@ -19,7 +19,7 @@ GraphWidth 400 Module GenericStacked - DataSources count + DataSources value RRDTitle "Apache scoreboard on {hostname}" RRDVerticalLabel "Slots" RRDFormat "%6.2lf" @@ -245,14 +245,14 @@ GraphWidth 400 RRDFormat "%6.1lf" - DataSources conntrack + DataSources value DSName conntrack Conntrack count RRDTitle "nf_conntrack connections on {hostname}" RRDVerticalLabel "Count" RRDFormat "%4.0lf" - DataSources entropy + DataSources value DSName entropy Entropy bits RRDTitle "Available entropy on {hostname}" RRDVerticalLabel "Bits" @@ -267,7 +267,7 @@ GraphWidth 400 Color value 00b000 - DataSources frequency + DataSources value DSName frequency Frequency RRDTitle "Frequency ({type_instance})" RRDVerticalLabel "Hertz" @@ -542,7 +542,7 @@ GraphWidth 400 Scale 8 - DataSources percent + DataSources value DSName percent Percent RRDTitle "Percent ({type_instance})" RRDVerticalLabel "Percent" @@ -550,7 +550,7 @@ GraphWidth 400 Color percent 0000ff - DataSources ping + DataSources value DSName "ping Latency" RRDTitle "Network latency ({type_instance})" RRDVerticalLabel "Milliseconds" @@ -700,7 +700,7 @@ GraphWidth 400 Scale 0.001 - DataSources users + DataSources value DSName users Users RRDTitle "Users ({type_instance}) on {hostname}" RRDVerticalLabel "Users" -- 2.11.0