From 3c3a929ce90181873c05747031f0d51c8a0c82cf Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Thu, 9 Mar 2017 21:56:02 +1100 Subject: [PATCH] Improve contacts example Previous example would have resulted in no notifications --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 47eaa7f..c34587f 100644 --- a/README.md +++ b/README.md @@ -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: 'admin@example.com' + 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 }