Skip to content

Commit 9009185

Browse files
committed
updated version
1 parent 76119cc commit 9009185

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ The user can then access the exported metrics directly thorugh port 8888 on the
7171
<summary>Usage as a Container</summary>
7272
<br>
7373

74-
In order to use the exporter as a container, the image ```quay.io/citrix/citrix-adc-metrics-exporter:1.4.0``` will need to be pulled using;
74+
In order to use the exporter as a container, the image ```quay.io/citrix/citrix-adc-metrics-exporter:1.4.1``` will need to be pulled using;
7575
```
76-
docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.0
76+
docker pull quay.io/citrix/citrix-adc-metrics-exporter:1.4.1
7777
```
7878
**NOTE:** It can also be build locally using ```docker build -f Dockerfile -t <image_name>:<tag> ./```
7979

8080
Now, the exporter can be run using:
8181
```
82-
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.0 [flags] --config-file=/exporter/config.yaml
82+
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.1 [flags] --config-file=/exporter/config.yaml
8383
```
8484
where the flags are:
8585

@@ -100,7 +100,7 @@ flag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
100100

101101
To setup the exporter as given in the diagram, the following command can be used:
102102
```
103-
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.0 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
103+
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.1 --target-nsip=10.0.0.1 --port=8888 --config-file=/exporter/config.yaml
104104
```
105105
This directs the exporter container to scrape the 10.0.0.1 IP, and the expose the stats it collects on port 8888. File config.yaml should contain username and password of the ADC to which exporter connects to. For reference, refer config.yaml.example which specifies the format for providing the login credentials. Config.yaml file then needs to be mounted to the container at target specified. Login credentials can also be provided using environment variables using NS_USER, NS_PASSWORD.Though config file input is the preferred method for security concerns.The user can then access the exported metrics directly thorugh port 8888 on the machine where the exporter is running, or Prometheus and Grafana can be setup to view the exported metrics though their GUI.
106106

@@ -131,7 +131,7 @@ metadata:
131131
spec:
132132
containers:
133133
- name: exporter
134-
image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.0
134+
image: quay.io/citrix/citrix-adc-metrics-exporter:1.4.1
135135
args:
136136
- "--target-nsip=10.0.0.1"
137137
- "--port=8888"

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)