2022-03-01 19:07:43 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2023-02-06 18:47:36 +00:00
|
|
|
## [1.1.2] - 2023-02-06
|
|
|
|
- Lowercase client hostnames
|
|
|
|
|
2023-01-22 10:07:15 +00:00
|
|
|
## [1.1.1] - 2023-01-22
|
2022-12-21 16:12:15 +00:00
|
|
|
- Simplify plugin naming
|
2023-01-22 10:07:15 +00:00
|
|
|
- Initial support for executing (groovy) scripts
|
|
|
|
- Fixed bug when no config file were found
|
2023-01-22 10:20:58 +00:00
|
|
|
- Update the default [dashboards](doc/dashboards/)
|
2022-12-21 16:12:15 +00:00
|
|
|
|
2022-12-17 08:48:28 +00:00
|
|
|
## [1.1.0] - 2022-12-17
|
|
|
|
- Lower influx time precision from milliseconds to seconds
|
|
|
|
- requires you to update server and clients to this version.
|
|
|
|
- Update *oshi* dependency (for AIX improvements).
|
|
|
|
|
|
|
|
|
2022-11-16 11:21:33 +00:00
|
|
|
## [1.0.24] - 2022-11-16
|
|
|
|
- Fix incorrect use of OSHI getDiskStores()
|
|
|
|
- Update dashboards
|
|
|
|
|
2022-11-07 16:44:14 +00:00
|
|
|
## [1.0.23] - 2022-11-07
|
2022-11-07 12:33:35 +00:00
|
|
|
- Update dashboards.
|
|
|
|
- Lower default interval for most plugins.
|
|
|
|
- Simplify metrics-results to influx points code.
|
2022-11-07 16:44:14 +00:00
|
|
|
- Remove logging of skipped disk devices (eg. cd0).
|
2022-11-07 12:33:35 +00:00
|
|
|
|
2022-10-30 12:03:53 +00:00
|
|
|
## [1.0.21] - 2022-10-30
|
2022-10-28 08:17:51 +00:00
|
|
|
- Update dashboard
|
|
|
|
- Add IP connections
|
|
|
|
|
2022-10-24 13:28:20 +00:00
|
|
|
## [1.0.18] - 2022-10-24
|
|
|
|
- Bump version to 1.x to indicate stable release.
|
|
|
|
- Update 3rd party dependencies.
|
|
|
|
|
2022-08-20 08:02:05 +00:00
|
|
|
## [0.1.13] - 2022-06-27
|
|
|
|
|
2022-03-02 17:41:58 +00:00
|
|
|
## [0.1.11] - 2022-03-02
|
|
|
|
### Changed
|
|
|
|
- (plugins) Removed groovy dependency from build.gradle (it increased size and was not needed).
|
|
|
|
|
2022-03-01 19:07:43 +00:00
|
|
|
## [0.1.10] - 2022-03-01
|
|
|
|
### Added
|
|
|
|
- (client) More debug options.
|
|
|
|
- (plugins/linux) Re-enabled network socket-statistics extension.
|
|
|
|
### Changed
|
|
|
|
- Updated the oshi dependency to v. 6.1.4.
|
|
|
|
- (plugins/aix) Improved AIX lparstat parsing.
|
|
|
|
- (plugins/aix) More debug output from (Power) processor extension.
|
|
|
|
- (plugins/base) More debug output from plugins-base disk extension.
|
|
|
|
|
|
|
|
## [0.1.9] - 2022-02-15
|
|
|
|
### Changed
|
|
|
|
- Updated 3rd party dependencies.
|
|
|
|
|
2023-01-22 10:07:15 +00:00
|
|
|
<!--
|
2022-12-17 08:48:28 +00:00
|
|
|
[1.1.0]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.1.0%0Dv0.1.24
|
2022-11-16 11:21:33 +00:00
|
|
|
[1.0.24]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.0.24%0Dv0.1.23
|
2022-11-07 16:44:14 +00:00
|
|
|
[1.0.23]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.0.23%0Dv0.1.21
|
2022-11-07 12:33:35 +00:00
|
|
|
[1.0.21]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.0.21%0Dv0.1.18
|
2022-10-24 13:28:20 +00:00
|
|
|
[1.0.18]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.0.18%0Dv0.1.13
|
2022-08-20 08:02:05 +00:00
|
|
|
[0.1.13]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.13%0Dv0.1.11
|
2022-03-02 17:41:58 +00:00
|
|
|
[0.1.11]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.11%0Dv0.1.10
|
2022-03-01 19:07:43 +00:00
|
|
|
[0.1.10]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.10%0Dv0.1.9
|
|
|
|
[0.1.9]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.9%0Dv0.1.8
|
2023-01-22 10:07:15 +00:00
|
|
|
-->
|