Cisco Logging
enable
configure terminal
hostname(config)# logging host 192.168.0.2
hostname(config)# logging trap debugging
HP Logging
info-center loghost <ip-address>
info-center source default channel loghost log level informational
Syslog-ng
Se configura /etc/syslog-ng/syslog-ng la fuente de de logSe configura
source s_cisco1 {
udp(port(514));
};
El destino del log:
destination d_cisco1 {
file("/var/log/remote/cisco1.log");
};
El filtro:
filter f_cisco1 {
host("192.168.0.1");
y el log:
log {
source(s_cisco1);
filter(f_cisco1);
destination(d_cisco1);
};
ver:
http://docs.cacti.net/plugin:syslog.config
No hay comentarios.:
Publicar un comentario