blocke wrote: > Huh. > > I renamed the device and the graphs are not displayed anymore. I blow away > directory for the old device name and Zenoss then goes and recreates the > directory under the _old_ name and graphs work, albeit minus all previous > data. > > How is this supposed to behave? > > Thanks in advance.
SSH to your box and do: cd /usr/local/zenoss/perf/Devices mv newhostname newhostname.bak mv oldhostname newhostname where: newhostname is the name of the host you just changed to and oldhostname is the old name of the host you changed from Check your graphs again and you should have the old history. If you're satisfied, you can: rm -rf newhostname.bak -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23342#23342 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
