Merge branch 'alerting' into alerting_notifications

This commit is contained in:
bergquist
2016-06-17 08:27:58 +02:00
5 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,7 @@ type Alert struct {
State string
Handler int64
Enabled bool
Frequency int64
Created time.Time
Updated time.Time