@@ -26,20 +26,20 @@ func (c *CheckPDH) Build() *CheckData {
26
26
return & CheckData {
27
27
implemented : Windows ,
28
28
name : "check_pdh" ,
29
- description : "Checks pdh paths and handles wildcard expansion. Also available with the alias CheckCounter " ,
29
+ description : "Checks pdh paths and handles wildcard expansion." ,
30
30
detailSyntax : "%(name)" ,
31
31
okSyntax : "%(status) - All %(count) counter values are ok" ,
32
32
topSyntax : "%(status) - %(problem_count)/%(count) counter (%(count)) %(problem_list)" ,
33
33
emptySyntax : "%(status) - No counter found" ,
34
34
emptyState : CheckExitUnknown ,
35
35
args : map [string ]CheckArgument {
36
- "counter" : {value : & c .CounterPath , description : "The fully qualified counter Name " },
37
- "Counter" : {value : & c .CounterPath , description : "The fully qualified counter Name " },
38
- "host" : {value : & c .HostName , description : "The name Of the machine in the network where the nounter should be searched, defaults to localhost" },
36
+ "counter" : {value : & c .CounterPath , description : "The fully qualified counter name " },
37
+ "Counter" : {value : & c .CounterPath , description : "The fully qualified counter name " },
38
+ "host" : {value : & c .HostName , description : "The name of the machine in the network where the counter should be searched, defaults to localhost" },
39
39
"expand-index" : {value : & c .ExpandIndex , description : "Should indices be translated?" },
40
- "instances" : {value : & c .Instances , description : "Expand wildcards And fetch all instances" },
41
- "type" : {value : & c .Type , description : "this can be large or float depending what you expect, default is large " },
42
- "english" : {value : & c .EnglishFallBackNames , description : "Using English Names Regardless of system Language requires Windows Vista or higher" },
40
+ "instances" : {value : & c .Instances , description : "Expand wildcards and fetch all instances" },
41
+ "type" : {value : & c .Type , description : "This can be large or float depending on what you expect, default is large " },
42
+ "english" : {value : & c .EnglishFallBackNames , description : "Using english names regardless of system language ( requires Windows Vista or higher) " },
43
43
},
44
44
result : & CheckResult {
45
45
State : CheckExitOK ,
0 commit comments