AIX 5.3 上的 SNMP

发布于 2024-08-12 22:42:35 字数 64 浏览 10 评论 0原文

我需要使用 AIX 5.3 监视系统,但找不到良好的 OID 源。 有人知道 CPU、内存和硬盘值的 OID 吗?

I need to monitor a system with AIX 5.3, but can't find a good source for the OIDs.
Does anybody know the OIDs for CPU, Memory and Harddisk values?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长安忆 2024-08-19 22:42:35

查找哪些 OID 具有您想要的数字的最佳方法是使用类似 的工具snmpwalk

但是,我认为默认值应该是这样的:

CPU:1.3.6.1.2.1.25.3.3.1.2.

索引存储类型:1.3.6.1.2.1.25.2.3.1.2.索引

存储大小:1.3.6.1。 2.1.25.2.3.1.5.Index

存储用法:1.3.6.1.2.1.25.2.3.1.6.Index

阅读 SNMP 的 RFC 也很有帮助,RFC1157, RFC2571< /a>, RFC2790

The best way to find which OIDs have the numbers you want is to use a tool like snmpwalk.

However, I think the defaults should be something like this:

CPU: 1.3.6.1.2.1.25.3.3.1.2.Index

Storage Types: 1.3.6.1.2.1.25.2.3.1.2.Index

Storage Size: 1.3.6.1.2.1.25.2.3.1.5.Index

Storage Usage: 1.3.6.1.2.1.25.2.3.1.6.Index

It is also helpful to read the RFC's for SNMP, RFC1157, RFC2571, RFC2790

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文