On May 7, 2008, at 12:56 AM, zarxcky wrote:
I want to monitor specific service such SSH on one of our Linux server. But the problem is that the server is using ipv6 schema instead of ipv4. From the Zenoss FAQ, it say that net-snmp does not support ipv6, only ipv4. The solution is to use portscan, but in my Zenoss zProperties, the zTransportPreferences is not exist.

Do I have to reinstall back the Zenoss? If possible, I hope I dont need to since I have configure and monitor lot of device and hate to start from scratch back again.

zTransportPreference has gone away. You need to edit the zCollectorPlugins and replace zenoss.snmp.IpServiceMap with zenoss.portscan.IpServiceMap.

Alternately you can edit the /etc/ssh/sshd_config on the server(s) you're going to monitor and add a "ListenAddress 0.0.0.0" and restart the sshd service. This will allow the SNMP modeler to pick it up. Of course you shouldn't do this if you're actually using IPv6.

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to