X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-checks%2Fchecks%2Fdsa-check-backuppg;h=07843485ab6d4596b74dc0fd67948f7486fb1c1e;hb=8deb3b867e05cc6e2fc4e6570fbcd5f94d1edc81;hp=b12479b6c27949285aba1c24668236f1edebc665;hpb=7a3a31cd0f0e17e803f2a24d71395dced8b6dbe6;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/checks/dsa-check-backuppg b/dsa-nagios-checks/checks/dsa-check-backuppg index b12479b..0784348 100755 --- a/dsa-nagios-checks/checks/dsa-check-backuppg +++ b/dsa-nagios-checks/checks/dsa-check-backuppg @@ -102,10 +102,7 @@ def wal_pre(w, host, db): (w1,w2) = w if w2 == 0: w1 -= 1 - if (host,db) in ( ('moszumanska', 'main'), ): - w2 = 0xFE - else: - w2 = 0xFF + w2 = 0xFF else: w2 -= 1 @@ -162,7 +159,7 @@ config = load_conf(options.conffile) os.chdir(config['rootdir']) for dir in os.listdir('.'): - if dir.startswith('.') or dir.endswith('.old'): + if dir.startswith('.') or dir.endswith('.old') or dir == 'lost+found': note_info('IGNORED', dir) continue @@ -348,6 +345,7 @@ for dir in os.listdir('.'): global_expires.append(f) for db in notyetseen_dbs: + if db.startswith('_'): continue note_warning_db(dir, db, 'NO-BACKUP', 'no backups! (no .backup files found)') #if not db in backup_state: