cabotapp / docker-cabot

Docker and docker-compose files for Cabot
https://hub.docker.com/r/cabotapp/cabot/
58 stars 31 forks source link

InfluxDB support #19

Closed kishuagarwal closed 6 years ago

kishuagarwal commented 6 years ago

I plan to use influxdb for metrics collection. Any suggestions on how to use this with cabot?

dbuxton commented 6 years ago

Cabot now supports check plugins: http://cabotapp.com/dev/writing-check-plugins.html to augment the default stack of checks.

Documentation is pretty non-existent but if you wanted to do something along these lines, the community would, I'm sure, find it useful.

JeanFred commented 6 years ago

Original enhancement request is at https://github.com/arachnys/cabot/issues/151

dbuxton commented 6 years ago

Thanks @JeanFred - I'll close this in favour of #151

kishuagarwal commented 6 years ago

@JeanFred Thanks for pointing to the other issue.

Also when we add the plugin in CABOT_PLUGINS_ENABLED, is that sufficient or do we also have to modify the django templates as well to insert the list item for the new check?