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
fix config file extension
fix config file extension
make config file readable
add non-trivial process_exporter_names default
fix link to default settings
fix typo
meet Yamllint check for indenting style
avoid interpreting process-exporter Template variables by using literal and raw
attempt to remove trailing space
remove comment trailing space
explain unusual process_exporter_names setup
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
25
25
|`process_exporter_version`| 0.5.0 | Process exporter package version. Also accepts latest as parameter |
26
26
|`process_exporter_web_listen_address`| "0.0.0.0:9256" | Address on which process_exporter will listen |
27
27
|`process_exporter_config_dir`| "/etc/process_exporter" | Path to directory with process_exporter configuration |
28
-
|`process_exporter_names`|[]| Processes which should be monitored. Syntax is the same as in https://github.com/ncabatoff/process-exporter#using-a-config-file|
28
+
|`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.|
29
+
30
+
`process_exporter_names` handling has been set up in an unusual way to handle recommended process-exporter 'Template variables' (such as {{.Comm}}). Follow the example in [defaults/main.yml](defaults/main.yml) if you want to define custom filtering/grouping of processes that use Template variables and make sure to keep the {% raw %} block delimiters.
0 commit comments