Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Update upsd README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Sep 26, 2023
1 parent 5ee7c96 commit 2da6e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/upsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The following options can be defined globally: update_every, autodetection_retry
|:-------------------:|----------------------------------------------------------------------------------------------|:--------------:|:--------:|
| update_every | Data collection frequency. | 1 | |
| autodetection_retry | Re-check interval in seconds. Zero means not to schedule re-check. | 0 | |
| address | UPS daemon address in IP:PORT format. | 127.0.0.1:3494 | yes |
| address | UPS daemon address in IP:PORT format. | 127.0.0.1:3493 | yes |
| timeout | Connection/write/read timeout in seconds. The timeout includes name resolution, if required. | 2 | |

</details>
Expand All @@ -108,7 +108,7 @@ A basic example configuration.
```yaml
jobs:
- name: local
address: 127.0.0.1:3494
address: 127.0.0.1:3493
```

</details>
Expand All @@ -125,10 +125,10 @@ Collecting metrics from local and remote instances.
```yaml
jobs:
- name: local
address: 127.0.0.1:3494
address: 127.0.0.1:3493
- name: remote
address: 203.0.113.0:3494
address: 203.0.113.0:3493
```

</details>
Expand Down

0 comments on commit 2da6e3b

Please sign in to comment.