23 lines
718 B
Markdown
23 lines
718 B
Markdown
# Silly alive watchdog
|
|
|
|
Is [Nando](http://www.imdb.com/title/tt0106246/characters/nm0000160) alive?
|
|
|
|
At server side, run `nandod` with suitable arguments
|
|
|
|
At clients, run `nando -i 600` to update status every 10 minutes.
|
|
|
|
You can send a custom text file with the update, generated with ex. `nando-desc`
|
|
|
|
Nando clients can query which other clients are online, and what their status is
|
|
(whatever you choose to update with the text data)
|
|
|
|
`nandod` can run a simple HTML server, that lists the nodes that have
|
|
returned their alive message. add the name of client at the end of URL
|
|
to filter only to that name
|
|
|
|
## Installer
|
|
|
|
as root, with your own risk:
|
|
|
|
curl https://bitbucket.org/MoonQ/nando/raw/HEAD/update.sh | bash -
|