Qué es SMOKEPING:
=================
Una herramienta para medir latencia de red.
Demo: http://smokeping.ncren.net/smokeping.cgi?target=External_Sites.Wikipedia
1) Instalamos Paquetes:
=======================
#apt-get install smokeping curl libauthen-radius-perl libnet-ldap-perl libnet-dns-perl libio-socket-ssl-perl libnet-telnet-perl libsocket6-perl libio-socket-inet6-perl apache2 rrdtool
2) Configuramos:
================
#cp -pf /etc/smokeping/config.d/General /etc/smokeping/config.d/General.orig
#vim /etc/smokeping/config.d/General
*** General ***
@include /etc/smokeping/config.d/pathnames
# Please edit this to suit your installation
owner = Hernan Morsa
contact = morsa_micke@hotmail.com
cgiurl = http://192.168.1.100/cgi-bin/smokeping.cgi
mailhost = smtp.morsa.com
# specify this to get syslog logging
syslogfacility = local0
# each probe is now run in its own process
# disable this to revert to the old behaviour
# concurrentprobes = no
#cp -pf /etc/smokeping/config.d/Targets /etc/smokeping/config.d/Targets.orig
#vim /etc/smokeping/config.d/Targets
probe = FPing
menu = Top
title = Monitor de latencia de red
remark = Bienvenido al monitor de latencia de red de Morsa.
+ Morsa
menu = Morsa
title = Morsa
++ Cliente1
menu = Cliente1
title = Cliente1 (192.168.1.200)
host = 192.168.1.200
+ Servers
menu = Mis Servers
title = Mis Servers
++ Server1
menu = Server1
title = Server1 (192.168.1.201)
host = 192.168.1.201
#/etc/init.d/smokeping restart
#vim /etc/smokeping/Probes
*** Database ***
#Esto quiere decir que envia cada 30 segundos 15 pings.
step = 30
pings = 15
# consfn mrhb steps total
AVERAGE 0.5 1 1008
AVERAGE 0.5 12 4320
MIN 0.5 12 4320
MAX 0.5 12 4320
AVERAGE 0.5 144 720
MAX 0.5 144 720
MIN 0.5 144 720
3) Acceso:
==========
http://192.168.1.100/cgi-bin/smokeping.cgi
Suscribirse a:
Enviar comentarios (Atom)
3 comentarios:
Sabes que no se si sera un cambio en la version, pero el archivo Probes esta en config.d/Probe. y no te permite agregarle el timing del ping. (me tiraba error en la linea 7 de redundancia)
Ahora que volví a instalarlo después de hace tiempo, veo que es cierto, antes del "probe" le falta esto:
*** Targets ***
Publicar un comentario