Reconfigure causes error
Posted: Thu Jan 16, 2014 4:25 pm
One of my users tried to reconfigure a service today and it screwed something up.
Notice line 81!! We have no notification options selected in the service as they are inherited. This issue just started today with the update to 2.8
Code: Select all
74 define service {
75 host_name aixdb006
76 service_description sasdata Disk Usage
77 use aix_prod_service
78 check_command check_nrpe!check_disk!-a '-w 5% -c 3% -p /sasdata' -n!!!!!!
79 max_check_attempts 12
80 retry_interval 5
81 notification_options notification_options
82 notifications_enabled 1
83 _xiwizard aix
84 register 1
85 }