icinga-powershell-plugins icon indicating copy to clipboard operation
icinga-powershell-plugins copied to clipboard

A collection of Windows check plugins for the Icinga PowerShell Framework

Results 65 icinga-powershell-plugins issues
Sort by recently updated
recently updated
newest added

If the disk health check times out after obtaining a value, it will return [OK] in the output, but because of the timeout, will return with status code 3. ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/82535494/105b3ac2-b4f7-471c-85b2-06c37c4f9fc7)

Hello, right now the commands also counts service and cimputer accounts as logged in users and also a logged inuser multiple times even if he is logged in only once....

enhancement

We use Invoke-IcingaCheckPerfcounter to monitor CPU usage for an array of processes. Till version 1.9.x that worked fine and honestly I didn't check in detail after upgrading to 1.10.x and...

The eventlog check does not seem to be working for logs outside of windows logs. The following example does not find any events: Invoke-IcingaCheckEventlog -Warning 0 -Critical 0 -LogName 'Microsoft-Windows-FailoverClustering/Operational'...

Guten Tag, bei einem Server unseres Kunden ist die CPU immer wieder auf 100%, weil mehrere PowerShell-Skripte dann gleichzeitig ausgeführt werden und dadurch die hohe Last erzeugt. Kann hier jemand...

documentation

Hello all, I have the following problem. With some players, all same manufacturer, all same image(big rollout), I get the following error message. Template for the director is the same...

When Invoke-IcingaCheckTimeSync is called on the desired Host via Agent, the Output seems ok: ``` icinga { Invoke-IcingaCheckTimeSync -Server europe.pool.ntp.org -Warning -10s:10s -Critical -15s:15s -Verbosity 2 } [UNKNOWN]: Icinga Custom...

If Invoke-IcingaCheckProcess detects more than one instance of a process and "cpu-usage" (-TotalCPUCritical or -TotalCPUWarning) is set, the output is the total (sum) of all matching processes, which is sometimes...

So I have updated all the windows servers to the newest stable icinga for windows versions. All servers work happily, except one, where in Icinga I get an Unknown result:...

bug

If CritOnReboot is set to 1, and reboot pending is no, then the plugin seems to incorrectly return critical: ``` PS C:\Users\administrator> invoke-icingacheckupdates -verbosity 3 -warning 0 -**CritOnReboot 1** [CRITICAL]...