Skip to content

Releases: HenriWahl/checkmk-agent-plugin-yum

v2.5.2

25 Oct 06:15
027554f
Compare
Choose a tag to compare

Commits

  • 03c934c: Update manual page to prevent errors (SwampdogMash) #84
  • 3362a7c: Fix inconsistent MAJOR_VERSION detection of OS (SwampdogMash) #86

latest

23 Oct 17:33
027554f
Compare
Choose a tag to compare
latest Pre-release
Pre-release

Commits

  • 3362a7c: Fix inconsistent MAJOR_VERSION detection of OS (SwampdogMash) #86

v2.5.1

26 Jul 09:29
71b94ca
Compare
Choose a tag to compare

Commits

v2.5.0

21 Jul 20:34
eee981a
Compare
Choose a tag to compare

Commits

  • f7d2648: Update of agent side checks to be more thorough (SwampdogMash) #66
  • c085612: Fix YUM HISTORY command to ensure coverage and OS support (SwampdogMash) #74
  • 54264fc: Error in IF statement... (SwampdogMash) #75
  • 04a8ebf: Update yum.py (SwampdogMash) #76
  • b3a362b: Update Dockerfile (Henri Wahl)
  • 594c425: Update yum.py (SwampdogMash) #78
  • 312909b: Add check in case there ISN'T any update (SwampdogMash) #79
  • e304ff6: Incorrect logic assessment of security updates (SwampdogMash) #80
  • 1d42aab: Merge branch 'master' into patch-10 (Henri Wahl) #80
  • 9aba6ce: no Debian backports needed anymore (hw-iu)
  • 3498260: playing with build (hw-iu)
  • 7cddcbc: package (HenriWahl)
  • aa0e710: int (HenriWahl)
  • 7b628ad: finally (HenriWahl)
  • b497960: fiddle with github action (HenriWahl)
  • 7238e94: fiddle with github action (HenriWahl)
  • 51ea360: fiddle with github action (HenriWahl)
  • eee981a: stable updated (HenriWahl)

v2.4.4

20 Feb 17:22
b76286c
Compare
Choose a tag to compare

Commits

  • 63cdc10: Rewrite to new CheckMK 2.0 Check API (Timo Klecker) #60
  • a10655e: Merge branch 'HenriWahl:master' into check_api_migration (Timo Klecker) #60
  • 3cfca8c: fixed build-entrypoint.sh for new check (Henri Wahl)
  • b88fad6: Updated timeout waiting for security update checks (SwampdogMash) #61

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

20 Sep 16:08
1899736
Compare
Choose a tag to compare

Commits

  • 8efc30d: actions/checkout@v3 (Henri Wahl)
  • dc277c8: This commit handles two Error Messages, that can occur when using the agent. (Timo Klecker) #59

v2.4.2

22 Jan 15:59
97b4cb7
Compare
Choose a tag to compare

Commits

  • 198cc35: adds handling for raw edition (Robert Sander) #57
  • 45248a9: actions/checkout@v3 (Henri Wahl)
  • 97b4cb7: need to add backports for newer git - otherwise python3 git module won't work (Henri Wahl)

v2.4.1

08 Dec 12:51
c56619f
Compare
Choose a tag to compare

Commits

  • 23cd32b: Fix check for last update time. (b-aktas) #53

v2.4.0

02 Sep 09:54
416c124
Compare
Choose a tag to compare

Commits

  • 65f95d8: Updated listing of cache contents to include yum and dnf cache every time (Sven Borkert) #51
  • 26e93ce: Changed to reboot detection. Will cache last seen uptime and detect reboot when current uptime is lower than the cached uptime (Sven Borkert) #51
  • 58d06d5: Updated pattern to detect running yum/dnf processes more reliably (Sven Borkert) #51

v2.3.2

12 Nov 15:14
62a0a6f
Compare
Choose a tag to compare

Commits

  • f4b2706: Corrected test for updating cache (Jon1760) #47