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 79 icinga-powershell-plugins issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently the plugin only supported "Change" and "Creation", but access is also a common metadata on Windows and some users want to use it. So `AccessYoungerThan` and `AccessOlderThan` would be...

enhancement

something new on my wishlist for 2022 ;-) a "simple" logfile-parser for standard-applications which write their own logs instead of using windows-eventlogs

enhancement

Would it be possible to add an official dhcp check to verify the occupation of dhcp leases on specific windows dhcp servers. It would be great if we could have...

enhancement

Hi team, we are runnig the plugin on some machines with iSCI disks. These disks are directly visible in the diskmgmt.msc, and also fetched by the legacy check_disk.exe; but the...

bug

the check doesn't show all NCIs (only 4 of 7) here an example: ``` PS C:\Windows\system32> Invoke-IcingaCheckNetworkInterface -Verbosity 3 [OK] Network Device Package: 4 Ok (All must be [OK]) \_...

bug

Hello, I think I have found a bug in the Invoke-IcingaCheckScheduledTask. Let,s say you have a scheduled task which should run every 24 hours and want a warning if the...

bug
Investigation

According to #367 and #363 this was fixed in 1.11.1 but it is still not working ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/64500854/9c04ade3-9700-4023-9cc2-a6971f9be7a0) ![image](https://github.com/Icinga/icinga-powershell-plugins/assets/64500854/b3a57d99-f9e5-4ff9-9f62-34292a46bbf9) Icinga 2.14.1 Icinga Web 2.12.1 Icinga Director 1.11 Icinga for Windows 1.11.1

With Invoke-IcingaCheckPerfcounter it is possible to specify an array of perfcounters to be checked but only one warning and one critical threshold. It would be great if you can specify...

Fixes the exception "Item has already been added. Key in dictionary: 'x' Key being added: 'x'" For the Plugin Invoke-IcingaCheckDiskHealth and potentially others too. Related to #327, which has been...

Hello, the Invoke-IcingaCheckCPU overall load calculation is wrong if more than one cpu socket ist present. The core total values from the sockets are just summarized but not devided through...