author | Pavel Piatruk <piatruk.p@gmail.com> | |
Fri, 22 Jan 2010 08:13:29 +0000 (09:13 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 22 Jan 2010 08:13:29 +0000 (09:13 +0100) | ||
commit | c9cdeb81ab8fd71dbe642b6569c2a1b98fd11901 | |
tree | 0373a58e139e9bf06c35fd32eb947abe0b4d04ca | tree | snapshot |
parent | 92ead4466044c821353d136005452f07bb9464f6 | commit | diff |
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.
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 | diff | blob | history |