We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba49aa0 commit 1d67717Copy full SHA for 1d67717
mamonsu/plugins/pgsql/health.py
@@ -77,7 +77,7 @@ def triggers(self, template):
77
'expression': '{#TEMPLATE:' + self.right_type(self.key_cache, "hit") + '.last()}<' +
78
str(self.plugin_config('cache'))
79
}) + template.trigger({
80
- 'name': 'PostgreSQL no ping from PostgreSQL for 1 minute '
+ 'name': 'PostgreSQL no ping from PostgreSQL for 90 seconds '
81
'{HOSTNAME} ',
82
'expression': '{#TEMPLATE:' + self.right_type(self.key_ping) + '.nodata(90)}=1'
83
})
0 commit comments