Problems with Hosts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
shakra2005
Posts: 70
Joined: Sun Aug 05, 2012 4:24 pm

Re: Problems with Hosts

Post by shakra2005 »

vmvc01 is a virtual center server on windows 2008

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

Post 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"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shakra2005
Posts: 70
Joined: Sun Aug 05, 2012 4:24 pm

Re: Problems with Hosts

Post by shakra2005 »

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

Post 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 ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problems with Hosts

Post by scottwilkerson »

Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shakra2005
Posts: 70
Joined: Sun Aug 05, 2012 4:24 pm

Re: Problems with Hosts

Post 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 ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problems with Hosts

Post by scottwilkerson »

Did you send a test trap as outlined on page 6?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shakra2005
Posts: 70
Joined: Sun Aug 05, 2012 4:24 pm

Re: Problems with Hosts

Post 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) -> )
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problems with Hosts

Post 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"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shakra2005
Posts: 70
Joined: Sun Aug 05, 2012 4:24 pm

Re: Problems with Hosts

Post by shakra2005 »

the same error
Locked