File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11from datetime import datetime
22
33from mamonsu .plugins .pgsql .archive_command import ArchiveCommand
4+ from mamonsu .plugins .pgsql .autovacuum import Autovacuum
45from mamonsu .plugins .pgsql .bgwriter import BgWriter
56from mamonsu .plugins .pgsql .checkpoint import Checkpoint
67from mamonsu .plugins .pgsql .connections import Connections
@@ -1053,7 +1054,7 @@ def generate_dashboard(template, uuid):
10531054 Instance .graphs_name ["transactions" ],
10541055 Memory .graph_name_free_used ,
10551056 ArchiveCommand .key .format ("[" + ArchiveCommand .Items [2 ][0 ] + "]" ),
1056- Databases . key_autovacumm .format ("[]" ),
1057+ Autovacuum . key .format ("[]" ),
10571058 BgWriter .graph_name_buffers ,
10581059 BgWriter .graph_name_ws ,
10591060 Instance .key + Instance .Items [1 ][1 ],
You can’t perform that action at this time.
0 commit comments