Преглед изворни кода

BugFix - check_reversetunnel

master
Dirk Alders пре 5 месеци
родитељ
комит
230dd25be6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      check_reversetunnel

+ 1
- 1
check_reversetunnel Прегледај датотеку

@@ -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

Loading…
Откажи
Сачувај