You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Monitoring Plugins:
28
28
29
29
Build, CI/CD:
30
30
31
+
* Add MkDocs-based documentation site, deployed automatically to GitHub Pages via `tools/build-docs` and a GitHub Actions workflow
31
32
* Add support for sle15 packages
32
33
* Add support for sle16 packages
33
34
@@ -124,6 +125,7 @@ Monitoring Plugins:
124
125
* about-me: error in perfdata if using `--dmidecode` and there is no HW information
125
126
* about-me: fix various errors with `sys_dimensions` on some machines ([#1006](https://github.com/Linuxfabrik/monitoring-plugins/issues/1006))
126
127
* by-ssh: add missing `--verbose` parameter
128
+
* cpu-usage: fix false 100% readings on Windows with 64+ cores caused by all-zero CPU time samples from psutil ([#626](https://github.com/Linuxfabrik/monitoring-plugins/issues/626))
127
129
* file-age: handle `FileNotFoundError` race condition when files disappear on busy file systems
0 commit comments