icinga-powershell-plugins
icinga-powershell-plugins copied to clipboard
A collection of Windows check plugins for the Icinga PowerShell Framework
I think it would ne a nice feature if you can set more than one value for the status checks warning and critical thresholds. In my opinion there is more...
Hi togehter, is there a way to Monitor a Service CPU Usage? Actual i have three Services that are using the same ProcessName like "edge", so i can`t determinate the...
Adds support to `Invoke-IcingaCheckEventLog` to provide occurring problem event id's for the Eventlog and corresponding acknowledgement id's, providing an indicator if certain issues are resolved or still present Fixes #397
Hola! Currently (v1.12.0) the output displays the uptime in transformed/calculated form: ```powershell > Invoke-IcingaCheckUptime [OK] System Uptime: 1.72h or [OK] System Uptime: 13.12d ``` The examples from the documentation (https://github.com/Icinga/icinga-powershell-plugins/blob/master/doc/plugins/15-Invoke-IcingaCheckUptime.md#examples)...
on our servers we use the possibility to "mount" a physical disk into an empty ntfs folder. the used space of those disks ist not shown by the powershell check,...
Scheduled Tasks seems to be in a tree like data structure. It would be cool, if one could select a middle node instead of just the leafs. That would be...
The `Minimum` Parameter of `Invoke-IcingaCheckHTTPStatus` supposedly (there is not much documentation) allows one to define how many sub checks must be OK for the main check to be OK. I...
We are using Invoke-IcingaCheckProcess to check the availability of some particular processes on our hosts. Also we would like to graph this in Graphite / Grafana. Now we experienced the...
We are seeing that if we set a simple filter such as Alert on Automatic services different to running, not all services on the specific machine are captured. There are...
**Introduction:** During a mass deployment for metric collection using the I**nvoke-IcingaCheckPerfCounter** plugin in a client’s infrastructure, an issue was identified related to the handling of missing performance counters. Specifically, the...