Skip to content

Commit 88959ea

Browse files
committed
fix some typo in monitoring documentation #617
1 parent f480612 commit 88959ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operator/monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ filter {
397397
398398
output {
399399
elasticsearch {
400-
hosts => ["http://elasticsearh:9200"]
400+
hosts => ["http://elasticsearch:9200"]
401401
action => "index"
402402
index => "rucio_rse"
403403
user => "elastic"
@@ -474,7 +474,7 @@ prometheus_prefix = "" # default empty
474474
prometheus_labels = "" # default empty
475475
```
476476

477-
For adding cron-like scheduling fo 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)