compile message for Fixed status

- better logging
This commit is contained in:
Matej Kramny
2017-02-06 23:05:39 -08:00
parent 1b93730121
commit c04128ce36
7 changed files with 80 additions and 23 deletions

View File

@@ -76,7 +76,7 @@ func GetMonitorType(t string) string {
return "http"
}
return t
return strings.ToLower(t)
}
func getTemplateData(monitor *AbstractMonitor) map[string]interface{} {