Hi everyone, I have a <snmp-device-variables-ondemand> section in my custom InterMapper probe:
ClientTable, cDot11ClientConfigInfoEntry, TABLE, "Connected Clients" ClientTable/cDot11ClientAddress, cDot11ClientIpAddress[9:], HEXADECIMAL, "MAC Address" ClientTable/cDot11ClientIpAddress, cDot11ClientIpAddress, IPADDRESS, "IP Address" ClientTable/ClientUpTime, cDot11ClientUpTime, STRING, "Connected Time (Sec)" ClientTable/ClientUpTimeMin, (round($ClientUpTime / 60)), CALCULATION "Connected Time (Min)" ClientTable/ClientSignal, cDot11ClientSignalStrength, DEFAULT, "Signal Strength" ClientTable/cDot11ClientSubIfIndex, cDot11ClientSubIfIndex, DEFAULT, "Client Interface" ClientTable/ClientRecieved, cDot11ClientBytesReceived, DEFAULT, "Data Received (bytes)" ClientTable/ClientSend, cDot11ClientBytesSent, DEFAULT, "Data Sent (bytes)" I use a previously defined column to calculate the value of another column, in this case ClientUpTime's unit is in seconds and is used in a Calculation definition to generate ClientUpTimeMins. The issue is I would only like to only display ClientUpTimeMin and use ClientUpTime just to do the calculation. Is there some way to hide certain columns in An ondemand table? Or is there a better way to go about this? Thanks, Malcolm The content of this message and any attachments may be privileged, confidential or sensitive. Any unauthorised used is prohibited. Views expressed in this message are those of the individual sender, except where stated otherwise with appropriate authority. All pricing provided is valid at the time of writing only and due to factors such as the exchange rate, may change without notice. Sales are made subject to our Terms & Conditions, available at http://www.end2end.co.nz/info/ ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [email protected]
