cacti - 多CPU util - 多行OID
我的 OID:.1.3.6.1.2.1.25.3.3.1.2
我有 24 行(我有 24 个核心服务器),
我想创建一个包含所有行的图表来查看利用率。
请帮助我:)
谢谢...
I have the OID: .1.3.6.1.2.1.25.3.3.1.2
I got 24 rows (I have 24 core server),
I want to create one graph with all the rows to see the utilization.
Please help me :)
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到同样的问题,我在 Perl 中创建了一个使用 Net::SNMP 的数据输入方法。
在这里获取脚本:
https://gist.github.com/1139477
在此处获取数据模板:
https://gist.github.com/1237260
将脚本放入 $CACTI_HOME/scripts 中,确保它是可执行文件并导入模板。
确保您安装了 Perl 的 Net::SNMP。
玩得开心!
亚历克斯.
Had the same problem and I created a data input methode in Perl which uses Net::SNMP.
Get the script here:
https://gist.github.com/1139477
Get the data template here:
https://gist.github.com/1237260
Put the script into $CACTI_HOME/scripts, make sure it's executable and import the template.
Make sure you got Perl's Net::SNMP installed.
Have fun!
Alex.