From 08a1acc03363ec73135e146bb8df183adc5b167a Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Thu, 26 Nov 2020 12:15:19 +0100 Subject: [PATCH] Fixes CPU docs - spelling error --- doc/plugins/04-Invoke-IcingaCheckCPU.md | 4 ++-- plugins/Invoke-IcingaCheckCPU.psm1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/plugins/04-Invoke-IcingaCheckCPU.md b/doc/plugins/04-Invoke-IcingaCheckCPU.md index 6c2475d8..e6fc5e07 100644 --- a/doc/plugins/04-Invoke-IcingaCheckCPU.md +++ b/doc/plugins/04-Invoke-IcingaCheckCPU.md @@ -36,7 +36,7 @@ To execute this plugin you will require to grant the following user permissions. ### Example Command 1 ```powershell -Invoke-IcingaCheckCpu -Warning 50 -Critical 75 +Invoke-IcingaCheckCPU -Warning 50 -Critical 75 ``` ### Example Output 1 @@ -48,7 +48,7 @@ Invoke-IcingaCheckCpu -Warning 50 -Critical 75 ### Example Command 2 ```powershell -Invoke-IcingaCheckCpu -Warning 50 -Critical 75 -Core 1 +Invoke-IcingaCheckCPU -Warning 50 -Critical 75 -Core 1 ``` ### Example Output 2 diff --git a/plugins/Invoke-IcingaCheckCPU.psm1 b/plugins/Invoke-IcingaCheckCPU.psm1 index f8819cbf..36f1535c 100644 --- a/plugins/Invoke-IcingaCheckCPU.psm1 +++ b/plugins/Invoke-IcingaCheckCPU.psm1 @@ -17,11 +17,11 @@ * Performance Log Users .EXAMPLE - PS>Invoke-IcingaCheckCpu -Warning 50 -Critical 75 + PS>Invoke-IcingaCheckCPU -Warning 50 -Critical 75 [OK]: Check package "CPU Load" is [OK] | 'Core #0'=4,59%;50;75;0;100 'Core #1'=0,94%;50;75;0;100 'Core #2'=11,53%;50;75;0;100 'Core #3'=4,07%;50;75;0;100 .EXAMPLE - PS>Invoke-IcingaCheckCpu -Warning 50 -Critical 75 -Core 1 + PS>Invoke-IcingaCheckCPU -Warning 50 -Critical 75 -Core 1 [OK]: Check package "CPU Load" is [OK] | 'Core #1'=2,61%;50;75;0;100 .PARAMETER Warning