Skip to content
Snippets Groups Projects

feat(fix): make gatewaypingmon executable

Merged Dominik Vašek requested to merge feature/fix-gatewaypingmon into master
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -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
Loading