graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06585
Re: [Question #653729]: Load MySQL data into graphite
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.