Hi all,

I've recently started using CollectD to send metrics to Graphite instead of to 
RRD graphs. It works really well but it does something that I can't seem to 
find a way to turn off.

CollectD is polling SNMP devices and sending the data back to Graphite 
correctly but it insists on adding 'snmp' to the metric. For example - 
infrastructure.palo-alto.ups1.current arrives as 
infrastructure.palo-alto.ups1.snmp.current.

I'm guessing that it's adding the plugin name to the metric. Is there a way to 
stop it? If it helps, the relevant parts of my config are below.

Thanks for any advice


Steve

<Plugin snmp>
.
.
.
<Data "ups_current">
        Type "current"
        Table false
    Values ".1.3.6.1.4.1.318.1.1.1.4.2.4.0"
</Data>
.
.
<Host "ups1">
Address "192.168.119.61"
Version 1
Community "public"
Collect "ups_current" "ups_internal_temp"
</Host>
.
.
</Plugin>
<Plugin write_graphite>
  <Carbon>
    Host "192.168.112.133"
    Port "2003"
    Prefix "infrastructure.palo-alto."
    Postfix "collectd"
    StoreRates false
    AlwaysAppendDS false
    #EscapeCharacter "_"
  </Carbon>
</Plugin>



______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to