We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751ed98 commit f9d70d8Copy full SHA for f9d70d8
mamonsu/plugins/pgsql/health.py
@@ -77,9 +77,9 @@ 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 2 minutes '
+ 'name': 'PostgreSQL no ping from PostgreSQL for 3 minutes '
81
'{HOSTNAME} ',
82
- 'expression': '{#TEMPLATE:' + self.right_type(self.key_ping) + '.nodata(120)}=1'
+ 'expression': '{#TEMPLATE:' + self.right_type(self.key_ping) + '.nodata(180)}=1'
83
})
84
return result
85
0 commit comments