Skip to content
Snippets Groups Projects
Commit 2fba3ecb authored by František Řezníček's avatar František Řezníček
Browse files

Merge branch 'feature/fix-gatewaypingmon' into 'master'

feat(fix): make gatewaypingmon executable

See merge request !5
parents c903ced9 a7a78a78
No related branches found
No related tags found
1 merge request!5feat(fix): make gatewaypingmon executable
Pipeline #153221 passed
...@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.1.1] - 2022-05-03
### Fixed
- Fix chmod for gatewaypingmon
## [1.1.0] - 2022-04-26 ## [1.1.0] - 2022-04-26
### Added ### Added
- Reachability of controlplane gateways - Reachability of controlplane gateways
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
# prometheus textfile metrics generator for node-exporter textfile collector # prometheus textfile metrics generator for node-exporter textfile collector
# Monitors: gateway reachability from host # 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 set -eo pipefail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment