Page 1 of 1
Solaris Zones SNMP
Posted: Fri Mar 21, 2014 10:46 am
by oslec
Hi,
I have problems monitoring SNMP Interfaces Statistics in Solaris Zones, the octects always in 0.
Anyone have the same problem ?
Regards!
Sergio
Re: Solaris Zones SNMP
Posted: Fri Mar 21, 2014 12:06 pm
by sreinhardt
Could you provide more details on what specifically seems to be happening? Are you having issues checking a network interface in one of the zones?
Re: Solaris Zones SNMP
Posted: Fri Mar 21, 2014 12:25 pm
by oslec
Hi,
Solaris Global Zone (SNMP Enable)
Interface nxge3 Status UP
Interface nxge3 Bandwidth - i can monitor the traffic in and out.
Solaris Zone - SNMP Enable
Interface nxge3:2 (index 4) Status UP
Interface nxge3:2 (index 4) 12.5 MBytes/s Bandwidth always in 0 I cannont monitor the traffic in and out.
Regards!
Re: Solaris Zones SNMP
Posted: Fri Mar 21, 2014 1:34 pm
by tmcdonald
Can you post a screenshot or the actual config you have for this service? We need to see the switches the check is using.
Re: Solaris Zones SNMP
Posted: Tue Mar 25, 2014 1:52 pm
by oslec
Hi,
This is the check:
$USER1$/check_rrdtraf -f /var/lib/mrtg/$ARG1$ -w $ARG2$ -c $ARG3$ -l $ARG4$
[root@ixtnua1 libexec]# ./check_rrdtraf -f /var/lib/mrtg/10.191.46.142_4.rrd -w 20,20 -c 50,50 -l M
OK - Current BW in: 0Mbps Out: 0Mbps|in=0Mb/s;20;50 out=0Mb/s;20;50
[root@ixtnua1 libexec]# snmpwalk -c "C&rG1ngM@g3R" 10.191.46.142 -v2c | grep Octets
IF-MIB::ifInOctets.1 = Counter32: 0
IF-MIB::ifInOctets.2 = Counter32: 0
IF-MIB::ifInOctets.3 = Counter32: 0
IF-MIB::ifInOctets.4 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 0
IF-MIB::ifOutOctets.2 = Counter32: 0
IF-MIB::ifOutOctets.3 = Counter32: 0
IF-MIB::ifOutOctets.4 = Counter32: 0
Regards!
Sergio
Re: Solaris Zones SNMP
Posted: Tue Mar 25, 2014 3:35 pm
by abrist
oslec wrote:[root@ixtnua1 libexec]# snmpwalk -c "C&rG1ngM@g3R" 10.191.46.142 -v2c | grep Octets
If the actual snmp return is zeros, there is not much that we can do about that as XI requires valid data from your device . . .
Are you sure that you have the correct mib/oid? Have your acquired the vendor documentation and verified that the oids are the correct ones?