Showing 1 changed files with 1 additions and 1 deletions
+1 -1
monitoring.d/raspberrypi
... ...
@@ -58,7 +58,7 @@ function webapps () {
58 58
                           monitoring[mid][locid]["url"])
59 59
                     curl | getline response_code
60 60
                     close(curl)
61
-                    if (response_code != monitoring[mid][locid]["response_code"])
61
+                    if (response_code != monitoring[mid][locid]["response_code"] && response_code != "000")
62 62
                         printf("%s (%s)\n", monitoring[mid][locid]["monitoring"], response_code)
63 63
                 }
64 64
             }