Skip to content

Commit 6469b04

Browse files
committed
fix: moved to weekly indices
1 parent fa1dcee commit 6469b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DIRAC/MonitoringSystem/Client/Types/AgentMonitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def __init__(self):
3939
}
4040
)
4141

42-
self.period = "month"
42+
self.period = "week"
4343

4444
self.checkType()

src/DIRAC/MonitoringSystem/Client/Types/ServiceMonitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ def __init__(self):
5151
}
5252
)
5353

54-
self.period = "month"
54+
self.period = "week"
5555

5656
self.checkType()

0 commit comments

Comments
 (0)