Comware

 View Only
  • 1.  HP 1920s OID CPU Utilization and memory

    Posted Apr 03, 2018 06:49 AM

    Good day!
    I can not find the snmp OID for the 1920s switch, such as the CPU usage and memory usage. The OIDs for the 1920 model do not work (1.3.6.1.4.1.25506.2.6.1.1.1.1.6.8)


    Tell me please.



  • 2.  RE: HP 1920s OID CPU Utilization and memory

    Posted Apr 06, 2018 06:35 AM

    Try with below

    OID for CPU usage = .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.6

     

     



  • 3.  RE: HP 1920s OID CPU Utilization and memory

    Posted Apr 09, 2018 04:46 AM

    SNMPv2-SMI::enterprises.11.2.14.11.15.2.6.1.1.1.1.6 = No Such Object available on this agent at thi OID

    does not work.



  • 4.  RE: HP 1920s OID CPU Utilization and memory

    Posted Oct 23, 2018 09:59 AM

    I have de same problem.

    Anyone find a solution?



  • 5.  RE: HP 1920s OID CPU Utilization and memory

    Posted Oct 24, 2018 03:17 AM

    In the end, I used the OID .1.3.6.1.4.1.11.5.7.5.7.1.1.1.1.4.9.0 for the CPU. Although the data type is srting there, but with the help of a regular expression, I selected what I needed.
    I didn’t find an OID for memory.



  • 6.  RE: HP 1920s OID CPU Utilization and memory

    Posted May 05, 2020 04:00 AM

    Hi, I have the same issue however i can not solve it.

    I need to take the 300sec average value.

    What reg expressions did you use?

    Thanks



  • 7.  RE: HP 1920s OID CPU Utilization and memory

    Posted May 13, 2020 06:09 AM

    Hello!
    I ended up using OID .1.3.6.1.4.1.11.5.7.5.7.1.1.1.1.4.9.0 with filtering through the regular expression \s60\sSecs\s\(\s*(\d+)



  • 8.  RE: HP 1920s OID CPU Utilization and memory

    Posted Jul 06, 2020 10:20 AM

    Can you show an example of the command - I try in my case :
    check_snmp -H 172.26.167.153 -C swirc2018! -o .1.3.6.1.4.1.11.5.7.5.7.1.1.1.1.4.9.0
    but get a string output:
    SNMP OK - " 5 Secs ( 24.1258%) 60 Secs ( 29.4616%) 300 Secs ( 18.4320%)" |

    How can I parse it to an integer - I don't care about all the last 60s....   just want last value of now or last value of last 5 seconds ...etc? 

     

    What is the command? 

    I tried /usr/local/nagios/libexec/check_snmp -H 172.26.167.147 -C swirc2018! -o .1.3.6.1.4.1.11.5.7.5.7.1.1.1.1.4.9.0 -R \s60\sSecs\s\(\s*(\d+)   but it didn't parse.

     

    Please help? (-;



  • 9.  RE: HP 1920s OID CPU Utilization and memory

    Posted Jun 03, 2019 02:36 PM
    I'm having the same problem with the 1920s model, someone has managed to solve this oid memory problem?