摘要:
1 Configuring a host 配置一个主机 Overview概述 To configure a host in Zabbix frontend, do the following: Zabbix前端配置一个主机,执行以下操作: Go to: Configuration → Hosts至: 阅读全文
摘要:
1 Hosts and host groups What is a "host"? Typical Zabbix hosts are the devices you wish to monitor (servers, workstations, switches, etc). 典型的Zabbix主机 阅读全文
摘要:
做过 API 的人应该了解,其实开发 API 比开发 WEB 更简洁,但可能逻辑更复杂,因为 API 其实就是数据输出,不用呈现页面,所以也就不存在 MVC(API 只有 M 和 C),1、和 WEB 开发一样,首先需要一些相关的参数,这些参数,都会由客户端传过来,也许是 GET 也许是 POST, 阅读全文