Categorygithub.com/jbuchbinder/swarm-monitor
repositorypackage
0.0.0-20210302005737-448cf807518b
Repository: https://github.com/jbuchbinder/swarm-monitor.git
Documentation: pkg.go.dev

# README

SWARM-MONITOR

Build Status Go Report Card GoDoc

Attempt to replace Nagios with a multi-threaded, clustered solution based on Redis and Go.

REQUIREMENTS

  • Go - compile the binary
  • Redis - run as db backend

BUILDING

It's as simple as issuing a:

go build

LIBRARIES AND ACKNOWLEDGEMENTS

  • go-redis - Golang Redis library.
  • gorest - REST library for Go. I ended up embedding this for simplicity, but you've got to give credit where credit is due.