Releases: root-gg/wigo
Releases · root-gg/wigo
Wigo 0.73.20
Changelog:
- Fixing fatal error concurrent map read and map write with latest go versions, see #2
Warning
This release is broken, you should not use it
Wigo 0.73.19
Changelog:
- Adding Makefile to build release and debs
Warning
This release is impacted by #2 that can cause random crashes, you should use a more recent version.
Wigo 0.73.18
Changelog:
- Fixing iostat probe
Wigo 0.73.17
Changelog:
- adding buster in repo
Wigo 0.73.16
Changelog:
- remving wheezy from repo and deb build script
Wigo 0.73.15
Changelog:
- adding stretch in repo + removing sha1 from GPG key
Wigo 0.73.14
Changelog:
- Debian packages build script : adding stretch
Wigo 0.73.13
Changelog:
- Probe packages-yum : Small refactor of errors and packages handling
Wigo 0.73.12
Changelog:
- Probe packages-yum : handle an error when repo is not available (again, this should be in the previous release... fail)
Wigo 0.73.11
Changelog:
- Probe hardware_disks : add mountpoint information, handle complicated fs, add mountpoint tag in metric, be able to override global warn/crit levels for paritions / mountpoints
- Probe packages-apt : properly grab errors even when 0 is !=0 (such as dpkg-db locked error)
- Probe hardware_load_average : loadavg is not 5-10-15 but 1-5-15
- Probe packages-yum : handle an error when repo is not available
- Adding more logs in client and server
- Fixing push client insecure mode that was not working
Many thanks to @speed47 for all his PR