NAGIOS-ROOT-MIB.MIB giving error while uploading on HP ovo

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
aloksinghk
Posts: 3
Joined: Sun Nov 20, 2016 8:53 am

NAGIOS-ROOT-MIB.MIB giving error while uploading on HP ovo

Post by aloksinghk »

Hello,

We are trying to upload NAGIOS-ROOT-MIB.MIB in HP ovo using nnmloadmib command but it is giving below error

Code: Select all

>> nnmloadmib -load NAGIOS-ROOT-MIB.MIB
Error detected while loading MIB File: NAGIOS-ROOT-MIB.MIB.
This MIB cannot be loaded until the following problem is corrected:



Accepted syntax for enumerated list:
  { label1(value) [ , label2(value) ... ] }
Examples:
  { other(1), invalid(2), direct(3), indirect(4) }

Accepted syntax for a ASN.1 definitions:
  object-label ::= SEQUENCE { label type [, label type ... ] } |
                       SEQUENCE OF type | OBJECT IDENTIFIER |
                       NULL | OCTET STRING | NetworkAddress |
                       IpAddress | Counter | Gauge | TimeTicks | Opaque
                       INTEGER [ { enumerations } | (0..max) ] |
                       user-defined-type
Example:
  AtEntry ::= SEQUENCE {
        atIndex INTEGER,
        atPhysAddress OCTET STRING,
        atNetAddress NetworkAddress
        }


Please help to resolve this issue thanks.
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: NAGIOS-ROOT-MIB.MIB giving error while uploading on HP o

Post by tgriep »

Can you post the NAGIOS-ROOT-MIB.MIB file so we can view it it see if it is corrupted?

Also, that MIB file requires other MIB files to be loaded on the system, are the following MIB files installed on your device?

Code: Select all

SNMPv2-SMI
SNMPv2-TC
Be sure to check out our Knowledgebase for helpful articles and solutions!
aloksinghk
Posts: 3
Joined: Sun Nov 20, 2016 8:53 am

Re: NAGIOS-ROOT-MIB.MIB giving error while uploading on HP o

Post by aloksinghk »

Thanks for the reply. kindly find attached MIB file.
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: NAGIOS-ROOT-MIB.MIB giving error while uploading on HP o

Post by tgriep »

For some reason, the attachment was not posted, can you try attaching it again?
Did you load the other 2 MIB files on your device and try the NAGIOS-ROOT-MIB.MIB file again?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked