This repository was archived by the owner on Dec 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
20
20
| Name | Default Value | Description |
21
21
| -------------- | ------------- | -----------------------------------|
22
22
| ` memcached_exporter_web_listen_address ` | "0.0.0.0:9150" | Address on which memcached-exporter will listen |
23
- | ` memcached_internal_address ` | "localhost:11211" | Address on which memcached itself is running |
23
+ | ` memcached_address ` | "localhost:11211" | Address on which memcached itself is running |
24
24
25
25
## Example
26
26
Original file line number Diff line number Diff line change 2
2
memcached_exporter_version : 0.7.0
3
3
memcached_exporter_binary_local_dir : " "
4
4
memcached_exporter_web_listen_address : " 0.0.0.0:9150"
5
- memcached_internal_address : " localhost:11211"
5
+ memcached_address : " localhost:11211"
6
6
7
7
# Internal variables
8
8
_memcached_exporter_system_user : " memcached_exporter"
Original file line number Diff line number Diff line change 17
17
tags :
18
18
- memcached_exporter_install
19
19
20
- # # NO VERSION IN MEMCACHED EXPORTER FOR NOW
20
+ # # NO VERSION IN MEMCACHED EXPORTER FOR NOW
21
21
# - name: Gather currently installed memcached_exporter version (if any)
22
22
# command: "{{ _memcached_exporter_binary_install_dir }}/memcached_exporter --version"
23
23
# args:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ StartLimitIntervalSec=0
10
10
Type=simple
11
11
User={{ _memcached_exporter_system_user }}
12
12
Group={{ _memcached_exporter_system_group }}
13
- ExecStart={{ _memcached_exporter_binary_install_dir }}/memcached_exporter --memcached.address={{ memcached_internal_address }} --web.listen-address={{ memcached_exporter_web_listen_address }}
13
+ ExecStart={{ _memcached_exporter_binary_install_dir }}/memcached_exporter --memcached.address={{ memcached_address }} --web.listen-address={{ memcached_exporter_web_listen_address }}
14
14
SyslogIdentifier=memcached_exporter
15
15
Restart=always
16
16
RestartSec=5
You can’t perform that action at this time.
0 commit comments