Page 5 of 7

Re: Problems with Hosts

Posted: Tue Sep 04, 2012 4:02 pm
by shakra2005
vmvc01 is a virtual center server on windows 2008

and the vnx is an emc vnx

Re: Problems with Hosts

Posted: Tue Sep 04, 2012 4:45 pm
by scottwilkerson
Lets try executing this as the nagios user

Code: Select all

su nagios -c "/usr/local/nagios/libexec/check_vmware.pl --config=/usr/local/nagios/libexec/check_vmware_config_vcenter01 --mode=nagios --report=disk --warn=30 --crit=15 --include=esxvmfs-vnx1-auto"

Re: Problems with Hosts

Posted: Fri Sep 07, 2012 5:49 am
by shakra2005
All filesystems within parameters|free=166134284288;;;0; total=1099243192320;;;0;

Re: Problems with Hosts

Posted: Tue Sep 11, 2012 9:23 am
by shakra2005
Can anyone tell me how to configure receiving snmp Traps ?

we have fujitsu siemens Hardware servers with a irmc remote management card. On the Servers is Vmware 5.0.

how can i monitor the servers hardware ?

Re: Problems with Hosts

Posted: Tue Sep 11, 2012 10:55 am
by scottwilkerson

Re: Problems with Hosts

Posted: Tue Sep 11, 2012 3:41 pm
by shakra2005
i cannot receive traps :-(

Could not convert user id 'snmptt' to a numeric UID

in /var/log/snmptt/snmpttsystem.log

i see no traps

must i install a mysql database ?

Re: Problems with Hosts

Posted: Wed Sep 12, 2012 1:32 pm
by scottwilkerson
Did you send a test trap as outlined on page 6?

Re: Problems with Hosts

Posted: Wed Sep 12, 2012 3:14 pm
by shakra2005
snmptrap -v 2c -c priv_kkh 172.16.0.248 UCD-TRAP-TEST-MIB::demotraps "" 6 17 "" SNMPv2-MIB::syslocation.0 s "Here"

No log handling enabled - turning on stderr logging
: Unknown Object Identifier (Sub-id not found: (top) -> )

Re: Problems with Hosts

Posted: Wed Sep 12, 2012 4:05 pm
by scottwilkerson
I got the same result when I was using v 2c on my test box. This example and the UCD-TRAP-TEST-MIB.txt mib we created was for a v1 trap

Try

Code: Select all

snmptrap -v 1 -c priv_kkh 172.16.0.248 UCD-TRAP-TEST-MIB::demotraps "" 6 17 "" SNMPv2-MIB::syslocation.0 s "Here"

Re: Problems with Hosts

Posted: Wed Sep 12, 2012 4:15 pm
by shakra2005
the same error