Skip to content

Instantly share code, notes, and snippets.

@justizin
Created January 26, 2013 02:16
Show Gist options
  • Save justizin/4639682 to your computer and use it in GitHub Desktop.
Save justizin/4639682 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/etc/zabbix/alert.d//pagerduty", line 242, in <module>
pagerduty_queue.enqueue(Zabbix(sys.argv).event())
File "/etc/zabbix/alert.d//pagerduty", line 222, in event
incident_key = "%s-%s" % (event["id"], event["hostname"])
TypeError: 'NoneType' object has no attribute '__getitem__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment