grafana-alerts
grafana-alerts copied to clipboard
Grafana Alerts - Alerts generated using metrics from Grafana dashboards - This project is looking for a maintainer. Send me a message if you are interested.
While runnung grafanaAlerts, we are getting below error: Traceback (most recent call last): File "/usr/local/bin/grafanaAlerts", line 9, in load_entry_point('grafana-alerts==1.0.0.dev7', 'console_scripts', 'grafanaAlerts')() File "/usr/local/lib/python2.7/site-packages/grafana_alerts/**init**.py", line 12, in main return the_launcher.launch() File...
Hi, I am trying to setup grafana_alerts module. I installed python and grafana_alerts module in my docker container. After tagging the dashboard with "monitored" and adjusting the config file at...
which python script should be added in crontab I only see grafana_alerts module and no grafana_alerts.py as per documentation crontab "Add a cron task to execute grafana_alerts for example each...
I installed grafana Alerts (grafana_alerts-1.0.0.dev7.tar.gz) with pip and configured it, but it first gave me this error: javier@javier-System-Product-Name:~/prueba/monitoreo$ grafanaalerts [] None Traceback (most recent call last): File "/usr/local/bin/grafanaalerts", line 11,...
When I ran grafanaAlerts command in console, I received error: File "/usr/bin/grafanaalerts", line 11, in sys.exit(main()) File "/usr/lib/python2.6/site-packages/grafana_alerts/__init__.py", line 12, in main return the_launcher.launch() File "/usr/lib/python2.6/site-packages/grafana_alerts/launcher.py", line 16, in launch...
hi, when I monitor just a single dashboard, and values are normal - everything's ok and I'm not receiving any alerts when command grafanaAlerts is trigerred but when I monitor...
we're using grafana 2.0.3-pre1, commit: v2.0.2+3-g2c52224 ; and grafanaAlerts 1.0.0.dev7 when I run in console grafanaAlerts command, I receive error: [] Traceback (most recent call last): File "/usr/local/bin/grafanaAlerts", line 9,...
Hi, First thing first thanks for this great addition to grafana. A simple notification system is exactly what I was looking for. Anyway I've followed step by step your installation...