> If I was doing this: > * I'd split them out into two interface types > * Re-write a temperature graph plugin as you need to divide by 10 to get > the true value, use temperature.inc.php as a template except > "CDEF:temperature=temp_c,".(($far==1)?"1.8,*,32,+":"1,*") > becomes > "CDEF:temperature=temp_c,".(($far==1)?"0.18,*,32,+":"10,/") > * Re-write the fan plugin to do the same scaling. > >
Thank you for your help, Craig. I was able to get it working using a patch which I've posted here: http://sourceforge.net/tracker/index.php?func=detail&aid=1633506&group_id=46041&atid=444847 The patch includes the two new graph plugins and a handful of SQL updates. It should extend Dell OpenManage support in JFFNMS 0.8.3 to include graphing of the internal chassis temperature and graphing of up to 7 fan interfaces' speeds. I don't know how to walk an index, but I know that's a better way than listing all possible fan OIDs... oh well, maybe for another day. If there's anything in the patches that's not recommended or non-proper, please let me know. I'm still not entirely clear on the relationship of interface types, poller items, poller groups, poller backends, poller plugins, graph types, graph plugins, or discovery plugins. I hope to learn more about it in my spare time, but for now, this gets me the data that I wanted. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
