Skip to content

Commit 2d95ff5

Browse files
committed
docs: added note about EnableActivityMonitoring flag
1 parent 31d54d5 commit 2d95ff5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dirac.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Systems
535535
{
536536
Port = 9190
537537
# This enables ES monitoring only for this particular service.
538-
EnableActivityMonitoring = yes
538+
EnableActivityMonitoring = no
539539
Authorization
540540
{
541541
Default = ServiceAdministrator
@@ -763,7 +763,7 @@ Operations
763763
Defaults
764764
{
765765
# This will globally enable ES based monitoring for Service and AgentModule.
766-
EnableActivityMonitoring = yes
766+
EnableActivityMonitoring = no
767767
DataManagement
768768
{
769769
# see http://dirac.readthedocs.io/en/latest/AdministratorGuide/Resources/Catalog/index.html#multi-protocol

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,12 @@ Note: the JSON file already contains the index patterns needed for the visualiza
122122
Enable Component monitoring
123123
===========================
124124

125-
You have to set ``EnableActivityMonitoring=True`` in the CS.
126-
It can be done globally, the ``Operations`` section, or per single component.
125+
.. warning::
127126

127+
not yet fully working/ready
128128

129+
You have to set ``EnableActivityMonitoring=True`` in the CS.
130+
It can be done globally, the ``Operations`` section, or per single component.
129131

130132
Enable RMS Monitoring
131133
=====================

0 commit comments

Comments
 (0)