File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ title: wmi
66
77Check status and metrics by running wmi queries.
88
9+ In order to use this plugin, you need to enable 'CheckWMI' in the '[/modules]' section of the snclient_local.ini.
10+
11+
912- [ Examples] ( #examples )
1013- [ Argument Defaults] ( #argument-defaults )
1114
Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ func NewCheckWMI() CheckHandler {
2828
2929func (l * CheckWMI ) Build () * CheckData {
3030 return & CheckData {
31- name : "check_wmi" ,
32- description : "Check status and metrics by running wmi queries." ,
31+ name : "check_wmi" ,
32+ description : `Check status and metrics by running wmi queries.
33+
34+ In order to use this plugin, you need to enable 'CheckWMI' in the '[/modules]' section of the snclient_local.ini.
35+ ` ,
3336 implemented : Windows ,
3437 args : map [string ]CheckArgument {
3538 "query" : {value : & l .query , description : "The WMI query to execute" },
You can’t perform that action at this time.
0 commit comments