########################################################### ############################################################################## # Global # #----------------------------------------------------------------------------# # Global settings for the daemon. # ##############################################################################
#----------------------------------------------------------------------------# # Interval at which to query values. This may be overwritten on a per-plugin # # base by using the 'Interval' option of the LoadPlugin block: # # <LoadPlugin foo> # # Interval 60 # # </LoadPlugin> # #----------------------------------------------------------------------------#
############################################################################## # Logging # #----------------------------------------------------------------------------# # Plugins which provide logging functions should be loaded first, so log # # messages generated when loading or configuring other plugins can be # # accessed. # ##############################################################################
############################################################################## # LoadPlugin section # #----------------------------------------------------------------------------# # Lines beginning with a single `#' belong to plugins which have been built # # but are disabled by default. # # # # Lines begnning with `##' belong to plugins which have not been built due # # to missing dependencies or because they have been deactivated explicitly. # ##############################################################################
LoadPlugin cpu LoadPlugin interface LoadPlugin memory LoadPlugin processes LoadPlugin users LoadPlugin disk LoadPlugin java LoadPlugin write_graphite
############################################################################## # Plugin configuration # #----------------------------------------------------------------------------# # In this section configuration stubs for each plugin are provided. A desc- # # ription of those options is available in the collectd.conf(5) manual page. # ##############################################################################
<Plugin disk> Disk "/^[vhs]d[a-f][0-9]?$/" IgnoreSelected false </Plugin>