freenas collectd: format_graphite: error with uc_get_rate

Status
Not open for further replies.

junior466

Explorer
Joined
Mar 26, 2018
Messages
79
I have FreeNAS set to report to a Graphite server and have been receiving this error ever since setting it up.

Code:
freenas collectd: format_graphite: error with uc_get_rate


Here's my setup on FreeNAS:

Screen Shot 2018-11-15 at 6.48.08 PM.png


Here's my graphite configuration inside influxdb.conf:

Code:
[[graphite]]

  # Determines whether the graphite endpoint is enabled.

   enabled = true

   database = "graphite"

 #  retention-policy = ""

   bind-address = ":2003"

   protocol = "tcp"

 #  consistency-level = "one"


Its a pretty straightforward setup and everything works perfectly but would love to get this error to go away. It did disappear for a little while but came back after a reboot.

Thank you.
 
Status
Not open for further replies.
Top