Files
cachet-monitor/icmp.go
Matej Kramny b3bc1d4405 - compile message templates
- send metrics to cachet
- fix http default configuration
2017-02-05 19:27:01 -08:00

6 lines
86 B
Go

package cachet
type ICMPMonitor struct {
AbstractMonitor `mapstructure:",squash"`
}