Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

Releases: borntyping/supermann

Version 3.0.0: New CLI, updated metrics, documentation, more

26 Aug 11:39

Choose a tag to compare

  • Upgraded to most recent version of psutil (2.1.1)
  • Replaced or changed various metrics
  • Replaced argparse with click and made improvements to CLI
  • Replaced @file argument syntax with supermann-from-file
  • Removed --memmon option 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

19 Feb 16:33

Choose a tag to compare

  • Set command line defaults correctly
  • Added process:%:uptime metric
  • Improved exception handling
  • Log basic information about Riemann on startup

Version 1.7.0: Improved documentation

22 Jan 13:38

Choose a tag to compare

Version 1.4.0

06 Jan 13:47

Choose a tag to compare

Adds support for @path-style argument files.

Version 1.3.0

02 Jan 17:17

Choose a tag to compare

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

02 Jan 14:37

Choose a tag to compare

This replaces the internal Riemann client (supermann.riemann) with the riemann-client package (python-riemann-client).

Version 1.1.0

10 Dec 14:46

Choose a tag to compare

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

27 Nov 14:57

Choose a tag to compare

The initial Supermann release.