File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ It is often necessary to monitor windows services across your entire SCOM enviro
66## Configuration:
77##### 1. CSV File Layout:
88
9- __ ServiceName;Include;Exclude__
9+ __ ServiceName;Include;Exclude__
1010
11- Include: Comma separated List of Servername(ShortName)
11+ Include: Comma separated List of Servername(ShortName)
1212
13- Exclude: Comma separated List of Servername(ShortName)
13+ Exclude: Comma separated List of Servername(ShortName)
1414
15- * : Every Host in the "Microsoft.SystemCenter.ManagedComputerServer" Class
15+ *: Every Host in the "Microsoft.SystemCenter.ManagedComputerServer" Class
1616
17- __ ServiceA;HostA,HostB;none__
17+ __ ServiceA;HostA,HostB;none__
1818
19- ServiceA is monitored for HostA and HostB. There is no exclusion.
19+ ServiceA is monitored for HostA and HostB. There is no exclusion.
2020
21- __ ServiceB;* ;none__
21+ __ ServiceB;* ;none__
2222
23- ServiceB is monitored on every Host. There is no exclusion.
23+ ServiceB is monitored on every Host. There is no exclusion.
2424
25- __ Service* ;* ;HostB__
25+ __ Service* ;* ;HostB__
2626
27- Service* (wildcard) is monitored on every Host and excluded for HostB.
27+ Service*(wildcard) is monitored on every Host and excluded for HostB.
2828
2929
3030##### 2. Start Sevice Ingest Task
You can’t perform that action at this time.
0 commit comments