You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,22 +34,20 @@ This ManagementPack is currently under development and may contain errors. Pleas
34
34
35
35
__ServiceA;HostA,HostB;none__
36
36
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.
38
38
39
39
__ServiceB;*;none__
40
40
41
-
ServiceB is monitored on every Host. There is no exclusion.
41
+
ServiceB is monitored on every Host. There is no (none) exclusion.
42
42
43
43
__Service*;*;HostB__
44
44
45
45
Service*(wildcard) is monitored on every Host and excluded for HostB.
46
46
47
47
48
-
##### 2. Start Sevice Ingest Task
48
+
###3. Start Sevice Ingest Task
49
49
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)
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.
0 commit comments