Skip to content

Releases: root-gg/wigo

Wigo 0.73.20

28 Jun 01:05
Compare
Choose a tag to compare

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

26 Jun 19:51
Compare
Choose a tag to compare

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

19 Nov 22:30
Compare
Choose a tag to compare

Changelog:

  • Fixing iostat probe

Wigo 0.73.17

20 Aug 07:38
Compare
Choose a tag to compare

Changelog:

  • adding buster in repo

Wigo 0.73.16

31 May 22:58
Compare
Choose a tag to compare

Changelog:

  • remving wheezy from repo and deb build script

Wigo 0.73.15

10 Sep 18:24
Compare
Choose a tag to compare

Changelog:

  • adding stretch in repo + removing sha1 from GPG key

Wigo 0.73.14

15 Aug 18:06
Compare
Choose a tag to compare

Changelog:

  • Debian packages build script : adding stretch

Wigo 0.73.13

10 May 12:53
Compare
Choose a tag to compare

Changelog:

  • Probe packages-yum : Small refactor of errors and packages handling

Wigo 0.73.12

06 May 15:52
Compare
Choose a tag to compare

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

06 May 15:44
Compare
Choose a tag to compare

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