Diferencia entre revisiones de «Zabbix»

De gacq wiki
Saltar a: navegación, buscar
(Referencias)
Línea 7: Línea 7:
 
*[http://www.zabbix.com/forum/ ZABBIX Forums]
 
*[http://www.zabbix.com/forum/ ZABBIX Forums]
 
Articulos
 
Articulos
*[http://www.enterprisenetworkingplanet.com/netos/article.php/10951_3507441_1 Monitor Your Net with Free, High-Performance ZABBIX
+
*[http://www.enterprisenetworkingplanet.com/netos/article.php/10951_3507441_1 Monitor Your Net with Free, High-Performance ZABBIX]
 
(May 24, 2005)]
 
(May 24, 2005)]
 
*[http://www.howtoforge.com/zabbix_network_monitoring Network Monitoring With Zabbix]
 
*[http://www.howtoforge.com/zabbix_network_monitoring Network Monitoring With Zabbix]

Revisión del 23:24 27 jul 2006

http://www.zabbix.com

Referencias

Documentación

Soporte

Articulos

(May 24, 2005)]

Instalacion

apt-get install libc6-dev libmysqlclient6-dev libsnmp5 libsnmp5-dev php4-gd Seguir el procedimiento de instalacion segun manual

Agentless checks

Parametros

monitor servers on non-standard ports, like this:

check_service[http, 8080]

How many seconds does it take to get a response from the POP server:

check_service_perf[pop,192.168.1.100,110]

How many seconds does it take to get a response from the Web server:

check_service_perf[http,192.168.1.101,80] 

And so forth for all of your servers. Another useful item to monitor is used/remaining disk space:

diskfree[/home]
disktotal[/var]
diskused[/]

You can dig more deeply into server load by monitoring numbers of writes in the last minute or five minutes, or whatever you specify:

disk_write_ops1[hdb3]
disk_write_ops5[hdb3]

And also reads:

disk_read_ops1[hdb3]
disk_read_ops5[hdb3]

Swap space, physical memory, CPU temperature, number of running processes, number of inodes, and netload are but a few of the many remaining items that ZABBIX can monitor.

Triggers

Watch the incoming traffic load on a particular NIC:

({bratgrrl.com:netloadin1[eth1]})>500K

When number of received bytes on eth1 is more than 500 KB within a minute, an alert will be triggered

A very useful trigger is changes in files that should not change, like files in /bin:

({bratgrrl.com:cksum[/bin/login].diff(0)})>0 



Errores que pueden aparecer

Falta instalar libc6-dev

checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.

Falta instalar libmysqlclient6-dev

configure: error: Invalid MySQL directory - unable to find mysql.h

Falta libsnmp5 y libsnmp5-dev

configure: error: Invalid NET-SNMP directory - unable to find net-snmp-includes.h