@@ -58,10 +58,10 @@ class ArchiveCommand(Plugin):
58
58
name = "PostgreSQL archive command {0}"
59
59
Items = [
60
60
# key, desc, color, side, graph, delta, units
61
- ("count_files_to_archive" , "Files in archive_status Need to Archive Count" , "9C8A4E" , 0 , 1 , Plugin .DELTA .as_is , self .UNITS .none ),
62
- ("size_files_to_archive" , "Files Need to Archive Size" , "793F5D" , 0 , 0 , Plugin .DELTA .as_is , self .UNITS .bytes ),
63
- ("archived_files" , "Archived Files Count" , "578159" , 0 , 1 , Plugin .DELTA .simple_change , self .UNITS .none ),
64
- ("failed_trying_to_archive" , "Attempts to Archive Files Count" , "E57862" , 0 , 1 , Plugin .DELTA .simple_change , self .UNITS .none ),
61
+ ("count_files_to_archive" , "Files in archive_status Need to Archive Count" , "9C8A4E" , 0 , 1 , Plugin .DELTA .as_is , Plugin .UNITS .none ),
62
+ ("size_files_to_archive" , "Files Need to Archive Size" , "793F5D" , 0 , 0 , Plugin .DELTA .as_is , Plugin .UNITS .bytes ),
63
+ ("archived_files" , "Archived Files Count" , "578159" , 0 , 1 , Plugin .DELTA .simple_change , Plugin .UNITS .none ),
64
+ ("failed_trying_to_archive" , "Attempts to Archive Files Count" , "E57862" , 0 , 1 , Plugin .DELTA .simple_change , Plugin .UNITS .none ),
65
65
]
66
66
old_archived_count = None
67
67
old_failed_count = None
0 commit comments