Zenoss wants to build a map from itself to all the other devices using the 
routes it has discovered.  So its name, its IP and route information all start 
from a single place. Let's say your Zenoss server is 192.168.1.10.


Code:
$ host 192.168.1.10



That should return the name of that address.  This is the name you should give 
to your Zenoss machine.  For now, zenoss will be confused if:


Zenoss's address is 127.0.0.1
Zenoss's name is localhost
Zenoss's name doesn't match the dns entry


You can clear heartbeat messages under a different hostname by going to Event 
Manager and selecting Clear Heartbeats.

You may have to restart your daemons to get the updated device names.  Restart 
the daemons from the command line:


Code:

$ zenoss stop
$ kill -9 `pgrep -f /z`
$ zenoss start




There was a bug in 1.0 (and 1.1.0?) where daemons would not restart reliably.

------------------------
 Eric Newton




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=4633#4633

-------------------- m2f --------------------



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

Reply via email to