Skip to content

Commit 392c753

Browse files
committed
docs: add comments about work with zabbix-agent
1 parent 1a9e5a3 commit 392c753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mamonsu/plugins/pgsql/pg_wait_sampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def discovery_rules(self, template):
239239

240240
def keys_and_queries(self, template_zabbix):
241241
result = []
242+
# queries for zabbix agent only for all lock
242243
result.append(
243244
'{0},$2 $1 -c "{1}"'.format(self.key_all_lock_discovery.format("[*]"), self.query_agent_discovery_all_lock))
244245
result.append(

0 commit comments

Comments
 (0)