On Tue, Jun 12, 2007 at 02:48:37PM -0400, Jeffrey Singleton wrote: > We have created a new Interface Type for Foundry Load Balancer ... and > are receiving data. > However, in the 'name' column on the Interfaces display page has > nothing. That sounds like the interface field. "Writing a discovery plugin" section mentions you need to make sure you return at least interface, admin and oper fields. I suspect you are not returning interface field
function poller_mypoller() { return array('interface'=>'Description', 'oper'=>'up', 'admin'=>'up'); } > Is there anyway to make an Interface Type so that once the manual scan > is run and results are displayed, the admin can simply click on the Name > field and fill in a name for said Interface Type index? The interface name should be something fixed, because your poller should be checking against this name to see if interfaces appear or disappear. Foundry load balancers, you give the virtual and real hosts names? Or is that Alteon? Anyway, if it isnt names the interface.interface field should either be IP address or the server's index field. The important point is that interface.interface should be something unique, something that says THIS ONE. The description, which is a interface type field, can be editable. Oh, and think about what you want your little "interface boxes" to look like. Remember it is interface.interface interface.user interface.description1, interface.description2,... Also interface.interface can be shortened, if possible, so if you know your virtual and real servers by their IDs, then makeit something like VirtualServer1 which, I think, will shorten down to V1. I'm pretty sure I made the first Description field the IP address for Real and Virtual Servers and IP address:port for the Real/Virtual Ports. - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 http://www.enc.com.au/ csmall at : enc.com.au http://www.debian.org/ Debian GNU/Linux, software should be Free ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users