@@ -86,15 +86,15 @@ In config.yaml, '--validate-cert' option should be set to 'yes', and certificate
8686<summary >Usage as a Container</summary >
8787<br >
8888
89- In order to use the exporter as a container, the image ``` quay.io/citrix/citrix-adc-metrics-exporter:1.4.3 ``` will need to be pulled using;
89+ In order to use the exporter as a container, the image ``` quay.io/citrix/citrix-adc-metrics-exporter:1.4.4 ``` will need to be pulled using;
9090```
91- docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.3
91+ docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.4
9292```
9393** NOTE:** It can also be build locally using ``` docker build -f Dockerfile -t <image_name>:<tag> ./ ```
9494
9595Now, the exporter can be run using:
9696```
97- 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.3 [flags] --config-file=/exporter/config.yaml
97+ 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.4 [flags] --config-file=/exporter/config.yaml
9898```
9999where the flags are:
100100
@@ -117,7 +117,7 @@ flag &nbs
117117
118118To setup the exporter as given in the diagram, the following command can be used:
119119```
120- 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.3 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
120+ 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.4 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
121121```
122122This directs the exporter container to scrape the 10.0.0.1 IP, and the expose the stats it collects on port 8888.
123123
@@ -139,7 +139,7 @@ In config.yaml, '--validate-cert' option should be set to 'yes', and certificate
139139Certificate 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'
140140
141141```
142- 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.3 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
142+ 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.4 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
143143```
144144Cert validation options can also be provided using environment variables using NS_VALIDATE_CERT, NS_CACERT_PATH. Thoughconfig file input is the preferred method.
145145
@@ -168,7 +168,7 @@ metadata:
168168spec:
169169 containers:
170170 - name: exporter
171- image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.3
171+ image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.4
172172 args:
173173 - "--target-nsip=10.0.0.1"
174174 - "--port=8888"
@@ -241,7 +241,7 @@ metadata:
241241spec:
242242 containers:
243243 - name: exporter
244- image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.3
244+ image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.4
245245 args:
246246 - "--target-nsip=10.0.0.1"
247247 - "--port=8888"
@@ -329,6 +329,10 @@ Sl. No. | STATS | NS nitro name
3293298 | Service stats | "service"
3303309 | Service group stats | "services"
33133110 | Bandwidth Capacity stats | "nscapacity"
332+ 11 | SSL vserver stats | "sslvserver"
333+ 12 | System info stats | "system"
334+ 13 | System cpu stats | "systemcpu"
335+ 14 | aaa stats | "aaa"
332336
333337
334338Exporting Additional Stats which are not Included by Default:
0 commit comments