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
- Host: GitHub
- URL: https://github.com/joedborg/gopanic
- Owner: joedborg
- License: gpl-2.0
- Created: 2014-08-23T17:01:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T20:39:05.000Z (over 10 years ago)
- Last Synced: 2025-01-04T17:23:21.171Z (over 1 year ago)
- Language: Go
- Homepage: https://josephb.org/projects/gopanic/
- Size: 15.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.