Skip to content

py4.2.0

Compare
Choose a tag to compare
@ocket8888 ocket8888 released this 31 Jul 15:16
· 32 commits to master since this release

Changes the API of collectors in what shouldn't be a breaking way - introduced the config.Config class which can optionally be passed to a collector.Collector initializer to set configuration on a per-host basis. By default, the initializer uses the global configuration, which is now contained in config.CONFIG rather than just at the config module level.