当前位置: 首页 >> Tag标签为 'zabbix'

Weathermap如何使用Zabbix作为数据源

I’ve started playing around with it and after some tinkering, I have a working weathermap. This adds an excellent visualization tool to ZABBIX, especially for complex networks.

A very quick HOWTO: Read the rest of this entry »

Zabbix Agentd在Windows下如何获得网卡流量

在官方下载Zabbix Agent后,压缩包里面应该有2个目录,一个为win32,另一个是win64,这个一看就明白是怎么回事了,每个目录下应该有3个文件,分别为:zabbix_agentd.exe zabbix_get.exe zabbix_sender.exe,我们这里只讨论通过zabbix_agentd和zabbix_get两个文件实现获取Windowx系统下网卡的流量。

Read the rest of this entry »

FreeBSD下运行Zabbix出现错误

这次提示:

zabbix_agentd [12234]: Can not create Semaphore [No space left on device]
zabbix_agentd [12234]: Unable to create mutex for log file

这次又是另外一个错误,根据上次的经验,通过修改sysctl.conf试试

kern.ipc.shmall=40960000
kern.ipc.shmmax=204800000

居然好用了

Zabbix在FreeBSD启动错误

日志提示:Can’t allocate shared memory of size 8388608 [Cannot allocate memory]

解决办法:

eventually I have successfully get around the problem by modifying the below two setting as below:-
kern.ipc.shmall=40960000
kern.ipc.shmmax=204800000

I believe it would be too large but I really don’t have an idea on how large should I modify the setting before I can get it run, so a bit overkilling. Grateful if anyone got an idea on a better setting.

From: http://www.zabbix.org/forum/showthread.php?p=55178