Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Improve contacts example
Browse files Browse the repository at this point in the history
Previous example would have resulted in no notifications
  • Loading branch information
goetzk committed Mar 9, 2017
1 parent fb434e7 commit 3c3a929
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ Including an example of how to use your role (for instance, with variables passe
- { host_name: 'modem.local', parent: 'router.local', hostgroups: [ 'appliances' ] }
shinken_contacts:
- { contact_name: 'guest', email: 'guest@localhost', password: 'password'}
- contact_name: 'admin'
email: '[email protected]'
pager: '+12312312312'
password: 'something here'
is_admin: 1
expert: 1
can_submit_commands: 1
host_notifications_enabled: 1
service_notifications_enabled: 1
notificationways: 'email'
roles:
- { role: goetz.shinken, shinken_broker_modules: webui2 }

Expand Down

0 comments on commit 3c3a929

Please sign in to comment.