From 1b008c272ea550f0a96a534e94deac753f73d9ac Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Tue, 27 Sep 2022 11:51:57 -0400 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3e3f3b..f91c2d5 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ This exporter exports metrics from the following OVS components: Run the following commands to install it: ```bash -wget https://github.com/greenpau/ovs_exporter/releases/download/v1.0.0/ovs-exporter-1.0.0.linux-amd64.tar.gz -tar xvzf ovs-exporter-1.0.0.linux-amd64.tar.gz +wget https://github.com/greenpau/ovs_exporter/releases/download/v1.0.4/ovs-exporter-1.0.4.linux-amd64.tar.gz +tar xvzf ovs-exporter-1.0.4.linux-amd64.tar.gz cd ovs-exporter* ./install.sh cd .. -rm -rf ovs-exporter-1.0.0.linux-amd64* +rm -rf ovs-exporter-1.0.4.linux-amd64* systemctl status ovs-exporter -l curl -s localhost:9475/metrics | grep server_id ```