We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcc315 commit 60bcc57Copy full SHA for 60bcc57
mamonsu/plugins/common/health.py
@@ -74,7 +74,6 @@ def triggers(self, template):
74
return result
75
76
def keys_and_queries(self, template_zabbix):
77
- result = []
78
- result.append('{0},{1}'.format("mamonsu.plugin.keepalive", "echo 0"))
+ result = ['{0},{1}'.format("mamonsu.plugin.keepalive", "echo 0")]
79
return template_zabbix.key_and_query(result)
80
0 commit comments