diff options
author | David Phillips <david@sighup.nz> | 2018-06-04 00:39:09 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-06-04 00:39:09 +1200 |
commit | 853c3e7f1b9797431f344d908fa412516189f619 (patch) | |
tree | 43e80598703157cbae3960e36a4098f56f084d79 | |
parent | 89d1151c084d521f4c3fa68fd49716d46c74ed14 (diff) | |
download | alarmd-853c3e7f1b9797431f344d908fa412516189f619.tar.xz |
Add readme stub
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef3842b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# What? + +This is a WIP tool for presenting states of various error conditions in real +time. alarmd tracks + +# To do: + +* Alarm death + * PID is owner, delete on owner death -> doesn't lend itself to shell scripting unless ownership can be passed/arbitrary + * Require clients to reinforce alarms periodically? Initial thoughts: gross! +* Change from TCP to UNIX domain sockets - really protocol is too open to be networked |