actually use web server port for something. filter results by host name

This commit is contained in:
ville rantanen
2018-08-16 12:10:19 +03:00
parent 0b9cebecff
commit 6b668b8d88
2 changed files with 33 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# Silly alive watchdog
Is [Nando](http://www.imdb.com/title/tt0106246/characters/nm0000160) alive?
Is [Nando](http://www.imdb.com/title/tt0106246/characters/nm0000160) alive?
At server side, run `nandod` with suitable arguments
@@ -9,8 +9,11 @@ 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)
(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