shawn-sterling / graphios

A program to send nagios perf data to graphite (carbon) / statsd / librato / influxdb
289 stars 100 forks source link

Influx DB configurations missing in pip install #137

Closed onlybytes closed 7 years ago

onlybytes commented 7 years ago

Hi,

I am working on setting up a monitoring system. I thought i will use Graphios to ingest Nagios data into InfluxDB.

I did pip install graphios

The influxDB configurations are missing in the graphios.cfg file that is present under /etc/graphios directory.

The version that gets installed is 2.0.3

Am i missing something. Please help.

Thanks, Mahesh

horshack commented 7 years ago

You are write, when installing the software with pip (as recommended in the readme), the influxdb backend is not in the sources. Get the software with "git clone"... I was also working on this for more than an hour...

onlybytes commented 7 years ago

Yep. I did that after spending 2 hours.. Forgot to post the comment.

Thank you..

sp0rus commented 7 years ago

I feel like this issue should be reopened, since it is still an issue today.