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
[Grafana Dashboard JSON](https://github.com/rucio/monitoring-templates/blob/main/prometheus-monitoring/Dashboards/Rucio-Internal.json) for Prometheus is given here.
94
+
[Grafana Dashboard JSON](https://github.com/rucio/monitoring-templates/blob/main/prometheus-monitoring/Dashboards/Rucio-Internal.json) for Prometheus is given here.
95
95
96
96
97
97
## Transfers, Deletion and Other Monitoring
@@ -178,12 +178,12 @@ Different options are shown in figure and described below.
178
178
# SSL port (used if use_ssl=True)
179
179
port = 61614
180
180
# ActiveMQ username/password (used if use_ssl=False)
181
-
username =
181
+
username =
182
182
password =
183
183
```
184
184
185
185
2. Direct Delivery
186
-
186
+
187
187
These options send events directly to storage or alerting systems, bypassing queues.
188
188
Hermes can write events straight to Elasticsearch, OpenSearch, or InfluxDB. In addition can also deliver events via email which supports custom SMTP servers, credentials, and SSL/TLS.
189
189
@@ -228,8 +228,8 @@ Different options are shown in figure and described below.
228
228
smtp_password = my-smtp-pass
229
229
smtp_usessl = False
230
230
smtp_usetls = True
231
-
smtp_certfile =
232
-
smtp_keyfile =
231
+
smtp_certfile =
232
+
smtp_keyfile =
233
233
```
234
234
### Event Types
235
235
Different event types are created
@@ -271,7 +271,7 @@ LIMIT 2;
271
271
```
272
272
replace `event_type` with actual name that you want to inspect. We can also check `messages_history` table.
273
273
274
-
### Format of Messages Delivered by Hermes
274
+
### Format of Messages Delivered by Hermes
275
275
The final format of the message is determined by the destination service, as Hermes transforms the raw database message into the required wire protocol for external systems.
276
276
277
277
- ActiveMQ (STOMP Message): The body is a streamlined JSON object containing only `event_type`, `payload`, and `created_at`. The message uses STOMP headers to set the event_type and flag the message as persistent.
@@ -412,7 +412,7 @@ Few points:
412
412
-`filter`: This is optional. It helps in preprocessing your data before indexing
413
413
414
414
415
-
[Grafana dashboard](https://github.com/rucio/monitoring-templates/blob/main/logstash-monitoring/Dashboards/Rucio-Storage.json) example for RSE given.
415
+
[Grafana dashboard](https://github.com/rucio/monitoring-templates/blob/main/logstash-monitoring/Dashboards/Rucio-Storage.json) example for RSE given.
For adding cron-like scheduling for each probe in jobber, make sure you have added needed config in [dot-jobber](https://github.com/rucio/containers/blob/master/probes/dot-jobber). An example config is given below, running the probes `check_expired_dids` and `check_stuck_rules`. This config assumes your probes are in the top level directory of the container.
477
+
For adding cron-like scheduling for each probe in jobber, make sure you have added needed config in [dot-jobber](https://github.com/rucio/containers/blob/master/probes/dot-jobber). An example config is given below, running the probes `check_expired_dids` and `check_stuck_rules`. This config assumes your probes are in the top level directory of the container.
0 commit comments