Thanks mesverrum
I have duplicated a Node Details page and added a User Links resource.
What I found is that I cannot access all these variables, which I would imagine I should be able to
Node Variable | Description |
${N=SwisEntity;M=AgentPort} | Node SNMP port number |
${N=SwisEntity;M=Node.Allow64BitCounters} | Node allows 64-bit counters (1), or not (0) |
${N=SwisEntity;M=AvgResponseTime} | Average node response time, in msec, to ICMP requests |
${N=SwisEntity;M=BlockUntil} | Day, date, and time until which node polling is blocked |
${N=SwisEntity;M=BufferBgMissThisHour} | Device‑dependent count of big buffer misses on node in current hour, queried with MIB 1.3.6.1.4.9.2.1.30 |
${N=SwisEntity;M=BufferBgMissToday} | Device‑dependent count of big buffer misses on node in current day, queried with MIB 1.3.6.1.4.9.2.1.30 |
${N=SwisEntity;M=BufferHgMissThisHour} | Device‑dependent count of huge buffer misses on node in current hour, queried with MIB 1.3.6.1.4.9.2.1.62 |
${N=SwisEntity;M=BufferHgMissToday} | Device‑dependent count of huge buffer misses on node in current day, queried with MIB 1.3.6.1.4.9.2.1.62 |
${N=SwisEntity;M=BufferLgMissThisHour} | Device‑dependent count of large buffer misses on node in current hour, queried with MIB 1.3.6.1.4.9.2.1.38 |
${N=SwisEntity;M=BufferLgMissToday} | Device‑dependent count of large buffer misses on node in current day, queried with MIB 1.3.6.1.4.9.2.1.38 |
${N=SwisEntity;M=BufferMdMissThisHour} | Device‑dependent count of medium buffer misses on node in current hour, queried with MIB 1.3.6.1.4.9.2.1.22 |
${N=SwisEntity;M=BufferMdMissToday} | Device‑dependent count of medium buffer misses on node in current day, queried with MIB 1.3.6.1.4.9.2.1.22 |
${N=SwisEntity;M=BufferNoMemThisHour} | Count of buffer errors due to low memory on node in current hour |
${N=SwisEntity;M=BufferNoMemToday} | Count of buffer errors due to low memory on node in current day |
${N=SwisEntity;M=BufferSmMissThisHour} | Device‑dependent count of small buffer misses on node in current hour, queried with MIB 1.3.6.1.4.9.2.1.14 |
${N=SwisEntity;M=BufferSmMissToday} | Device‑dependent count of small buffer misses on node in current day, queried with MIB 1.3.6.1.4.9.2.1.14 |
${N=SwisEntity;M=Caption} | User friendly node name |
${N=SwisEntity;M=Community} | Node community string |
[...] (the list continues, see link above)
As you can see I'm not getting anything back
but strangely enough if I use a different syntax, e.g.
${CAPTION} instead of ${N=SwisEntity;M=Caption}
it works
that doesn't apply for everything though.