I seem to recall an earlier forum thread where the built in SNMP is pretty much only integer values. You could change your script to use 0,1,2 or whatever for your states (which might be nice for a graph of uptime / vs faulted or whatever, or yes, you probably want to use a perfcmd as you said, and there you could still of course use SNMP walk, or you could get out of SNMP entirely and use ssh or whatever works for you. -- James Pulver Information Technology Area Supervisor LEPP Computer Group Cornell University
Geoff Franks wrote, On 3/6/2009 12:07 PM: > I'm trying to monitor the health of my ZFS zpools via SNMP in Zenoss. > > Right now, I have a script run by snmp that generates a string value snmp > object inside .1.3.6.1.4.1.2021.8. The values are either ONLINE, FAULTED, or > DEGRADED. When I went to add a template for this OID value, I realized that > it's set up to monitor integer values. > > Is there a way to do this in zenoss via SNMP, or should I start over, and > run it as perfcmd? > > Geoff Franks > Sr. Systems Administrator > Hauptman Woodward Institute > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
