MeshStat ========
- [X] Strip off comments on the end of node names
- [X] Added regular expression checking for node URLs
- [X] Make the time scaling for fails work on elapsed time, not num periods
- [X] Make font size, width, height config options
- [X] Fix issue with response time color scaling
- [X] Fix window sizing
- [X] Add pane height/width as config options
- [X] Add IP addresses
- [X] Fix segfault issue
- [X] Function to write sample (documented) config file
- [X] Add timestamp for last check
- [X] Fix issue with font size on windows
- [X] Complain if a config file does not have at least one node!
- [X] Trim whitespace from all node data from json
- [X] Add support for one-line display mode
- [X] Figure out why some nodes are not getting proper data in one-line mode for Don’s big display
- [ ] Rework window sizing resize main resizes child windows
- [ ] Add help page
- [ ] Add warning if period is less than num nodes! Or fix it so the period is between responses
- [ ] Add warning if required window size is too big for the screen
- [ ] Add ability to track load average See Joe’s email of Aug 20 about snmp
- [ ] Better windows management handling! (multi-threading?)
- [ ] Add ability to send email if a node fails
- [ ] Add right-click menu to get a complete dump from a node?
- [ ] Option to disable periodic probing
- [ ] Menu item to start/stop probing?
- [ ] Generalize formatting via config file?
- [ ] Refactor node name parsing so that config-file comments can be saved as node data
- [ ] Highlight out-of-band error conditions