cleaning up readme

Signed-off-by: Nick Chappell <nick@intronic.org>

Merged from: https://github.com/Icinga/puppet-icinga2/pull/43

refs#7676: https://dev.icinga.org/issues/7676
This commit is contained in:
Steven Bambling 2014-11-13 08:33:40 -05:00 committed by Nick Chappell
parent afe86ed648
commit 21b374923f

View file

@ -409,8 +409,8 @@ The `apply_notification_to_host` defined type can create `apply` objects to appl
This defined type has the same available attributes that the `icinga2::object::notification` defined type does. With the addition of assign_where and ignore_where
Create an apply that will send notifications to PagerDuty
````
#Create an apply that will send notifications to PagerDuty
icinga2::object::apply_notification_to_host { 'pagerduty-host':
assign_where => 'host.vars.enable_pagerduty == "true"',
command => 'notify-host-by-pagerduty',