Matt,
The original files does look like the one you posted.  However, the one that 
comes with zenoss core does not work.  This is due to the inability to load the 
Pager.py file.  It seems that it is not in python's import path??  I had to add:
import sys
import os
sys.path.extend(map(os.path.abspath, 
['/usr/local/zenoss/python/lib/python2.4/site-packages'])) 

This addes the site-packages folder to the zenpager's path and was then able to 
import the needed Pager module.  Again, I'm not a python programmer by trade so 
I'm not an expert in this area.  All  I know is that once I added the code 
above I was able to use the pager feature.




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

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

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



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

Reply via email to