Code

write_graphite plugin: config should fail on error
authorJ. Javier Maestro <jjmaestro@ieee.org>
Sun, 16 Jun 2013 16:05:53 +0000 (18:05 +0200)
committerJ. Javier Maestro <jjmaestro@ieee.org>
Sun, 16 Jun 2013 16:55:26 +0000 (18:55 +0200)
commitdbf45dbf4eab1d058c49fc3bfb8be3e2cba98234
tree01a94f997172a32e8dd802383c339a2a23f98e10
parent654c16012a34b19845ed1ac2a926b689ef939023
write_graphite plugin: config should fail on error

This is the preferred way of handling config, as it can be seen in snmp.c. It's
important to fail on a config error to simplify code in other callbacks.
src/write_graphite.c