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

Commit 6e95395

Browse files
New ncabatoff/process-exporter upstream release! (#28)
1 parent 3ad7430 commit 6e95395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2121

2222
| Name | Default Value | Description |
2323
| -------------- | ------------- | -----------------------------------|
24-
| `process_exporter_version` | 0.6.0 | Process exporter package version. Also accepts latest as parameter |
24+
| `process_exporter_version` | 0.7.2 | Process exporter package version. Also accepts latest as parameter |
2525
| `process_exporter_web_listen_address` | "0.0.0.0:9256" | Address on which process_exporter will listen |
2626
| `process_exporter_config_dir` | "/etc/process_exporter" | Path to directory with process_exporter configuration |
2727
| `process_exporter_names` | [see: defaults/main.yml](defaults/main.yml#L8) | Processes which should be monitored. Syntax is the same as in https://github.com/ncabatoff/process-exporter#using-a-config-file Default is consistent with deb/rpm packages.|

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
process_exporter_version: 0.6.0
2+
process_exporter_version: 0.7.2
33

44
process_exporter_web_listen_address: "0.0.0.0:9256"
55

0 commit comments

Comments
 (0)