Data push Graphite, Grafana
Posted: Monday 27 February 2017 17:10
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
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