Estás trabajando con Nagios y has obtenido este error ??
Mi caso:
[root@Paquito libexec]# ./check_snmp_int -H 127.0.0.1 -C public -n eth0 -r
ERROR: Description table : The requested table is empty or does not exist.
Veamos como solucionarlo:
Shell> vi /etc/snmp/snmpd.conf
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
Agregamos esta línea al fichero justo debajo del bloque que se muestra
view systemview included .1 (Solo agrega el MIB)
Reiniciamos el servicio snmpd
Shell> /etc/init.d/snmpd restart
[root@Paquito libexec]# ./check_snmp_int -H localhost -C public -n eth0 -r
OK : eth0:UP: 1 UP
Listo !









Sin comentarios
Post al azar
Deje sus comentario: