feat(alerting): alert rule selector

This commit is contained in:
bergquist
2016-05-23 10:07:04 +02:00
parent 411178d384
commit f05cae23d2
4 changed files with 76 additions and 30 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ import (
"github.com/grafana/grafana/pkg/login"
"github.com/grafana/grafana/pkg/metrics"
"github.com/grafana/grafana/pkg/plugins"
//"github.com/grafana/grafana/pkg/services/alerting"
"github.com/grafana/grafana/pkg/services/alerting"
"github.com/grafana/grafana/pkg/services/eventpublisher"
"github.com/grafana/grafana/pkg/services/notifications"
"github.com/grafana/grafana/pkg/services/search"
@@ -65,7 +65,7 @@ func main() {
social.NewOAuthService()
eventpublisher.Init()
plugins.Init()
//alerting.Init()
alerting.Init()
if err := notifications.Init(); err != nil {
log.Fatal(3, "Notification service failed to initialize", err)