Question #653729 on Graphite changed:
https://answers.launchpad.net/graphite/+question/653729

Denis Zhdanov proposed the following answer:
You forgot to initialize graphitsend library. Try instead of

g = graphitesend.init(group='loadavg_', suffix='min')

use

g = graphitesend.init(group='loadavg_',
suffix='min',graphite_server='XXXXXX',graphite_port=YYYYY)

Put your graphite and port instead of XXXXXXX and YYYYY respectively.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to