Skip to content

Commit ec3db77

Browse files
committed
Fixes wrong user group for Performance Counter
1 parent 4a8226a commit ec3db77

12 files changed

+12
-12
lines changed

doc/plugins/04-Invoke-IcingaCheckCPU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To execute this plugin you will require to grant the following user permissions.
1919

2020
### Required User Groups
2121

22-
* Performance Log Users
22+
* Performance Monitor Users
2323

2424
## Arguments
2525

doc/plugins/09-Invoke-IcingaCheckMemory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To execute this plugin you will require to grant the following user permissions.
2222

2323
### Required User Groups
2424

25-
* Performance Log Users
25+
* Performance Monitor Users
2626

2727
## Arguments
2828

doc/plugins/11-Invoke-IcingaCheckPerfcounter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To execute this plugin you will require to grant the following user permissions.
1818

1919
### Required User Groups
2020

21-
* Performance Log Users
21+
* Performance Monitor Users
2222

2323
## Arguments
2424

doc/plugins/12-Invoke-IcingaCheckProcessCount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To execute this plugin you will require to grant the following user permissions.
2323

2424
### Required User Groups
2525

26-
* Performance Log Users
26+
* Performance Monitor Users
2727

2828
## Arguments
2929

doc/plugins/16-Invoke-IcingaCheckUsedPartitionSpace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To execute this plugin you will require to grant the following user permissions.
2828

2929
### Required User Groups
3030

31-
* Performance Log Users
31+
* Performance Monitor Users
3232

3333
## Arguments
3434

doc/plugins/20-Invoke-IcingaCheckDiskHealth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To execute this plugin you will require to grant the following user permissions.
3333

3434
### Required User Groups
3535

36-
* Performance Log Users
36+
* Performance Monitor Users
3737

3838
## Arguments
3939

plugins/Invoke-IcingaCheckCPU.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
### Required User Groups
1717
18-
* Performance Log Users
18+
* Performance Monitor Users
1919
.EXAMPLE
2020
PS>Invoke-IcingaCheckCPU -Warning 50 -Critical 75
2121
[OK]: Check package "CPU Load" is [OK]

plugins/Invoke-IcingaCheckDiskHealth.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
### Required User Groups
2828
29-
* Performance Log Users
29+
* Performance Monitor Users
3030
.PARAMETER IncludeDisk
3131
Specify the index id of disks you want to include for checks. Example 0, 1
3232
.PARAMETER ExcludeDisk

plugins/Invoke-IcingaCheckMemory.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
### Required User Groups
2020
21-
* Performance Log Users
21+
* Performance Monitor Users
2222
.EXAMPLE
2323
PS>Invoke-IcingaCheckMemory -Verbosity 3 -Warning 60 -Critical 80
2424
[WARNING]: % Memory Check 78.74 is greater than 60

plugins/Invoke-IcingaCheckPerfcounter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.ROLE
1515
### Required User Groups
1616
17-
* Performance Log Users
17+
* Performance Monitor Users
1818
.EXAMPLE
1919
PS> Invoke-IcingaCheckPerfCounter -PerfCounter '\processor(*)\% processor time' -Warning 60 -Critical 90
2020
[WARNING]: Check package "Performance Counter" is [WARNING]

plugins/Invoke-IcingaCheckProcessCount.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
### Required User Groups
2121
22-
* Performance Log Users
22+
* Performance Monitor Users
2323
.EXAMPLE
2424
PS>Invoke-IcingaCheckProcessCount -Process conhost -Warning 5 -Critical 10
2525
[OK]: Check package "Process Check" is [OK]

plugins/Invoke-IcingaCheckUsedPartitionSpace.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
### Required User Groups
3030
31-
* Performance Log Users
31+
* Performance Monitor Users
3232
.EXAMPLE
3333
PS>Invoke-IcingaCheckUsedPartitionSpace -Warning 60 -Critical 80
3434
[OK]: Check package "Used Partition Space" is [OK]

0 commit comments

Comments
 (0)