- Moved repository to node-monitor
- Updated config dependency to not freak out if the config directory is absent
- Added TRACE to default console logging output
- Better server listen error handling and debug output
- Better error message on probe failure
- Better console logging
- Can chain require().start()
- Travis test
- Better probe instantiation error message
- Use a gateway if available
- More efficient localhost processing
- Don't restart if already started
- Fixed lint issues
- Allow socket.io to connect any way it can
- Fixed process.uptime
- Detect and prevent stat & log recursion
- Improved log usage
- Changed log/stat probe timestamp from integer to ISO
- Added a timestamp to logProbe/statProbe bundles
- Added Log & Stat classes
- Tests for Stat & Log
- Added LogProbe & StatProbe
- Added Log.console for console logging
- Added log statements & stats gathering
- Exported documentation to a public site
- Updated links in README.txt
- Fixed a dependency issue in the monitor.js bootstrap
- Revved the major version to match node-monitor major version
- Added Stats and Logs
- Initial checkin after montior re-org