From: Florian Forster Date: Mon, 22 Sep 2008 12:00:31 +0000 (+0200) Subject: contrib/collection3: Added graphs for `apache_{bytes,requests}'. X-Git-Tag: collectd-4.4.4~24 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=8843fc5b1e5dd6c70b5f99b882c757951a9df95c;p=collectd.git contrib/collection3: Added graphs for `apache_{bytes,requests}'. --- diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 7064ef2f..cc13b4c3 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -1,5 +1,21 @@ GraphWidth 400 #UnixSockAddr "/var/run/collectd-unixsock" + + DataSources count + DSName "count Bytes/s" + RRDTitle "Apache Traffic" + RRDVerticalLabel "Bytes/s" + RRDFormat "%5.1lf%s" + Color count 0000ff + + + DataSources count + DSName "count Requests/s" + RRDTitle "Apache Traffic" + RRDVerticalLabel "Requests/s" + RRDFormat "%5.2lf" + Color count 00d000 + Module GenericStacked DataSources count