Skip to content

Commit c56e9f7

Browse files
committed
fiz: fixed corrupted indexes trigger name
1 parent 14edd05 commit c56e9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/databases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def discovery_rules(self, template, dashboard=False):
158158
}
159159
]
160160
triggers = [{
161-
'name': 'PostgreSQL corrupted indexes during REINDEX in database '
161+
'name': 'PostgreSQL indexes corrupted during REINDEX in database '
162162
'{#DATABASE} (hostname={HOSTNAME} value={ITEM.LASTVALUE})',
163163
'expression': '{#TEMPLATE:pgsql.database.invalid_rebuilt_indexes[{#DATABASE}].last()}>0'},
164164
{

0 commit comments

Comments
 (0)