-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'hide' #7
Comments
Hello What grafana version are you using? Pablo On Wed, Jul 22, 2015 at 5:32 AM, flyersa notifications@github.com wrote:
|
Am 22.07.2015 um 23:28 schrieb pabloa:
Clavain Technologies Heerstraße 366 GERMANY WEB: http://www.clavain.com |
Hello Flyersa Could you please call grafana-alerts from a terminal and paste the output? Pablo |
Hi of course: ananke ~]# grafanaAlerts Am 23.07.2015 um 19:45 schrieb pabloa:
Clavain Technologies Heerstraße 366 GERMANY WEB: http://www.clavain.com |
Hello Flyersa. Please update and try again. Version grafana_alerts 1.0.0.dev7 should solve the issue. Let me go how it goes. Pablo |
Hi, checked out latest from git and now its another error, same but not with grafanaAlerts Am 27.07.2015 um 23:28 schrieb pabloa:
Clavain Technologies Heerstraße 366 GERMANY WEB: http://www.clavain.com |
Hi Flyersa, $ grafanaAlerts |
The base URL in your grafana_alerts.cfg file ( |
Hi guys! When I execute alerts script, I get the next output: [{"id":37,"title":"qdev-ib11","uri":"db/qdev-ib11","type":"dash-db","tags":["monitored"],"isStarred":false},{"id":77,"title":"qdev-ib12","uri":"db/qdev-ib12","type":"dash-db","tags":["monitored"],"isStarred":false}] |
Hi,
i am testing this and setup a proper dashboard. But everytime i run grafanaAlerts i get a trace:
[<grafana_alerts.alerting.AlertChecker instance at 0x21ecf80>, <grafana_alerts.alerting.AlertChecker instance at 0x21ec248>]
Traceback (most recent call last):
File "/usr/bin/grafanaAlerts", line 9, in
load_entry_point('grafana-alerts==1.0.0.dev6', 'console_scripts', 'grafanaAlerts')()
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
alert_checker.check()
File "/usr/lib/python2.6/site-packages/grafana_alerts/alerting.py", line 50, in check
alert_checker.check()
File "/usr/lib/python2.6/site-packages/grafana_alerts/alerting.py", line 99, in check
if not grafana_target['hide']:
KeyError: 'hide'
whats wrong here?
The text was updated successfully, but these errors were encountered: