Skip to content

Commit 1d67717

Browse files
committed
fix: change trigger name for pgsql.ping
1 parent ba49aa0 commit 1d67717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/health.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def triggers(self, template):
7777
'expression': '{#TEMPLATE:' + self.right_type(self.key_cache, "hit") + '.last()}<' +
7878
str(self.plugin_config('cache'))
7979
}) + template.trigger({
80-
'name': 'PostgreSQL no ping from PostgreSQL for 1 minute '
80+
'name': 'PostgreSQL no ping from PostgreSQL for 90 seconds '
8181
'{HOSTNAME} ',
8282
'expression': '{#TEMPLATE:' + self.right_type(self.key_ping) + '.nodata(90)}=1'
8383
})

0 commit comments

Comments
 (0)