cabot icon indicating copy to clipboard operation
cabot copied to clipboard

add prometheus alerts?

Open wkshare opened this issue 9 years ago • 4 comments

http://prometheus.io

wkshare avatar Jul 18 '16 08:07 wkshare

+1 UP. It will be a very-very nice feature.

cr0ssmind avatar Dec 01 '16 15:12 cr0ssmind

Is there any update on this?

nitin02 avatar Oct 03 '17 09:10 nitin02

@nitin02 In some part yes. Check plugins have now landed so it is easy to extend Cabot core functionality with plugins. We’d be happy to support someone interested in writing a Prometheus plugin. Not using Prometheus ourselves at Arachnys (only experimentally), we are not likely to work on that soon.

The documentation about writing check plugins lives at http://cabotapp.com/dev/writing-check-plugins.html

JeanFred avatar Oct 03 '17 10:10 JeanFred

We are also interested in this check being developed. I went ahead and started a basic implementation of it that executes Instant Queries.

https://github.com/widen/cabot-check-prometheus https://pypi.org/project/cabot-check-prometheus/

I'm very new to Django and am having some issues with the databasing aspect of things. I attempted to model this on the network check plugin. Whenever I actually create the plugin, an error is thrown since it does not yet exist in the database. I'm also having issues running the 'makemigrations' command. Any help would be appreciated on the proper steps to developing a check. Thanks!

screen shot 2018-05-25 at 10 34 29 am

payton avatar May 23 '18 17:05 payton