OLD | NEW |
1 nagios_contacts: | 1 nagios::server::contacts: |
2 root: | 2 root: |
3 service_notification_period: '24x7' | 3 service_notification_period: '24x7' |
4 host_notification_period: '24x7' | 4 host_notification_period: '24x7' |
5 service_notification_options: 'w,u,c,r' | 5 service_notification_options: 'w,u,c,r' |
6 host_notification_options: 'd,r' | 6 host_notification_options: 'd,r' |
7 service_notification_commands: 'notify-service-by-email' | 7 service_notification_commands: 'notify-service-by-email' |
8 host_notification_commands: 'notify-host-by-email' | 8 host_notification_commands: 'notify-host-by-email' |
9 email: 'root@localhost' | 9 email: 'root@localhost' |
10 | 10 |
11 nagios_contactgroups: | 11 nagios::server::contactgroups: |
12 admins: | 12 admins: |
13 alias: 'Nagios Administrators' | 13 alias: 'Nagios Administrators' |
14 members: 'root' | 14 members: 'root' |
15 | 15 |
OLD | NEW |