Hi

I'm using Zenoss 2.1.2 on Suse 10 (built from the tar file). Primarily I use it 
to monitor remote cisco routers and collect syslogs etc although I am testing 
the monitoring of a couple of servers as well.

The operational status of the windows server's network adaptor is always listed 
as "down". 

I have tested independantly from the server zenoss is running on using snmpget, 
which reports it as up:

Code:
snmpget -v1 -c public   10.8.1.52 1.3.6.1.2.1.2.2.1.8.16777219
IF-MIB::ifOperStatus.16777219 = INTEGER: up(1)



I have also captured snmp traffic using wireshark, and I note that the 
snmp-response going to zenoss is also "up". 

Code:
No.     Time        PktLen Source                Destination           Protocol 
Info
      4 0.000169    165    10.8.1.52             10.8.1.116            SNMP     
get-response

Frame 4 (165 bytes on wire, 165 bytes captured)
Ethernet II, Src: HewlettP_30:db:20 (00:0e:7f:30:db:20), Dst: IntelCor_17:5a:36 
(00:13:20:17:5a:36)
Internet Protocol, Src: 10.8.1.52 (10.8.1.52), Dst: 10.8.1.116 (10.8.1.116)
User Datagram Protocol, Src Port: snmp (161), Dst Port: 41002 (41002)
Simple Network Management Protocol
    version: v2c (1)
    community: public
    data: get-response (2)
        get-response
            request-id: 468892748
            error-status: noError (0)
            error-index: 0
            variable-bindings: 5 items
                Item
                    name: 1.3.6.1.2.1.2.2.1.8.1
                    valueType: value (0)
                        value: simple (4294967295)
                            simple: integer-value (0)
                                Value: INTEGER: 1 (0x1)
                Item
                    name: 1.3.6.1.2.1.2.2.1.8.16777219
                    valueType: value (0)
                        value: simple (4294967295)
                            simple: integer-value (0)
                                Value: INTEGER: 1 (0x1)
(snip)



The SNMP index value in Zenoss for this interface is correct, but no matter 
what happens it is still listed as down.

Anyone have any ideas? Personally, I don't care if the status indicator is 
wrong as I'd know if the interface was truly down via all the other services 
failing. But I would like to have the graph for this interface, and the only 
way I can do that is to add a manual data point and graph it.. which seems a 
little redundant.

Thanks,
Greg




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=16702#16702

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to