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
@@ -1049,7 +1050,7 @@ def generate_dashboard(template, uuid):
10491050 Instance .graphs_name ["transactions" ],
10501051 Memory .graph_name_free_used ,
10511052 ArchiveCommand .key .format ("[" + ArchiveCommand .Items [2 ][0 ] + "]" ),
1052- Databases . key_autovacumm .format ("[]" ),
1053+ Autovacuum . key_count .format ("[]" ),
10531054 BgWriter .graph_name_buffers ,
10541055 BgWriter .graph_name_ws ,
10551056 Instance .key + Instance .Items [1 ][1 ],
You can’t perform that action at this time.
0 commit comments