@@ -100,15 +100,15 @@ For this:
100100<summary >Usage as a Container</summary >
101101<br >
102102
103- In order to use the exporter as a container, the image ``` quay.io/citrix/citrix-adc-metrics-exporter:1.4.6 ``` will need to be pulled using;
103+ In order to use the exporter as a container, the image ``` quay.io/citrix/citrix-adc-metrics-exporter:1.4.7 ``` will need to be pulled using;
104104```
105- docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.6
105+ docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.7
106106```
107107** NOTE:** It can also be build locally using ``` docker build -f Dockerfile -t <image_name>:<tag> ./ ```
108108
109109Now, the exporter can be run using:
110110```
111- docker run -dt -p <host_port>:<container_port> --mount type=bind,source=<host-path-for-config-file>,target=/exporter/config.yaml quay.io/citrix/citrix-adc-metrics-exporter:1.4.6 [flags] --config-file=/exporter/config.yaml
111+ docker run -dt -p <host_port>:<container_port> --mount type=bind,source=<host-path-for-config-file>,target=/exporter/config.yaml quay.io/citrix/citrix-adc-metrics-exporter:1.4.7 [flags] --config-file=/exporter/config.yaml
112112```
113113where the flags are:
114114
@@ -131,7 +131,7 @@ flag &nbs
131131
132132To setup the exporter as given in the diagram, the following command can be used:
133133```
134- docker run -dt -p 8888:8888 --mount type=bind,source=/path/to/config.yaml,target=/exporter/config.yaml --name citrix-adc-exporter quay.io/citrix/citrix-adc-metrics-exporter:1.4.6 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
134+ docker run -dt -p 8888:8888 --mount type=bind,source=/path/to/config.yaml,target=/exporter/config.yaml --name citrix-adc-exporter quay.io/citrix/citrix-adc-metrics-exporter:1.4.7 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
135135```
136136This directs the exporter container to scrape the 10.0.0.1 IP, and the expose the stats it collects on port 8888.
137137
@@ -160,7 +160,7 @@ For this:
160160Certificate should then be mounted at the '--cacert-path' provided. For instance, if cert is 'cacert.pem' and '--cacert-path' provided in 'config.yaml' is '/exporter/cacert.pem'
161161
162162```
163- docker run -dt -p 8888:8888 --mount type=bind,source=/path/to/config.yaml,target=/exporter/config.yaml --mount type=bind,source=/path/to/cacert.pem,target=/exporter/cacert.pem --name citrix-adc-exporter quay.io/citrix/citrix-adc-metrics-exporter:1.4.6 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
163+ docker run -dt -p 8888:8888 --mount type=bind,source=/path/to/config.yaml,target=/exporter/config.yaml --mount type=bind,source=/path/to/cacert.pem,target=/exporter/cacert.pem --name citrix-adc-exporter quay.io/citrix/citrix-adc-metrics-exporter:1.4.7 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
164164```
165165** NOTE:** If default port to connect with ADC is not 80/443 for HTTP/HTTPS respectively, then append --target-nsip with port. For instance, if port for ADC is 9080 then use: --target-nsip=10.0.0.1:9080
166166
@@ -191,7 +191,7 @@ metadata:
191191spec:
192192 containers:
193193 - name: exporter
194- image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.6
194+ image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.7
195195 args:
196196 - "--target-nsip=10.0.0.1"
197197 - "--port=8888"
@@ -270,7 +270,7 @@ metadata:
270270spec:
271271 containers:
272272 - name: exporter
273- image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.6
273+ image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.7
274274 args:
275275 - "--target-nsip=10.0.0.1"
276276 - "--port=8888"
0 commit comments