From a7a78a786cc08d3942b9c54637d2773714b07c33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz>
Date: Tue, 3 May 2022 14:50:53 +0200
Subject: [PATCH] feat(fix): make gatewaypingmon executable

---
 CHANGELOG.md                            | 4 ++++
 src/metric-generators/gatewaypingmon.sh | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 src/metric-generators/gatewaypingmon.sh

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1b6565..de1fc4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [1.1.1] - 2022-05-03
+### Fixed
+- Fix chmod for gatewaypingmon
+
 ## [1.1.0] - 2022-04-26
 ### Added
 - Reachability of controlplane gateways
diff --git a/src/metric-generators/gatewaypingmon.sh b/src/metric-generators/gatewaypingmon.sh
old mode 100644
new mode 100755
index 283669b..dcde9ba
--- a/src/metric-generators/gatewaypingmon.sh
+++ b/src/metric-generators/gatewaypingmon.sh
@@ -2,7 +2,9 @@
 
 # prometheus textfile metrics generator for node-exporter textfile collector
 # Monitors: gateway reachability from host
-# Usage: gatewaypingmon.sh <gw1> <gw2> ...
+# Usage: gatewaypingmon.sh
+# Optional: GATEWAYPINGMON_GATEWAYS to set a list of network gateways
+# Optional: GATEWAYPINGMON_PING_ARGS to set arguments for ping command
 
 set -eo pipefail
 
-- 
GitLab