bosun-monitor / bosun

Time Series Alerting Framework
http://bosun.org
MIT License
3.4k stars 493 forks source link

Support influxdb #618

Closed fire closed 9 years ago

fire commented 9 years ago

Would help if bosun supported influxdb. I didn't find a bug tracking this, so here it is.

Since I have multiple datasources sending data to influxdb. (collectd, statsite). It would keep my dependencies low if I could use the influxdb for bosun rather than change the entire system to openTSDB.

giganteous commented 9 years ago

@nathanielc gave a stab. All queries using triple quotes get an error, so I patched parser.go a bit in my branch, which now actually seems to work.

I can't wrap my head around writing a proper test. Something that does an integration test. I'll try to PR this against your fork, I dunno if that is normal.

Suggestions?

gbrayut commented 9 years ago

Added in #1291

If you find any problems please create an Issue/PR using the influxdb label.