I'm no programmer, but I finally figured it out....talk about not being
obvious....

For those who were also suffering from this issue or weren't concerned
enough about it to chase it down, I had to edit two different files to
accomplish my goal and get the info on the screen where it needed to be.
The two files are located in the following directory:

\Program
Files\Ipswitch\WhatsUp\HTML\NmConsole\Reports\Full\Device\ProblemAreas\
directory

—-----------------------------------------------------------------------------------------------------
In the "_RptActiveMonitorAvailability.inc" file:
—-----------------------------------------------------------------------------------------------------
>From 
AspForm.StartCombo("nPivotActiveMonitorTypeToDeviceID", true,
"style='width:200px'");

To
AspForm.StartCombo("nPivotActiveMonitorTypeToDeviceID", true,
"style='width:375px'");

—-----------------------------------------------------------------------------------------------------
In the "RptActiveMonitorAvailability.asp" file:
—-----------------------------------------------------------------------------------------------------
>From 
<td class="DontPrint" style="padding-left:0px;" align="left"
width="33%"><%AddActiveMonitorCombo(oDb,oDeviceControl.GetDeviceID())%></td>

To
<td class="DontPrint" style="padding-left:0px;" align="left"
width="50%"><%AddActiveMonitorCombo(oDb,oDeviceControl.GetDeviceID())%></td>

-- 

------------------------------------------------------------
Bryan Harrell, SPII 
Network Infrastructure - Tallahassee
Fla. Dept of Revenue
(850)-414-2272  SunCom 994-2272
------------------------------------------------------------


>>> On 10/5/2007 at 10:57 AM, "Bryan Harrell"
<[EMAIL PROTECTED]> wrote:
> Due to the way Nortel sets up it's interface naming schema, I am
often unable 
> to see the entire interface name to identify the specific port we
want to 
> look at in the "Active Monitor Availability" screen for the "Select
Active 
> Monitor:" function. What .ASP or HTML file do I need to modify to
make this 
> field a variable in length or at least widen it out by double it's
length so 
> we can see enough of the interface name to distinguish the specific
port we 
> want to select?
Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to