From: Florian Forster Date: Fri, 25 Dec 2009 22:52:56 +0000 (+0100) Subject: src/collectd.conf.in: Added an example config for the netapp plugin. X-Git-Tag: collectd-4.9.1~10 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5faa320a1632fe2f5a03fa0373eb3ebcf7aa26b9 src/collectd.conf.in: Added an example config for the netapp plugin. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index fb2bcacd..99b52037 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -89,6 +89,7 @@ FQDNLookup true @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql +#@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink @LOAD_PLUGIN_NETWORK@LoadPlugin network #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs @@ -415,6 +416,58 @@ FQDNLookup true # # +# +# +# Protocol "https" +# Address "10.0.0.1" +# Port 443 +# User "username" +# Password "aef4Aebe" +# Interval 30 +# +# +# Interval 30 +# GetNameCache true +# GetDirCache true +# GetBufferCache true +# GetInodeCache true +# +# +# +# Interval 30 +# GetBusy true +# +# +# +# Interval 30 +# GetIO "volume0" +# IgnoreSelectedIO false +# GetOps "volume0" +# IgnoreSelectedOps false +# GetLatency "volume0" +# IgnoreSelectedLatency false +# +# +# +# Interval 30 +# GetCapacity "vol0" +# GetCapacity "vol1" +# IgnoreSelectedCapacity false +# GetSnapshot "vol1" +# GetSnapshot "vol3" +# IgnoreSelectedSnapshot false +# +# +# +# Interval 30 +# GetCPULoad true +# GetInterfaces true +# GetDiskOps true +# GetDiskIO true +# +# +# + # # Interface "All" # VerboseInterface "All"