Page 1 of 1

Data push Graphite, Grafana

Posted: Monday 27 February 2017 17:10
by brommetje
Hi,
Because I already have a running appliance with Graphite and Grafana running a want to push data to graphite.
It works a different than with InfluxDB.
Graphite is listening on port 2003 and with this example done by the crontab every minute I can send data to graphite command line with netcat.
$ echo "test.metric 50 `date +%s`" | nc 192.168.2.211 2003 <-- this is working
So how can I push the netcat (nc) stream to push data from Domoticz devices to a server accepting netcat requests?
Or better will be how can domoticz push the data to graphite? suggestions?
Martin

Re: Data push Graphite, Grafana

Posted: Wednesday 15 March 2017 14:19
by brommetje
Hi,
I still want to use the Graphite/Grafana appliance http://www.sexigraf.fr/features/ if possible.
I can push the data (plaintext) from Domoticz by cronjobs (json) to the appliance (port 2003 carbon) but I want to do it from the GUI "Data Push.
Anyone a idea how to do this sending plaintext?
Martin