首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

Zabbix的数据采集模式

2012-11-09 
Zabbix的数据采集方式zabbix数据采集方式有三种:1,Poller (Passive Mode): 主动轮询采集主机或agent的数据

Zabbix的数据采集方式
zabbix数据采集方式有三种:
1,Poller (Passive Mode): 主动轮询采集主机或agent的数据;
2,Trapper (Active Mode): 守株待兔的接收主机或agent发送过来的数据,类似snmp的trap;
3,Internal: 在服务器上对数据进行聚合处理,开销比较大;

对于采集到的数据,将把数据项写到数据库的items表的lastvalue字段中。此外,把上一个数据项值移到prevvalue字段中, 而之前的prevvalue则转移到history表中。

问题:zabbix的监控对象多么?虽然号称monitor everything:http://www.zabbix.com/monitor_everything.php












参考:http://www.zabbix.com/wiki/doc/tech/proto/pollervstrapper

热点排行