Skip to content

Commit fb8e599

Browse files
authored
Merge pull request #107 from Icinga:doc/fix_cpu_doc_spelling
Docs: Fixes CPU spelling error in docs
2 parents d1ef19e + 08a1acc commit fb8e599

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/plugins/04-Invoke-IcingaCheckCPU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To execute this plugin you will require to grant the following user permissions.
3636
### Example Command 1
3737

3838
```powershell
39-
Invoke-IcingaCheckCpu -Warning 50 -Critical 75
39+
Invoke-IcingaCheckCPU -Warning 50 -Critical 75
4040
```
4141

4242
### Example Output 1
@@ -48,7 +48,7 @@ Invoke-IcingaCheckCpu -Warning 50 -Critical 75
4848
### Example Command 2
4949

5050
```powershell
51-
Invoke-IcingaCheckCpu -Warning 50 -Critical 75 -Core 1
51+
Invoke-IcingaCheckCPU -Warning 50 -Critical 75 -Core 1
5252
```
5353

5454
### Example Output 2

plugins/Invoke-IcingaCheckCPU.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
1818
* Performance Log Users
1919
.EXAMPLE
20-
PS>Invoke-IcingaCheckCpu -Warning 50 -Critical 75
20+
PS>Invoke-IcingaCheckCPU -Warning 50 -Critical 75
2121
[OK]: Check package "CPU Load" is [OK]
2222
| '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
2323
.EXAMPLE
24-
PS>Invoke-IcingaCheckCpu -Warning 50 -Critical 75 -Core 1
24+
PS>Invoke-IcingaCheckCPU -Warning 50 -Critical 75 -Core 1
2525
[OK]: Check package "CPU Load" is [OK]
2626
| 'Core #1'=2,61%;50;75;0;100
2727
.PARAMETER Warning

0 commit comments

Comments
 (0)