Page 1 of 1

forward snmp traps to nagios web consol

Posted: Fri Jul 29, 2011 6:49 am
by Shell
Hi,

I have already configured a nagios server. I have also added two windows host for anmp monitroing and added three services to monitor like CPU ,Memory and Drive space. But i can see that in wec console only CPU monitoring is running while drive space and memory monitoring shows an error "ERROR: hrStorageDescr Table : No response from remote host 'Ip address'. whenever I tried to run

./check_centreon_snmp_memory -H Ip address -v 2 -C test -w 80 -c 90
./check_centreon_snmp_remote_storage -H ip address -C test -v 2 -d 1
./check_centreon_snmp_cpu -H ip address -v 2 -C test -w 80 -c 90

I got a traps comes from the server. and exact output.

Now I want to forward all this traps to my nagios web console.

Can somebody help me? I am newer for nagios.

Thanks in advance
Shell

Re: forward snmp traps to nagios web consol

Posted: Tue Aug 02, 2011 4:04 pm
by agriffin
I'm not familiar with centreon's plugins, is there a reason you're using them rather than check_snmp? And more importantly, can you get drive space and memory information with other snmp tools (like snmpwalk or snmpget)?