Release Icinga PowerShell Plugins v1.8.0 latest
1.8.0 (2022-02-08)
Bugfixes
- #250 Fixes alias
Invoke-IcingaCheckUsedPartitionSpace
which is not working on Windows 2012R2 or older and being replaced with a native function - #246 Fixes wrong
UNKNOWN
onInvoke-IcingaCheckService
while using service display name with the-Service
argument instead of the service name - #261 Fixes
Invoke-IcingaCheckCertificate
which always included the CertStore because no option to not check the certificate store was available - #262 Fixes method NULL exception on empty EventLog entries for
Invoke-IcingaCheckEventLog
- #271 Fixes JEA error which detected
ScriptBlocks
in the plugin collection - #272 Fixes file encoding for
Invoke-IcingaCheckTimeSync
which was not UTF8 before, causing the JEA profile writer to ignore the file - #274 Fixes
Invoke-IcingaCheckScheduledTask
for wildcard task names, which added the unknown package in case wildcards were used for task names
Enhancements
- #143, #220, #256 Improves
Invoke-IcingaCheckUpdates
, splitting updates into different categories, allowing the check for the update count based on these categoriesMicrosoft Defender
,Security Updates
,Rollup Updates
and allOther Updates
. The-UpdateFilter
will only apply to the total update count, allowing additional customisation. By running the plugin with-Verbosity 1
, it will now also print the list of the update names if the the thresholds are printingWarning
,Critical
orUnknown
- #204 Extends functionality of
Invoke-IcingaCheckDirectory
by allowing to monitor file counts, adding folder count to monitoring, different files sizes (total size, average, smallest file and largest file) and allows to print the entire file list fetched by the plugin - #205 Adds new plugin
Invoke-IcingaCheckProcess
for detailed monitoring of running services for CPU, Memory, PageFile and ThreadCount usage and total running processes
icinga-powershell-plugins-v1.8.0.tar.gzRelease tarball |
application/gzip | 2022-02-07 | Download from Github |
Release Icinga PowerShell Plugins v1.7.0
1.7.0 (2021-11-09)
Bugfixes
- #187 Fixes
Invoke-IcingaCheckUsedPartitionSpace
andInvoke-IcingaCheckDiskHealth
in case mirrored disks are used within the system, causing an exception on duplicate partition id's - #200 Fixes
UNKNOWN
forInvoke-IcingaCheckUsedPartitionSpace
, in case the main partition has no space left which should returnCRITICAL
instead - #233 Fixes used partition space plugin performance by fetching only partition space data instead of entire disk information collection and renamed it to represent the new method of being able to toggle between free and used space for partitions
- #235 Fixes operational status monitoring output for
Invoke-IcingaCheckDiskHealth
Enhancements
- #199 Adds additional metadata to
Invoke-IcingaCheckDiskHealth
for disk serial number, assigned partitions, boot device, device id, system device and device name - #211 Adds feature to
Invoke-IcingaCheckService
, allowing to filter for specific service startup types in case the plugin is used to check for specific services with-Service
- #237 Adds support for
Invoke-IcingaCheckHTTPStatus
to add the content of the website output by using the flag-AddOutputContent
- #241 Adds possibility to switch between free and used monitoring for
Invoke-IcingaCheckUNCPath
and consolidates monitoring like other plugins, with dynamic % monitoring. - #243 Removes function
Publish-IcingaPluginDocumentation
, as this function will move directly into the Icinga PowerShell Framework
icinga-powershell-plugins-v1.7.0.tar.gzRelease tarball |
application/gzip | 2021-11-08 | Download from Github |
Release Icinga PowerShell Plugins v1.6.0
1.6.0 (2021-09-07)
Bugfixes
- #224 Fixes
Invoke-IcingaCheckUsedPartitionSpace
label names, which might have caused conflicts with Graphite/InfluxDB, because of changed metric unit - #226 Fixes class names of
Add-Type
forGet-IcingaDiskAttributes
andGet-IcingaUNCPathSize
and adds checks if the class was already added inside the session
Enhancements
- #208 Adds additional features to
Invoke-IcingaCheckScheduledTask
, allowing to monitor exit codes, missed runs and last/next run time of a task - #217 Adds feature for
Invoke-IcingaCheckPerfCounter
with new switch-IgnoreEmptyChecks
to change the output fromUNKNOWN
toOK
, in case no performance counters were found - #222 Replaces
Get-FileHash
with own implementation asGet-IcingaFileHash
, to work with new JEA integration - #223 Removes the function
Get-IcingaServices
, as this function has been moved to the Icinga PowerShell Framework - #225 Adds support for plugins to work in JEA context
icinga-powershell-plugins-v1.6.0.tar.gzRelease tarball |
application/gzip | 2021-09-06 | Download from Github |
Newer
Older