Skip to content

Commit 118af7a

Browse files
committed
docs: Add documentation for pilot monitoring in AdminGuide
1 parent 12cc1eb commit 118af7a

File tree

1 file changed

+10
-5
lines changed
  • docs/source/AdministratorGuide/Systems/MonitoringSystem

1 file changed

+10
-5
lines changed

docs/source/AdministratorGuide/Systems/MonitoringSystem/index.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The given periods above are also the default periods in the code.
8484
Enable WMSHistory monitoring
8585
============================
8686

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.
8888
If you do so, this agent will collect information using the JobDB and send it to the Elasticsearch database.
8989
This same agent can also report to the MySQL backend of the Accounting system (which is in fact the default).
9090

@@ -112,11 +112,12 @@ You can configure the MQ in the local dirac.cfg file where the agent is running:
112112
}
113113
}
114114

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.
118119

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.
120121

121122

122123
Enable Component monitoring
@@ -153,7 +154,11 @@ In order to enable RMSMonitoring we need to set value of ``EnableRMSMonitoring``
153154
}
154155
}
155156

157+
Enable Pilot Submission Monitoring
158+
==================================
156159

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.
157162

158163
Accessing the Monitoring information
159164
=====================================

0 commit comments

Comments
 (0)