Hello
I have some problems in adapting Orion NMP 9.1 (evaluation version) to my custom MIB
1. alarm variables: my MIB contains some variables indicating the presence
of an alarm, if the variable is 0 the alarm is absent, if the variable
is 1 the alarm is present.
I've defined Universal Device Poller by Oid with:
Mib Value Type = RawValue
Format = None
GetType = Get
Poll Type = Node
but on the web console I can only show a gauge, how can I display a LED
(red if alarm, green if ok) ?
2. If I want to keep history of those variables I get a transition 1->0
as 1, 0.8, 0.4, .... 0 and not an immediate transition
3. Link status: I have a variable of this type
OperStatus ::= INTEGER {
up(1),
down(2),
testing(3)
}
I have defined a variable of this type
Mib Value Type = RawValue
Format = Operational Status
GetType = Get
Poll Type = Node
on the web console I see a message saying 'no pollers assigned or no
statistic results. Click edit button ....'. The only way to see something
is to set Format = None and see the value of the gauge.
4. Enumerations: I have another universal poller defined as follows
Mib Value Type = RawValue
Format = Enumeration
GetType = Get
Poll Type = Node
and I have assigned some text strings to numeric values, I have assigned
and tested correctly (I see the numeric value) but on web console I
see 'no pollers assigned or no statistic results. Click edit button ....'.