DEPOT logging: add Telemt fleet monitoring via Zabbix
Install and persist Grafana Zabbix plugin 6.5.0, provision the internal Zabbix datasource, and add a fleet dashboard modeled on client 02 Telemt panels. Add an active-agent Zabbix 7 template plus a 30-second sanitized collector for active IP count/list, connections, traffic, and uptime. Active checks avoid inbound polling of client-private Docker hosts. The exact Zabbix host names and required ZABBIX_API_TOKEN Portainer variable are documented. Compose validation passed on 10.0.0.6; the live plugin registered successfully under Grafana 13.1.0.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Zabbix
|
||||
uid: zabbix-depot
|
||||
type: alexanderzobnin-zabbix-datasource
|
||||
access: proxy
|
||||
url: http://10.0.0.11/api_jsonrpc.php
|
||||
editable: false
|
||||
jsonData:
|
||||
authType: token
|
||||
cacheTTL: 1h
|
||||
dbConnectionEnable: false
|
||||
disableDataAlignment: false
|
||||
disableReadOnlyUsersAck: true
|
||||
queryTimeout: 60
|
||||
timeout: 30
|
||||
trends: true
|
||||
trendsFrom: 7d
|
||||
trendsRange: 4d
|
||||
secureJsonData:
|
||||
apiToken: ${ZABBIX_API_TOKEN}
|
||||
Reference in New Issue
Block a user