Valery V.Bobrov wrote: > Hi, John! > > Could you explain me how can I make an auto-discovery on the sub-net > that the router and UPS are on? > > the Zyxel and UPSes are no on the same subnet as the server Zenoss > installed on. > > Valery > > Valery
You will need to SSH into the Zenoss server and then change to the user that Zenoss is running under. If you installed Zenoss via a package you will need to: $ su zenoss Then you will need to cd to the zenoss bin directory, usually this is: $ cd /opt/zenoss/bin and finally run the autodiscovery: $ zendisc run --net 192.168.75.0 Obvioulsy, replace the above IP address to whatever your address is. Regards John -- John Gardner - Tagish Ltd. Infrastructure Manager T: 01665 833 322 F: 01665 830 695 D: 01665 833 310 _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
