We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a6db5 commit 450d1c3Copy full SHA for 450d1c3
mamonsu/plugins/pgsql/archive_command.py
@@ -58,7 +58,7 @@ class ArchiveCommand(Plugin):
58
name = "PostgreSQL archive command {0}"
59
Items = [
60
# key, desc, color, side, graph
61
- ("count_files_to_archive", "count files in archive_status need to archiv", "FFD700", 0, 1),
+ ("count_files_to_archive", "count files in archive_status need to archive", "FFD700", 0, 1),
62
("size_files_to_archive", "size of files need to archive", "00FF00", 0, 0),
63
("archived_files", "count archived files", "00F000", 0, 1),
64
("failed_trying_to_archive", "count attempts to archive files", "FF0000", 0, 1),
0 commit comments