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

I'm trying to check a directory which contains brackets in the pathname, for example: c:\temp\test [1]\ I tried several ways of escaping the brackets in the path configuration but nothing...

bug
Investigation

Hello, we are trying to monitor logical disks that are formatted with ReFS. Unfortunately the CheckPartitionSpace is not able to check them because the disk size is not available. We...

The IcingaCheckPackage argument AddSummaryHeader is not working correctly for nested IcingaCheckPackages. In nested IcingaCheckPackages only the number of checks which are ok is shown. For testing I manually added the...

bug
Investigation

Any services with a dash or underscore are not interpreted by the plugin. ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/4235359/3a7cf41e-b581-44a4-b0bb-7f97864de7ed)

bug
Investigation

I have a usecase which is not solvable with the current check. We have two different EventIDs: one is indicating a critical state, the second one is indicating the service...

enhancement

Hi, in my opinion it would be a nice Feature if there is a Time Parameter for Updates. For example only go into warning if the Updates are ready for...

enhancement

For windows storage spaces virtual disks the performance part (avg. disk queue length, avg. disk queue length) of the Invoke-IcingaCheckDiskHealth is already working. It would be great to also include...

Fixed pagefile percentage thresholds when "manage pagefile for all disks automatically" is disabled but "automatically managed" is enabled for specifc pagefiles. See Issue: https://github.com/Icinga/icinga-powershell-plugins/issues/379

cla/signed

Is there a specific reason why the **health** status is not part of the Invoke-IcingaCheckDisk**Health**? If not it would be great if you can add it in a future update....

enhancement

Hey, it would be great if you could check the expiration date of the SSL certificate in the future. Is that possible or is something like that planned? Since we...

enhancement
Investigation