Skip to content

Commit 51c9cda

Browse files
authored
Update README.md
1 parent b89acb5 commit 51c9cda

1 file changed

Lines changed: 8 additions & 28 deletions

File tree

README.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,20 @@ This ManagementPack is currently under development and may contain errors. Pleas
3434

3535
__ServiceA;HostA,HostB;none__
3636

37-
ServiceA is monitored for HostA and HostB. There is no exclusion.
37+
ServiceA is monitored for HostA and HostB. There is no (none) exclusion.
3838

3939
__ServiceB;*;none__
4040

41-
ServiceB is monitored on every Host. There is no exclusion.
41+
ServiceB is monitored on every Host. There is no (none) exclusion.
4242

4343
__Service*;*;HostB__
4444

4545
Service*(wildcard) is monitored on every Host and excluded for HostB.
4646

4747

48-
##### 2. Start Sevice Ingest Task
48+
### 3. Start Sevice Ingest Task
4949

50-
__Execute Task__
51-
52-
1. The Task which starts the CSV ingestion process in found at the "Management Server View". Select the MS on which the CSV is located and execute the Task. (Views -> State View Management Server)
50+
1. The Task which starts the CSV ingestion process is found at the "Management Server View". Select the management server on which the CSV is located and execute the Task. (Example at Views -> State View Management Server)
5351
2. Click "Override" to enter the path to the CSV.
5452

5553
![alt text](https://github.com/spa5603/OpsMgr.GenericServiceMonitoring/blob/master/Graphics/RunTask.jpg)
@@ -59,33 +57,15 @@ This ManagementPack is currently under development and may contain errors. Pleas
5957
![alt text](https://github.com/spa5603/OpsMgr.GenericServiceMonitoring/blob/master/Graphics/OverrideParameter.jpg)
6058

6159

62-
##### 3. Check discoverd Services
63-
The discovery is configured to run every 24h and detect newly processed servers. This setting can be changed to meet your requirements. So it can take up to 24 hours until the service can be discovered.
64-
65-
## Examples:
66-
67-
1. CSV:
68-
69-
ServiceA;HostA,HostB;none
70-
71-
ServiceB;*;none
72-
73-
Service*;*;HostB
74-
75-
ServiceA;*;HostC,HostD
76-
77-
78-
2. ServiceFilePath:
79-
80-
C:\SCOM\GenSerMon.csv
81-
60+
### 4. Check discoverd Services
61+
The discovery is configured to run every 24h and detect newly processed servers. This setting can be changed at the xml code to meet your requirements. So it can take up to 24 hours until the service can be discovered.
8262

8363
## Views:
8464

85-
##### State View Discoverd Services:
65+
### State View Discoverd Services:
8666
![alt text](https://github.com/spa5603/OpsMgr.GenericServiceMonitoring/blob/master/Graphics/StateView%20-%20Discovered%20Services.jpg)
8767

88-
##### State View Management Server
68+
### State View Management Server
8969
![alt text](https://github.com/spa5603/OpsMgr.GenericServiceMonitoring/blob/master/Graphics/StateView%20-%20Management%20Server.jpg)
9070

9171
## License Terms

0 commit comments

Comments
 (0)