Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

AP9619 snmp/nagios OID listing/decryption

APC UPS Data Center & Enterprise Solutions Forum

Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • APC UPS, Critical Power, Cooling and Racks
  • APC UPS Data Center & Enterprise Solutions Forum
  • AP9619 snmp/nagios OID listing/decryption
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
BillP
Administrator BillP Administrator
5060
voidstar_apc
Janeway voidstar_apc
196
Erasmus_apc
Sisko Erasmus_apc
112
Teken
Spock Teken
111
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to APC UPS Data Center & Enterprise Solutions Forum
Solved
Anonymous user
Not applicable

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
5
1894
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

AP9619 snmp/nagios OID listing/decryption

I am using the following MIB's with snmpget/nagios fine:
......
.1.3.6.1.4.1.318.1.1.1.2.1.1.0 Main Battery Status
.1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1 Environment Temperature in degree F
.1.3.6.1.4.1.318.1.1.1.2.2.1.0 Battery Capacity %
.1.3.6.1.4.1.318.1.1.1.2.2.2.0 Internal Temperature in degree celsius
.1.3.6.1.4.1.318.1.1.1.4.2.3.0 Output Load %
.1.3.6.1.4.1.318.1.1.1.4.2.4.0 Output Current in Ampere 3~'
.1.3.6.1.4.1.318.1.1.1.4.2.1.0 Output Voltage in Volt 3~'
.1.3.6.1.4.1.318.1.1.1.4.2.2.0 Output Frequency in Herz'
......
but can't figure out the OID I need to get battery runtime, I want to get several more data points, is there a list somewhere? I've run snmpwalk, but need help decoding the big long list it produces so I can port it to nagios check_snmp.

Labels
  • Labels:
  • UPS Management Devices & PowerChute Software
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Anonymous user
Not applicable

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1893
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

turns out the OID was correct, but check_snmp in nagios isn't convering units when used in conjunction with -w and -c (warning and critical) flags enabled for some reason, so this

check_snmp -H 1.2.3.4 -o .1.3.6.1.4.1.318.1.1.1.2.2.3.0 -l 'Runtime Remaining' -u 'Minutes'

returns

SNMP OK - Runtime Remaining Timeticks: (132000) 0:22:00.00 Minutes |

but wouldn't trigger an event if it was low, making nagios3 notification useless, but this:

check_snmp -H 1.2.3.4 -o .1.3.6.1.4.1.318.1.1.1.2.2.3.0 -w 130000 -c 100000 -l 'Runtime Remaining' -u 'Minutes'

returns the output in seconds for some reasons like

SNMP CRITICAL - Runtime Remaining *132000* Minutes | Runtime Remaining=132000

and does the same if I specify units in minutes too. I've looked into the various range formats you can specify for units, but haven't found much, even after asking on the nagios users list, I don't know what to do, this must be a common requirement: monitor apc9619 runtime in minutes with threshold triggers on a Debian Squeeze Nagios3 server, should be simple I'd think.

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 5
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1893
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

On the UPS that I have, I used the OID of .1.3.6.1.4.1.318.1.1.1.2.2.3.0 to get the Runtime Remaining (upsAdvBatteryRunTimeRemaining). I hope this is the one that you are looking for, by the way the UPS that I used was a regular APC Smart-UPS (SUA1500RM2U).

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1893
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

thanks. Somehow I get a battery-runtime of 132000 minutes, is that a unit or config issue, or am I looking at the wrong oid?

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1893
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

I guess the bigger question is how would I find out the overall schema, trying to understand how to understand the OID's on a snmp device, starting with this one.

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1893
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

sometimes it will give you the runtime in seconds or a different, unexpected unit of measure. you may want to use a MIB browser or another tool that also gives you the descriptions of the OIDs to find out what unit the value returns in or to see if you have to move the decimal point, etc

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

0 Likes
0
1894
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-30 11:17 PM . Last Modified: ‎2024-03-06 03:21 AM

turns out the OID was correct, but check_snmp in nagios isn't convering units when used in conjunction with -w and -c (warning and critical) flags enabled for some reason, so this

check_snmp -H 1.2.3.4 -o .1.3.6.1.4.1.318.1.1.1.2.2.3.0 -l 'Runtime Remaining' -u 'Minutes'

returns

SNMP OK - Runtime Remaining Timeticks: (132000) 0:22:00.00 Minutes |

but wouldn't trigger an event if it was low, making nagios3 notification useless, but this:

check_snmp -H 1.2.3.4 -o .1.3.6.1.4.1.318.1.1.1.2.2.3.0 -w 130000 -c 100000 -l 'Runtime Remaining' -u 'Minutes'

returns the output in seconds for some reasons like

SNMP CRITICAL - Runtime Remaining *132000* Minutes | Runtime Remaining=132000

and does the same if I specify units in minutes too. I've looked into the various range formats you can specify for units, but haven't found much, even after asking on the nagios users list, I don't know what to do, this must be a common requirement: monitor apc9619 runtime in minutes with threshold triggers on a Debian Squeeze Nagios3 server, should be simple I'd think.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of