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: docs/source/AdministratorGuide/Systems/MonitoringSystem/index.rst
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The given periods above are also the default periods in the code.
84
84
Enable WMSHistory monitoring
85
85
============================
86
86
87
-
You have to add ``Monitoring`` to the ``Backends`` option of WorkloadManagemet/StatesAccountingAgent.
87
+
You have to add ``Monitoring`` to the ``Backends`` option of WorkloadManagement/StatesAccountingAgent.
88
88
If you do so, this agent will collect information using the JobDB and send it to the Elasticsearch database.
89
89
This same agent can also report to the MySQL backend of the Accounting system (which is in fact the default).
90
90
@@ -112,11 +112,12 @@ You can configure the MQ in the local dirac.cfg file where the agent is running:
112
112
}
113
113
}
114
114
115
-
A dashboard for WMSHistory monitoring ``WMSDashboard`` is available `here <https://github.com/DIRACGrid/DIRAC/tree/integration/dashboards/WMSDashboard>`__ for import both as a JSON file and as a NDJSON (as support for JSON is being removed in the latest versions of Kibana).
116
-
The dashboard is not compatible with older versions of ElasticSearch (such as ES6).
117
-
To import it in the Kibana UI, go to Management -> Saved Objects -> Import and import the JSON file.
115
+
*Kibana dashboard for WMSHistory*
116
+
A dashboard for WMSHistory monitoring ``WMSDashboard`` is available `here <https://github.com/DIRACGrid/DIRAC/tree/integration/dashboards/WMSDashboard>`__ for import both as a JSON file and as a NDJSON (as support for JSON is being removed in the latest versions of Kibana).
117
+
The dashboard is not compatible with older versions of ElasticSearch (such as ES6).
118
+
To import it in the Kibana UI, go to Management -> Saved Objects -> Import and import the JSON file.
118
119
119
-
Note: the JSON file already contains the index patterns needed for the visualizations. You may need to adapt the index patterns to your existing ones.
120
+
Note: the JSON file already contains the index patterns needed for the visualizations. You may need to adapt the index patterns to your existing ones.
120
121
121
122
122
123
Enable Component monitoring
@@ -153,7 +154,11 @@ In order to enable RMSMonitoring we need to set value of ``EnableRMSMonitoring``
153
154
}
154
155
}
155
156
157
+
Enable Pilot Submission Monitoring
158
+
==================================
156
159
160
+
In order to enable the monitoring of the pilot submission so that they will be sent to ES backend (by default they are sent to Accounting), you need to set
161
+
``sendPilotSubmissionMonitoring = True`` for this option in WorkloadManagement/SiteDirector.
0 commit comments