After (I'm not sure how soon after) the release of JFFNMS 0.9.2 I'll be doing some re-factoring on the interface type side of things.
To prioritise the work, I need to know what interface types are being used. The following are ones I know are used: - Apache webserver - APC - BGP Neighbours - Cisco System Info - Cisco Power Supply - Cisco Temperature - Cisco Voltage - Cisco SA Agent - IIS Webserver - Linux/Unix System Info - NTP - Physical Interfaces - Reachability - Storage - TCP Ports - UPS - UPS Lines - Windows system Info - Windows Logical Disks To do this easily, in your database CLI run this query select distinct interface_types.description from interface_types,interfaces where interfaces.type=interface_types.id; If you can, remove the ones I have mentioned above. If you use only the ones listed, then you're fine :) - Craig -- Craig Small VK2XLZ http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
