dsa-check-backuppg: clusternames with _ are not really clusternames
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-backuppg
index b12479b..8704f3c 100755 (executable)
@@ -348,6 +348,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: