X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcollection3%2Fetc%2Fcollection.conf;h=492bfa27730bd4a002d31b8324f4d535db49827a;hb=2239c03fe46755183c756e81ac19cd416a8f0184;hp=7064ef2f9081070baec7710d4946b76f774f78b3;hpb=fed90526a118b681494211aaf0737da2e7c98238;p=collectd.git diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 7064ef2f..492bfa27 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -1,5 +1,22 @@ +#DataDir "/var/lib/collectd/rrd" 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 @@ -107,6 +124,20 @@ GraphWidth 400 RRDFormat "%5.1lf%ss" Scale 0.001 + + DataSources value + DSName "value Queries/s" + RRDTitle "DNS Opcode {type_instance}" + RRDVerticalLabel "Queries/s" + RRDFormat "%6.1lf" + + + DataSources conntrack + DSName conntrack Conntrack count + RRDTitle "nf_conntrack connections on {hostname}" + RRDVerticalLabel "Count" + RRDFormat "%4.0lf" + DataSources entropy DSName entropy Entropy bits @@ -178,7 +209,7 @@ GraphWidth 400 DataSources rx tx DSName rx RX DSName tx TX - RRDTitle "Interface Traffic ({type_instance})" + RRDTitle "Interface Traffic ({instance})" RRDVerticalLabel "Bits per second" # RRDOptions ... RRDFormat "%5.1lf%s" @@ -194,6 +225,16 @@ GraphWidth 400 # RRDOptions ... RRDFormat "%5.1lf%s" + + Module GenericIO + DataSources rx tx + DSName "rx Read " + DSName "tx Written" + RRDTitle "IO Traffic ({instance})" + RRDVerticalLabel "Bytes per second" +# RRDOptions ... + RRDFormat "%5.1lf%s" + DataSources value DSName value Bytes/s @@ -230,21 +271,24 @@ GraphWidth 400 DSName "free Free " DSName "cached Cached " DSName "buffered Buffered" + DSName "locked Locked " DSName "used Used " #Order used buffered cached free Order free cached buffered used Color free 00e000 Color cached 0000ff Color buffered ffb000 + Color locked ff00ff Color used ff0000 Module GenericStacked DataSources value - RRDTitle "MySQL commands" + RRDTitle "MySQL commands ({plugin_instance})" RRDVerticalLabel "Invocations" RRDFormat "%6.2lf" + DSName admin_commands admin_commands DSName alter_table alter_table DSName begin begin @@ -324,7 +368,7 @@ GraphWidth 400 Module GenericStacked DataSources value - RRDTitle "MySQL handler" + RRDTitle "MySQL handler ({plugin_instance})" RRDVerticalLabel "Invocations" RRDFormat "%6.2lf" DSName commit commit @@ -354,7 +398,7 @@ GraphWidth 400 DataSources rx tx DSName rx RX DSName tx TX - RRDTitle "MySQL Traffic" + RRDTitle "MySQL Traffic ({plugin_instance})" RRDVerticalLabel "Bits per second" RRDFormat "%5.1lf%s" Scale 8 @@ -382,6 +426,9 @@ GraphWidth 400 RRDFormat "%6.2lf%sW" Color value 008080 + + Module PsCputime + DataSources value DSName value RSS @@ -425,6 +472,15 @@ GraphWidth 400 Color cached 0000ff Color used ff0000 + + Module TableSize + DataSources value + DSName value Bytes + RRDTitle "Table size ({instance})" + RRDVerticalLabel "Size [Bytes]" +# RRDOptions ... + RRDFormat "%5.1lf%s" + Module GenericStacked DataSources value @@ -468,4 +524,12 @@ GraphWidth 400 RRDFormat "%4.1lfV" Color value f00000 + + Module Wirkleistung + DataSources kWh + DSName value Wh + RRDTitle "Watt" + RRDVerticalLabel "W" + RRDFormat "%4.1lfW" + # vim: set sw=2 sts=2 et syntax=apache fileencoding=latin-1 :