This repository was archived by the owner on Mar 17, 2022. It is now read-only.
Releases: borntyping/supermann
Releases · borntyping/supermann
Version 3.0.0: New CLI, updated metrics, documentation, more
- Upgraded to most recent version of
psutil(2.1.1) - Replaced or changed various metrics
- Replaced
argparsewithclickand made improvements to CLI - Replaced
@fileargument syntax withsupermann-from-file - Removed
--memmonoption and memory monitoring plugin - Added documentation on
Read the Docs <http://supermann.readthedocs.org/en/latest/>_ - Many other minor fixes and improvements
Version 1.8.0: Uptime metric and more
- Set command line defaults correctly
- Added
process:%:uptimemetric - Improved exception handling
- Log basic information about Riemann on startup
Version 1.7.0: Improved documentation
v1.7.0 Version 1.7.0
Version 1.4.0
Adds support for @path-style argument files.
Version 1.3.0
Replaced argparse 1.2.1 with 1.1, as versions of argparse above 1.1 are not hosted on PyPi and so will not be installed by pip when using the default settings.
Version 1.2.0
This replaces the internal Riemann client (supermann.riemann) with the riemann-client package (python-riemann-client).
Version 1.1.0
Fixes the supermann.metrics.process.cpu so that CPU usage since the last call is recorded, replacing a blocking call that returned the CPU usage for the last 0.1 seconds.
This has a side effect of dropping the time between Supervisor events being received and events being sent to Riemann from ~300ms to ~10ms.
Version 1.0.0
The initial Supermann release.