contrib/collection.cgi: Added ability to hide specified types.
authorPavel Piatruk <piatruk.p@gmail.com>
Fri, 22 Jan 2010 08:13:29 +0000 (09:13 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 22 Jan 2010 08:13:29 +0000 (09:13 +0100)
commitc9cdeb81ab8fd71dbe642b6569c2a1b98fd11901
tree0373a58e139e9bf06c35fd32eb947abe0b4d04ca
parent92ead4466044c821353d136005452f07bb9464f6
contrib/collection.cgi: Added ability to hide specified types.

It is useful when you don't want to see many graphs. How to use the patch:
apply it to collection.cgi and add lines with keyword ,,dontshowtype'' to
/etc/collectd/collection.conf:

dontshowtype: "if_errors"
dontshowtype: "if_packets"

Then you will see only if_octets types in "interface" plugin page.

Via Debian bug #566199.
contrib/collection.cgi