feat(alerting): testing alert is starting to work

This commit is contained in:
Torkel Ödegaard
2016-07-21 13:09:12 +02:00
parent 9e91aacd34
commit f6a160b270
14 changed files with 104 additions and 70 deletions
@@ -19,6 +19,7 @@ func addAlertMigrations(mg *Migrator) {
{Name: "settings", Type: DB_Text, Nullable: false},
{Name: "frequency", Type: DB_BigInt, Nullable: false},
{Name: "handler", Type: DB_BigInt, Nullable: false},
{Name: "severity", Type: DB_Text, Nullable: false},
{Name: "enabled", Type: DB_Bool, Nullable: false},
{Name: "created", Type: DB_DateTime, Nullable: false},
{Name: "updated", Type: DB_DateTime, Nullable: false},