Name: ifstatus.cgi.pl v0.1 Author: Steve Shipway Jun 2002 Requires: You must have the Net::SNMP perl module installed for this to work. Example: routers.cgi*Extension[targetname]: "Show current interface status" /cgi-bin/ifstatus.cgi camera2-sm.gif insecure Description: This is an Extension script for the routers.cgi program, supposed to be used as a per-target extension, not a per-device extension. Install it in your cgi-bin directory, and modify your MRTG .cfg files to call it: routers.cgi*Extension[targetname]: "Show current interface status" /cgi-bin/ifstatus.cgi camera2-sm.gif insecure See the routers.cgi documentation for more information about how to link this script in to your MRTG .cfg files. Remember that the SNMP community string is passed as a parameter to this script, and be aware of the security implications of this. You may also need to change its name (use a .pl extension for the IIS web server, a .cgi extension for Apache) or alter the first line to give your Perl location. You must have the Net::SNMP perl module installed for this to work. This is only a rough first version, later versions will have more features. Steve Shipway Jun 2002