免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1821 | 回复: 1
打印 上一主题 下一主题

求助,如何在zenoss 2.1里按IP地址添加设备 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-10-28 10:13 |只看该作者 |倒序浏览
求助,如何在zenoss 2.1里按IP地址添加设备

我们这里180多台交换机,系统名字都一样的,以前装了zenoss,想把所有的设备都添加进来,不过zenoss 添加的设备是按交换机的系统名字多少device id 的,结果只能添加一台,我看了遍管理手册没看见怎么修改如果添加(也可能没看仔细)

有人用过zenoss 么,如果修改为按IP地址 添加

PS:最笨的办法,180台交换机一台一台改。

论坛徽章:
0
2 [报告]
发表于 2007-10-28 11:47 |只看该作者
自己解决了。。
http://community.zenoss.com/forums/viewtopic.php?t=3769

There are a couple of ways to handle this. The best way would be to get into these switches and set them to have unique names, then rediscover them in Zenos.

The second way to go would be to change the way that Zenoss tries to name discovered devices. You could modify the device creation code to ignore the SNMP sysName when trying to name the devices. To do this, you'll want to edit $ZENHOME/Products/ZenModel/Device.py. Find the manage_createDevice method and the following section:

Code:

        log.debug("device name = %s", snmpname)
        if not deviceName:



Insert a line between these two setting the snmpname to None. So it'll look like this:

Code:

        log.debug("device name = %s", snmpname)
        snmpname = None
        if not deviceName:
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP