diff options
author | Immae <immae@immae.eu> | 2014-06-08 15:18:58 +0200 |
---|---|---|
committer | Immae <immae@immae.eu> | 2014-06-08 15:18:58 +0200 |
commit | 27c20be31c9b1c88e1e4f55e86d0933782acf1e4 (patch) | |
tree | e6cbc8d33638aad08c5a7d3b7a7fdab82afebb01 /README | |
parent | 8b6154e92b39be265186c82ed0112d0926ae047c (diff) | |
download | Monitor-27c20be31c9b1c88e1e4f55e86d0933782acf1e4.tar.gz Monitor-27c20be31c9b1c88e1e4f55e86d0933782acf1e4.tar.zst Monitor-27c20be31c9b1c88e1e4f55e86d0933782acf1e4.zip |
TODO file and example monitor
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ | |||
1 | This is a simple monitoring program that will run a list of commands | ||
2 | periodically or continuously (like tail -f) | ||
3 | |||
4 | Still in early development | ||