An open API service indexing awesome lists of open source software.

https://github.com/joedborg/gopanic

Distributed, decentralised panic button written in Go
https://github.com/joedborg/gopanic

Last synced: 8 months ago
JSON representation

Distributed, decentralised panic button written in Go

Awesome Lists containing this project

README

          

GoPanic
=======
Distributed panic.

Abstract
--------
GoPanic is daemon that runs and, upon an HTTP request, propagates a panic message across the network.

Usage
-----
First, check that gopanic.go is setup correctly (perhaps you want to change the KEYWORD to something more secret?), then be sure to add to the function `doPanic()`. Compile the source with `go build gopanic.go`. Run the executable on all required hosts. To start the panic propagation, send an HTTP GET to any host on the network, on the chosen port.