|
The short answer is the routers2 does not support this.... but keep reading.
The reason it is not supported is in order to prevent the script from blocking when querying a device that is slow to respond or down. At the moment, everything can be cached and is only retrieved from the .rrd files, never directly from the device itself. Also, it is not always easy or possible to deduce what should be queried and how (remember that routers2 does not bother to completely parse the .cfg file, only those bits which are of use).
The longer answer is that it is possible to do using an extension, but at the moment noone has written one.
You could hook an extension in on the PageFoot[]: definition, either with an embedded image or an embedded iframe that calls a separate CGI script, passing the device FQDN and community. There are even symbols which are expanded by routers2 which can be used to create a generic URL. All of this, though, requires creation of a (small) script to do the necessary job. I'll add it to the Feature Request list to create sometihng like this, but if anyone else wants to try to do it, then I can pass on any required information.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|