Hello,

I am trying to modify the mib2c.genhtml.conf to create a list of
depreciated Notifications from my MIB file.

But I am having trouble getting the STATUS of the defined notifications.
Does mib2c support a status variable for notification?
It works for table.

I tried a simple conf file like:

@open -@
 @foreach $i notification@
   In Notification $i
      Status : $i.status
      Description : $i.description
   @if "$i.status" ne "Current"@
     Obsolete $i
   @end@
 @end@

I get the  notification and the description printed out, but the status is
empty.

Any suggestions?
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to