摘要:
# 1、zabbix agent2监控docker容器原理 zabbix agent2监控docker插件的实现原理,其实就是**通过调用docker的API来获取数据**,插件目录位于zabbix-agent2/src/go/plugins/docker 其中,client.go文件定义了使用UN 阅读全文
posted @ 2023-02-06 21:49
厚礼蝎
阅读(1036)
评论(0)
推荐(0)
摘要:
# 1 、操作系统信息(OS) ```bash #系统启动的时间点(Host boot time) system.boottime #系统已运行时长(System uptime) system.uptime #系统时间(Host local time) system.localtime #主机名(H 阅读全文
posted @ 2023-02-06 21:21
厚礼蝎
阅读(1000)
评论(0)
推荐(0)