zarxcky wrote: > > And restart zenping. Try again tracepath.py against devices locally and > remotely shown: > > Locally: > > python /usr/local/zenoss/bin/tracepath.py 192.168.3.5 > Getting path from localhost to 192.168.3.5... > Traceback (most recent call last): > File "/usr/local/zenoss/bin/tracepath.py", line 30, in ? > path = source.os.traceRoute(destination, []) > AttributeError: 'NoneType' object has no attribute 'os' > > > Localhost: > > python /usr/local/zenoss/bin/tracepath.py localhost > Getting path from localhost to localhost... > Invalid destination. > > Remotely: > > python /usr/local/zenoss/bin/tracepath.py moddar.homeip.net > Getting path from localhost to moddar.homeip.net... > Traceback (most recent call last): > File "/usr/local/zenoss/bin/tracepath.py", line 30, in ? > path = source.os.traceRoute(destination, []) > AttributeError: 'NoneType' object has no attribute 'os' > > The same error for locally and remotely.
The zenoss server how is it called in the zenoss interface? The name of your server is by default added as localhost. I don't think it's still accurate. Thats why you need to change the option name but not name it to "localhost" which is the default. just chage it to the name of your zenoss server (in the webif) Do you know what I mean? For example my server is called zenoss0101 so the name vallue is "name zenoss0101" -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23016#23016 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
