Skip to content

Releases: HunnyPuns/nagios-windows-plugins

v0.1.12-beta

09 Sep 04:32
866f3ea
Compare
Choose a tag to compare
v0.1.12-beta Pre-release
Pre-release

What's Changed

  • check_process.ps1 CPU metric not measuring CPU. Issue #18 by @HunnyPuns in #22
  • Code cleanup. Changing write-hosts to write-outputs by @HunnyPuns in #23

Full Changelog: v0.1.11-beta...v0.1.12-beta

v0.1.11-beta

12 Jul 16:36
Compare
Choose a tag to compare
v0.1.11-beta Pre-release
Pre-release

Fixed a bug in check_memory.ps1 when telling the plugin to show used memory, it still showed available memory.

v0.1.10-beta

08 Jun 03:03
0b9c2de
Compare
Choose a tag to compare
v0.1.10-beta Pre-release
Pre-release

Updates to check_by_winrm.py.

Basically a complete re-write from vex-milk (thank you!)
Details can be found in PR 17.

On top of everything from vex-milk, I re-built some of the tools that I need for this project, such as basic-http/s authentication, and the ability to present the user password as a command line argument. Not the best of situations, for sure, but that's how Nagios rolls right now.
More details can be found in PR 20

v0.1.9-beta

17 May 06:31
4a0271b
Compare
Choose a tag to compare
v0.1.9-beta Pre-release
Pre-release

Resolve issue 15 where check_cpu.ps1 would fail when multiple CPU sockets were present.

v0.1.8-beta

16 Mar 04:27
Compare
Choose a tag to compare
v0.1.8-beta Pre-release
Pre-release

Fixed a quick bug in the error handling. I want errors in connecting to the Windows machine to return an UNKNOWN state.

v0.1.7-beta

16 Mar 04:19
356030c
Compare
Choose a tag to compare
v0.1.7-beta Pre-release
Pre-release

Added error handling to check_by_winrm.py

v0.1.6-beta

12 Mar 21:29
e2d22a7
Compare
Choose a tag to compare
v0.1.6-beta Pre-release
Pre-release

Quick update to check_by_winrm.py

Changes:

  • Suppress NTLM warnings when running from CentOS 7.
  • Added -v/--verbose flag to dump a bunch of information about what's going on in the plugin.

v0.1.5-beta

29 Nov 01:58
c9ac3a8
Compare
Choose a tag to compare
v0.1.5-beta Pre-release
Pre-release

Fixes:

v0.1.4-beta

25 Nov 17:27
1aff9bd
Compare
Choose a tag to compare
v0.1.4-beta Pre-release
Pre-release

Fixed:

  • check_by_winrm.py returning 1 regardless of exit code from the plugin
  • check_by_winrm.py --auth flag no longer requires case sensitive input

v0.1.3-beta

24 Oct 05:54
Compare
Choose a tag to compare
v0.1.3-beta Pre-release
Pre-release

Fixed a few bugs.
Args are no longer required for the plugins you want to run through check_by_winrm.py
Precision is fixed in check_memory.ps1
check_volume.ps1 performance data does not result in extra underscores ( _ ). This was done by removing the colon and backslashes at the beginning, and the backslash at the end of the volume being checked. Deliberately left potential backslashes in the middle of the volume name alone, in case someone has a mount point that is a directory or two deep.