monibot go
v0.1.1
Golang SDK for https://monibot.io - 轻松服务器和应用程序监控。
该模块提供了一个 SDK 来与 Monibot REST API 进行交互。 Monibot 是一项监控您的网络应用程序、服务器和指标的服务,并在出现问题时通知您。
$ go get github.com/cvilsmeier/monibot-go
import "github.com/cvilsmeier/monibot-go"
func main () {
// api access requires an apiKey
apiKey := os . Getenv ( "MONIBOT_API_KEY" )
// create new api
api := monibot . NewApi ( apiKey )
// send a watchdog heartbeat
api . PostWatchdogHeartbeat ( "5f6d343a471d87687f51771530c3f2f4" )
// increment a counter metric
api . PostMetricInc ( "c3f2fefae7f6d3e387f1d8761ff17730" , 42 )
}
麻省理工学院许可证,请参阅许可证