Parcourir la source

BugFix - check_reversetunnel

master
Dirk Alders il y a 5 mois
Parent
révision
230dd25be6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      check_reversetunnel

+ 1
- 1
check_reversetunnel Voir le fichier

@@ -12,7 +12,7 @@ if [ -z $AUTOSSH_PIDs ]; then
12 12
     exit $NAGIOS_ERROR
13 13
 else
14 14
     # there is an autossh process
15
-    ps x -q $AUTOSSH_PIDs | grep $MULTIMEDIA_TUNNEL_REGEX 2>&1 > /dev/null
15
+    ps x -q $AUTOSSH_PIDs | grep "$MULTIMEDIA_TUNNEL_REGEX" 2>&1 > /dev/null
16 16
     if [ $? -eq 0 ]; then
17 17
         echo "OK - The required autossh process is running"
18 18
         exit $NAGIOS_OK

Chargement…
Annuler
Enregistrer