Skip to content

Commit bd5872f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88959ea commit bd5872f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/operator/monitoring.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ flowchart TB
6464
There are two options:
6565

6666
1. Graphite
67-
67+
6868
Metrics are pushed to a Graphite server.
69-
69+
7070
```cfg
7171
[monitor]
7272
# specify the hostname for carbon server
@@ -91,7 +91,7 @@ The used metrics can be found in following links (code search)
9191
- [Gauge](https://github.com/search?q=repo%3Arucio%2Frucio+Metrics.gauge&type=code)
9292
- [Timer](https://github.com/search?q=repo%3Arucio%2Frucio+Metrics.timer&type=code)
9393
94-
[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.
9595
9696
9797
## Transfers, Deletion and Other Monitoring
@@ -178,12 +178,12 @@ Different options are shown in figure and described below.
178178
# SSL port (used if use_ssl=True)
179179
port = 61614
180180
# ActiveMQ username/password (used if use_ssl=False)
181-
username =
181+
username =
182182
password =
183183
```
184184
185185
2. Direct Delivery
186-
186+
187187
These options send events directly to storage or alerting systems, bypassing queues.
188188
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.
189189
@@ -228,8 +228,8 @@ Different options are shown in figure and described below.
228228
smtp_password = my-smtp-pass
229229
smtp_usessl = False
230230
smtp_usetls = True
231-
smtp_certfile =
232-
smtp_keyfile =
231+
smtp_certfile =
232+
smtp_keyfile =
233233
```
234234
### Event Types
235235
Different event types are created
@@ -271,7 +271,7 @@ LIMIT 2;
271271
```
272272
replace `event_type` with actual name that you want to inspect. We can also check `messages_history` table.
273273

274-
### Format of Messages Delivered by Hermes
274+
### Format of Messages Delivered by Hermes
275275
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.
276276

277277
- 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:
412412
- `filter`: This is optional. It helps in preprocessing your data before indexing
413413

414414

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

417417
## Rucio Monitoring Probes
418418

@@ -474,7 +474,7 @@ prometheus_prefix = "" # default empty
474474
prometheus_labels = "" # default empty
475475
```
476476

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

479479
```yaml
480480
version: 1.4

0 commit comments

Comments
 (0)