prelude.py has a open(os.path.expanduser("~/work/.circonusrc.json"),"r") which will, especially for none circonus customers, not always work.
The same applies for the functions caql and caql_plot, these depend on the circonous account data.
A workaround is to remove these lines from prelude.py, but it would be nice if this isn't necessary.
prelude.py has a
open(os.path.expanduser("~/work/.circonusrc.json"),"r")which will, especially for none circonus customers, not always work.The same applies for the functions
caqlandcaql_plot, these depend on the circonous account data.A workaround is to remove these lines from
prelude.py, but it would be nice if this isn't necessary.