I don't think so - or at least I've never seen a way to do that. Traps are treated as events, not performance monitoring methods...
I suppose you might be able to do something with event commands and a command datasource . . . So I'm thinking: Create an event command that fires on the trap event and pulls out the value you want and saves it to a file. Then create a command datasource that reads that file, and blanks it after reading it in. You'll need to handle file locking between the two asynchronous events though. The other problem is I'm pretty sure that the command datasources still only get one update at a time, so if you're traps come more often than the cycle time of the command datasource, you'll miss some graph points... Maybe a developer can come up with a better idea than this. -- James Pulver Information Technology Area Supervisor LEPP Computer Group Cornell University onebee wrote: > I am new for Zenoss. > > My Zenoss can received snmptrap and xml event at moment. But Zenoss treat > those snmptrap and xml as events. I can only see it from event console. Can I > able to draw those snmptrap value to a graph. then those value can be > continually monitored in this graph? > > Thanks everybody. > > > > > -------------------- m2f -------------------- > > Read this topic online here: > http://forums.zenoss.com/viewtopic.php?p=28231#28231 > > -------------------- m2f -------------------- > > > > _______________________________________________ > 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
