psenna / isup

Check if a list of systems are up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isup

Go Report Card Build Status codecov

Check if systems are running

testing

go test ./... -coverprofile=cover.out -covermode=atomic

go tool cover -func=cover.out

go tool cover -html=cover.out -o cover.html

About

Check if a list of systems are up

License:GNU General Public License v3.0


Languages

Language:Go 100.0%