*Fix : 'required' for a Prop in items.py
commit6b345b4d64941fd0f2f345be9ad11a268c1fa5e8
authorGabes Jean <naparuba@users.sourceforge.net>
Mon, 3 Jan 2011 12:28:10 +0000 (3 13:28 +0100)
committerGabes Jean <naparuba@users.sourceforge.net>
Mon, 3 Jan 2011 12:28:10 +0000 (3 13:28 +0100)
treebf84fb6e7fd3d03471302eb6fd8e5262272191ac
parentec317dbe1782e2b1f69caffeaf5d9a0c46e3259e
*Fix : 'required' for a Prop in items.py
*Fix : escalations can have contact or contactgroups.
12 files changed:
shinken/escalation.py
shinken/item.py
test/etc/escalations/commands.cfg [new file with mode: 0644]
test/etc/escalations/contacts.cfg [new file with mode: 0644]
test/etc/escalations/hostgroups.cfg [new file with mode: 0644]
test/etc/escalations/hosts.cfg [new file with mode: 0644]
test/etc/escalations/servicegroups.cfg [new file with mode: 0644]
test/etc/escalations/services.cfg [new file with mode: 0644]
test/etc/escalations/shinken-specific.cfg [new file with mode: 0644]
test/etc/escalations/timeperiods.cfg [new file with mode: 0644]
test/etc/nagios_escalations.cfg [new file with mode: 0644]
test/test_escalations.py [new file with mode: 0755]