- compile message templates

- send metrics to cachet
- fix http default configuration
This commit is contained in:
Matej Kramny
2017-02-05 19:27:01 -08:00
parent b4fa33b8ad
commit b3bc1d4405
9 changed files with 135 additions and 87 deletions

4
dns.go
View File

@@ -1,3 +1,5 @@
package cachet
type DNSMonitor struct{}
type DNSMonitor struct {
AbstractMonitor `mapstructure:",squash"`
}