Skip to content

Commit b445b23

Browse files
committed
fix: Updated documentation
1 parent 2061b2d commit b445b23

File tree

5 files changed

+3
-20
lines changed

5 files changed

+3
-20
lines changed

docs/source/AdministratorGuide/Configuration/ConfReference/Tips/ServicesPorts/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Ordered by System / Services
2727
+------+----------------------+---------------------+
2828
| 9158 | *Framework* | BundleDelivery |
2929
+------+----------------------+---------------------+
30-
| 9142 | *Framework* | Monitoring |
31-
+------+----------------------+---------------------+
3230
| 9154 | *Framework* | Notification |
3331
+------+----------------------+---------------------+
3432
| 9157 | *Framework* | Plotting |
@@ -74,8 +72,6 @@ Ordered by port number
7472
+------+----------------------+---------------------+
7573
| 9136 | *WorkloadManagement* | JobStateUpdate |
7674
+------+----------------------+---------------------+
77-
| 9142 | *Framework* | Monitoring |
78-
+------+----------------------+---------------------+
7975
| 9143 | *RequestManagement* | RequestManager |
8076
+------+----------------------+---------------------+
8177
| 9145 | *WorkloadManagement* | WMSAdministrator |

docs/source/AdministratorGuide/HowTo/SystemAdministratorInterface.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Show setup command allows administrators to know which components, Services and
9494
'Services': {'Accounting': ['ReportGenerator',
9595
'DataStore'],
9696
'Configuration': ['Server'],
97-
'Framework': ['Monitoring',
98-
'BundleDelivery',
97+
'Framework': ['BundleDelivery',
9998
'SecurityLogging',
10099
'Notification',
101100
'UserProfileManager',

docs/source/AdministratorGuide/Systems/Framework/Monitoring/index.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
The Framework/monitoring service
55
================================
66

7-
The Framework/Monitoring service collects information from all the active DIRAC services and Agents.
8-
The information are collected in *rrd* files which are keeping the monitoring information.
9-
This information is available as time dependent plots via the ActivityMonitor web portal application.
10-
You can access these plots via the "System overview plots" tab in this application. In particular, it shows the load of the services
11-
in terms of CPU/Memory but also numbers of queries served, numbers of active threads, pending queries, etc.
12-
These plots are very useful for understanding of your services behavior, for example, of your FileCatalog service.
7+
The framework system for the monitoring of services and agents has been removed and will no longer be used.
138

14-
The bookkeeping of the rrd files is kept in an sqlite database usually kept in /opt/dirac/data/monitoring/monitoring.db file.
15-
There is no cleaning procedure foreseen for the rrd files.
16-
17-
A Monitoring System based on ElasticSearch database as backend is possible,
18-
please read about it in :ref:`Monitoring <monitoring_system>`.
9+
It has been replaced by an ElasticSearch-based monitoring system. You can read about it in :ref:`Monitoring <monitoring_system>`

docs/source/DeveloperGuide/Systems/Monitoring/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ It is based on layered architecture and is based on DIRAC architecture:
4343

4444

4545
* **Clients**
46-
* MonitoringClient is used to interact withe the Monitoring service.
4746
* Types contains all Monitoring types.
4847

4948
-------------------------------

src/DIRAC/Core/DISET/private/Service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def __init__(self, serviceData):
4747
'moduleObj': <module 'serviceNameHandler' from '/home/DIRAC/FrameworkSystem/Service/serviceNameHandler.pyo'>,
4848
'classObj': <class 'serviceNameHandler.serviceHandler'>}
4949
50-
Standalone is true if there is only one service started
51-
If it's false, every service is linked to a different MonitoringClient
5250
"""
5351
self._svcData = serviceData
5452
self._name = serviceData["modName"]

0 commit comments

Comments
 (0)