Difference between revisions of "Plugin:FileCount"
From collectd Wiki
(Undo revision 626 by 77.208.148.4 (Talk)) |
(→Description) |
||
Line 8: | Line 8: | ||
| Manpage=[http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_filecount collectd.conf(5)] | | Manpage=[http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_filecount collectd.conf(5)] | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Synopsis == | == Synopsis == |
Revision as of 00:10, 24 April 2009
FileCount plugin | |
---|---|
Type: | read |
Status: | supported |
First version: | 4.5 |
Copyright: | 2008 Alessandro Iurlano 2008 Florian octo Forster |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
Synopsis
<Plugin "filecount"> <Directory "/var/qmail/queue/mess"> Instance "qmail-message" </Directory> <Directory "/var/qmail/queue/todo"> Instance "qmail-todo" </Directory> <Directory "/var/lib/php5"> Instance "php5-sessions" Name "sess_*" </Directory> </Plugin>
Example graphs
None yet. Add one now!
Dependencies
- None