Correctly do the moszumanska removal from 838803e155d783697b4559012bde63eff478d8ed
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-backuppg
index 73ac35c..0784348 100755 (executable)
@@ -102,10 +102,7 @@ def wal_pre(w, host, db):
     (w1,w2) = w
     if w2 == 0:
         w1 -= 1
-        if (host,db) in ( ('main'), ):
-            w2 = 0xFE
-        else:
-            w2 = 0xFF
+        w2 = 0xFF
     else:
         w2 -= 1