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 you use a ful path for a file, the output maybe strange if it conains special chars \. In icingaweb it get translated to tabs or other control characters....

third party

Hello, I was wondering if `Invoke-IcingaCheckCertificate` returns performance data or not. For me it doesn't and it would be very useful to return something like the number of certificates that...

Maybe I don't understand it right, but should be the _total of one core also be the same value? ``` '/usr/lib64/nagios/plugins/check_by_powershell' '--icingacmd' 'Invoke-IcingaCheckCPU -Core *' '--password' 'x' '--user' 'x' '-H'...

bug

Hello. Sometimes Invoke-IcingaCheckCPU shows strange load % data greater than 100% ![изображение](https://github.com/Icinga/icinga-powershell-plugins/assets/17614847/0c0dd963-7788-4f42-85fb-7552eaf17fd7) ``` Environment configuration: PowerShell Root => C:\Program Files\WindowsPowerShell\Modules\ Icinga for Windows Service Path => C:\Program Files\icinga-framework-service\ Icinga for...

Adds argument `Limit100Percent` to `Invoke-IcingaCheckCPU` for limiting each threads CPU usage to 100%

enhancement
cla/signed

Hello Sometimes the Invoke-IcingaCheckDiskHealth plugin returns empty values ​​for some important performance metrics The result is an incorrect comparison operation. And the plugin reports that 0 is greater than 4....

Hi, we found an anomaly for the Invoke-IcingaCheckDirectory plugin The need is to monitor access to a folder / verify folder presence. As per screen in Icinga the result is...

bug
needs-feedback

In my opinion the currently implemented checks for interface discards and errors are suboptimal at least when it comes to percentage thresholds which for me is the only useful threshold...

In case to define a process name which is not existing it would be nice to have a flag in command definition that returns a critical state

Hello We discovered an issue when using the **Invoke-IcingaCheckDiskHealth** plugin. There is no way to exclude from scanning **RDS User Profile Disk** (UPD) virtual disks that appear in the system...

enhancement
Investigation