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 1
1
from datetime import datetime
2
2
3
3
from mamonsu .plugins .pgsql .archive_command import ArchiveCommand
4
+ from mamonsu .plugins .pgsql .autovacuum import Autovacuum
4
5
from mamonsu .plugins .pgsql .bgwriter import BgWriter
5
6
from mamonsu .plugins .pgsql .checkpoint import Checkpoint
6
7
from mamonsu .plugins .pgsql .connections import Connections
@@ -1053,7 +1054,7 @@ def generate_dashboard(template, uuid):
1053
1054
Instance .graphs_name ["transactions" ],
1054
1055
Memory .graph_name_free_used ,
1055
1056
ArchiveCommand .key .format ("[" + ArchiveCommand .Items [2 ][0 ] + "]" ),
1056
- Databases . key_autovacumm .format ("[]" ),
1057
+ Autovacuum . key .format ("[]" ),
1057
1058
BgWriter .graph_name_buffers ,
1058
1059
BgWriter .graph_name_ws ,
1059
1060
Instance .key + Instance .Items [1 ][1 ],
You can’t perform that action at this time.
0 commit comments