public
Description: The 3.0 rewrite of our agent software.
Homepage: http://scoutapp.com/
Clone URL: git://github.com/highgroove/scout_agent.git
scout_agent / TODO
100644 12 lines (10 sloc) 0.546 kb
1
2
3
4
5
6
7
8
9
10
11
12
= To Do List
 
* Add a command that can install an init.d or launchd script for the user to
  restart the agent as the system restarts
* Build a `scout_agent help` command that provides general and command specific
  help, perhaps by parsing the comments on assignments
* Add SSL certificate verification show we ensure we are always talking with the
  official Scout server
* Add something like a SHA signature of the code to reports to help developers
  see which version they are looking at data from
* Improve test coverage all over the agent