kiss server monitoring tool with email alerts
go monitoring
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 25 lines 361 B view raw
1# Binaries for programs and plugins 2*.exe 3*.exe~ 4*.dll 5*.so 6*.dylib 7servmon-bin 8servmon 9 10# Test binary, built with `go test -c` 11*.test 12 13# Output of the go coverage tool, specifically when used with LiteIDE 14*.out 15 16# Dependency directories (remove the comment below to include it) 17# vendor/ 18 19# Go workspace file 20go.work 21go.work.sum 22 23# env file 24.env 25.servmon.yaml