Ok after a bit of reading I resolved the issue (though probably not in the 
prettiest way)


Replace the following line of /etc/cron.weekly/zenoss

PORT=`grep address ${ZENHOME}/etc/zeo.conf | head -n 1 | awk '{ print $2 }'`

with

PORT=`grep address ${ZENHOME}/etc/zeo.conf | head -n 1 | awk '{ print $2 }' | 
awk -F: '{ print $2 }'`


This effectively splits the localhost:8100 into two variables using : as the 
delimiter then prints the second one.




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

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

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



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

Reply via email to