Skip to content

Commit e8a7f60

Browse files
authored
Update README.md
1 parent 9ae7bbe commit e8a7f60

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)