- Compile with Go 1.9.2
- Release 32bit and ARM binaries
- Agent not sending data fix amonapp#17
- Compile with go 1.8
- ARM binary
- Fix an error with the initial config file
- 32bit binary
- Compile with go 1.7
- Statsd plugin
- Refactoring, speed and stability improvements
- Systemd, RPM distros - properly creates the /var/run/amonagent directory on reboot
- Postinst script permissions changes for properly running Sensu plugins on CentOS
amonagent -test
displays each plugin output individualy + show execution time- New CLI param
amonagent -debug
- starts the agent and display the metrics sent in the terminal
- Automatically start on Ubuntu / Debian
- Generate machine id on first install / run. Fixes duplicate server creation in the Amon interface
- Stability fixes - cleanup Golang data races in plugin collectors
- Cleanup and update test suite
- Remove hard coded config directories(prepare for future cross platform releases)
- Remove Metadata URL print statement
- Systemd fixes
- Recompile with Go 1.6
- Telegraf Plugin
- Fixes an issue where the agent will hang and not send data on specific servers
- CloudID fixes
- Postinst script fixes
- Improved test command
- PostgreSQL plugin - slow queries parser fix
- Missing Full Name for database/index size in the MySQL Plugin(Triggers an error in Amon)
- Recompile with Go 1.5.3(Fixes security-related issue in Go) - https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
- Properly format process memory metric
- Properly format disc metrics for values bigger than Terrabyte
- Generate machine id on first install
- Fix init script on systemd distros
- Collects all metrics in parallel
- MySQL Plugin
- PostgreSQL Plugin
- MongoDB Plugin
- Redis Plugin
- HAProxy Plugin
- Sensu Plugin
- Nginx Plugin
- Apache Plugin
- Health Checks Plugin
- Can run health checks locally and send the results to Amon
- Custom Plugin - you can write custom plugins in any language with just a couple lines of code.
- New command line options -
list-plugins
,test-plugin
,plugin-config
- Gets Amazon, Google and DigitalOcean instance ids
- Works with self-signed certificates(skips TSL verification)
- More detailed error messages
- Improve testing command
- Fix permissions issues in the systemd service file
- Machine id parameter
- Fix CPU collector, format data to float
- Initial release