- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- Re: HP 1920s OID CPU Utilization and memory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2018 03:49 AM
тАО04-03-2018 03:49 AM
HP 1920s OID CPU Utilization and memory
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2018 03:35 AM
тАО04-06-2018 03:35 AM
Re: HP 1920s OID CPU Utilization and memory
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
I am an HPE employee
-------------------------------------------------------------------------
Was the post useful? Click on Kudos Thumb below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2018 01:46 AM
тАО04-09-2018 01:46 AM
Re: HP 1920s OID CPU Utilization and memory
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2018 06:58 AM
тАО10-23-2018 06:58 AM
Re: HP 1920s OID CPU Utilization and memory
I have de same problem.
Anyone find a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2018 12:17 AM
тАО10-24-2018 12:17 AM
Re: HP 1920s OID CPU Utilization and memory
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2019 11:36 AM
тАО06-03-2019 11:36 AM
Re: HP 1920s OID CPU Utilization and memory
I'm having the same problem with the 1920s model, someone has managed to solve this oid memory problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2020 01:00 AM
тАО05-05-2020 01:00 AM
Re: HP 1920s OID CPU Utilization and memory
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2020 03:08 AM
тАО05-13-2020 03:08 AM
Re: HP 1920s OID CPU Utilization and memory
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+)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2020 07:20 AM
тАО07-06-2020 07:20 AM
Re: HP 1920s OID CPU Utilization and memory
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? (-;