SkillAgentSearch skills...

ZABBIXAPI

zabbixapi template and grafana template

Install / Use

/learn @bluetom520/ZABBIXAPI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

zabbixapi 获取主机数,模板数,监控项,主机组数,并在grafana上展示

1 部署

拷贝程序包到scripts目录下

cd /etc/zabbix
mkdir scripts
chown -R zabbix:zabbix scripts
cp conf config.ini zabbix_api scripts
cp get_details.conf zabbix_agentd.conf.d

修改 zabbix_agentd.win 去掉下面的#

UnsafeUserParameters=1
Include=c:\zabbix\zabbix_agentd.conf.d\

重启zabbix-agentd

2 配置

修改config.ini

[api]
web = http://zabbix.gitcloud.cc/api_jsonrpc.php
user = Admin
passwd = admin

3 zabbix配置

导入模板work_monitor_details.xml 在zabbix服务器上附加模板

4 grafana配置

导入模板监控统计-1483371984794.json到grafana

##具体内容参考:https://note.gitcloud.cc/blog/bluetom520

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated3d ago
Forks19

Languages

Python

Security Score

75/100

Audited on Apr 1, 2026

No findings