forward snmp traps to nagios web consol

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Shell
Posts: 3
Joined: Fri Jul 29, 2011 6:35 am

forward snmp traps to nagios web consol

Post 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
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: forward snmp traps to nagios web consol

Post 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)?
Locked