cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Flexview returns null values in Netsight web page (but works in console)

Custom Flexview returns null values in Netsight web page (but works in console)

Steve_Ballantyn
Contributor
Hello Extreme Friends,

I was fooling around with trying to add some Liebert UPS's to Netsight for monitoring. I did the process of importing the MIB's and adding the devices. But the default view doesn't really show much of anything.

So now I am working on a custom Flexview, which is actually quite easy to do. BUT ...

I can load up my Flexview in the Netsight Console, connect to the device, hit Retrieve, and wallah' it works. Yet when I go into the Netsight webpage, and select to view the same device with the Flexview I created, it returns all null values in the fields (a hyphen in place of the data).

Anyone else with this issue, or have an idea of what I did wrong?

I followed this KB to get the Flexview copied from my PC over to the server. Is there an additional step somewhere?

Here is the Flexview TBL file for the sake of examination ...


UPS_IS-WEBLB
com.ets.nac.tables.TbModel
OID::ReqID:::SNMP::ReqID
IP Address
OID::IP Address:::SNMP::IP Address
Instance
OID::Instance:::SNMP::Instance
Description
OID::sysDescr:::SNMP::SNMP;true;15;3;false;false;1;2;0;0;0;0;0
Name
OID::sysName:::SNMP::SNMPW;true;15;4;true;false;1;2;0;0;0;0;0
Location
OID::sysLocation:::SNMP::SNMPW;true;15;5;true;false;1;2;0;0;0;0;0
Contact
OID::sysContact:::SNMP::SNMPW;true;15;6;true;false;1;2;0;0;0;0;0
Manufacturer
OID::upsIdentManufacturer:::SNMP::SNMP;true;15;7;false;false;1;2;0;0;0;0;0
Model
OID::upsIdentModel:::SNMP::SNMP;true;15;8;false;false;1;2;0;0;0;0;0
Software Version
OID::upsIdentUPSSoftwareVersion:::SNMP::SNMP;true;15;9;false;false;1;2;0;0;0;0;0
Agent Software Version
OID::upsIdentAgentSoftwareVersion:::SNMP::SNMP;true;15;10;false;false;1;2;0;0;0;0;0
UPS Name
OID::upsIdentName:::SNMP::SNMPW;true;15;11;true;false;1;2;0;0;0;0;0
Battery Status
OID::upsBatteryStatus:::SNMP::SNMP;true;2;12;false;false;1;2;0;0;0;0;0
Seconds On Battery
OID::upsSecondsOnBattery:::SNMP::SNMP;true;2;13;false;false;1;2;0;0;0;0;0
Estimated Minutes Remaining
OID::upsEstimatedMinutesRemaining:::SNMP::SNMP;true;2;14;false;false;1;2;0;0;0;0;0
Estimated Charge Remaining
OID::upsEstimatedChargeRemaining:::SNMP::SNMP;true;2;15;false;false;1;2;0;0;0;0;0
Battery Voltage
OID::upsBatteryVoltage:::SNMP::SNMP;true;2;16;false;false;1;2;0;0;0;0;0
Battery Current
OID::upsBatteryCurrent:::SNMP::SNMP;true;2;17;false;false;1;2;0;0;0;0;0
BatteryTemperature
OID::upsInputLineBads:::SNMP::SNMP;true;65;18;false;false;1;2;0;0;0;0;0
For use with larger Liebert/Emerson/VertivCo UPS systems with monitoring card IS-WEBLB.
TBLHASH::::TBLHDR::0;0;true;30;None;V.0.3.3.0;0;0;116


10 REPLIES 10

Rich_Upshaw
New Contributor II
Steve, You got your Liebert MIB to work then? The set kept breaking NetSight (EWC) for me. Did you need to load and compile a bunch of them in sequence? I'm interested in what you did. Thanks!

Funny that you should ask ... now that I got it working I went back and added more fields to my Flexviews. And now when I apply it to a device, I am seeing all hyphens with the exception of two random fields. When I use the same Flexview in the Java console, it all displays just fine. It makes me think that something is being returned that Netsight can't parse or process. Perhaps there is some sort of extra spacing or hidden special characters in there?

Good morning,
I would like to participate in this discussion..

I need to view the column "Port Alias" in the flex view "LEARNED MAC ADDRESES"

SO I have duplicate the .tpl file and I try to manage the new flexview

but I can only show the column isAlias but this column is not populate

I use netsight COnsole 8.1.6

I'm going crazy
can someone help me?

Murphy__Daniel
Extreme Employee
FlexViews use MIB OID Names as well as type definitions in the MIB to render and set values.
The FlexView editor works with MIBs on the client and creates FlexViews on the client.

if you want to run these from the server in OneView not just the FlexViews but also the MIBs are required on the server.

Please keep the 'new' MIBs in 'myMibs' and same with the FlexViews.
Realize that adding MIBs to the server can cause issues so by keeping the MIBs in there only directory you can quickly recover if there is a problem.

A server restart will also be required.

GTM-P2G8KFN