Problems with Hosts
-
shakra2005
- Posts: 70
- Joined: Sun Aug 05, 2012 4:24 pm
Re: Problems with Hosts
vmvc01 is a virtual center server on windows 2008
and the vnx is an emc vnx
and the vnx is an emc vnx
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problems with Hosts
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"-
shakra2005
- Posts: 70
- Joined: Sun Aug 05, 2012 4:24 pm
Re: Problems with Hosts
All filesystems within parameters|free=166134284288;;;0; total=1099243192320;;;0;
-
shakra2005
- Posts: 70
- Joined: Sun Aug 05, 2012 4:24 pm
Re: Problems with Hosts
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 ?
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 ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
-
shakra2005
- Posts: 70
- Joined: Sun Aug 05, 2012 4:24 pm
Re: Problems with Hosts
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 ?
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 ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problems with Hosts
Did you send a test trap as outlined on page 6?
-
shakra2005
- Posts: 70
- Joined: Sun Aug 05, 2012 4:24 pm
Re: Problems with Hosts
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) -> )
No log handling enabled - turning on stderr logging
: Unknown Object Identifier (Sub-id not found: (top) -> )
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problems with Hosts
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
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"