时间: 2012-01-13 - 分类: 榆树网-杂项, 榆树网-网络 - 无评论 - 2,675 views
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 »
Tags: Cacti, MRTG, RRD, RRDtools, WeatherMap, zabbix
时间: 2010-06-08 - 分类: 榆树网-系统, 榆树网-网络 - 无评论 - 1,308 views
在官方下载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 »
Tags: windows, zabbix, 性能监控, 网卡
时间: 2010-01-29 - 分类: 榆树网-系统 - 无评论 - 534 views
这次提示:
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
居然好用了
Tags: FreeBSD, zabbix, 共享内存, 监控, 网管
时间: 2009-12-23 - 分类: 榆树网-系统 - 无评论 - 1,279 views
日志提示: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
Tags: zabbix, 监控, 网管