Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Add exception in Products/ZenModel/RRDTemplate.py (line ~493):
- thresholdClasses += zp.getThresholdClasses()
- # change it:
- try:
- thresholdClasses += zp.getThresholdClasses()
- except AttributeError:
- log.exception("AttributeError for getThresholdClasses() - zenpack:" + zp.id)
Advertisement
Add Comment
Please, Sign In to add comment