slansing wrote:Okay, so you reconfigured the service through Home > Services > "Service Name" > Reconfigure, correct? Not through the CCM? Would it be safe to assume you reconfigured the notification options? I just want to try to reproduce this as close to what you did as possible.
Man, Sam, you didn't catch my comma instead of spaces in my performance data issue....I guess I'll give you a second shot at fixing one of my issues, LOL.
This is what the config looked like before he touched it:
Code: Select all
define service {
host_name aixdb006
service_description sasdata Disk Usage
use aix_prod_service
check_command check_nrpe!check_disk!-a '-w 10% -c 5% -p /sasdata' -n!!!!!!
_xiwizard aix
register 1
}
The opening post shows what it looked like after he did the following: (NOT VIA THE CCM)
Clicked on service - Clicked on Configure - Clicked on Reconfigure this Service. He then entered the retry interval and max attampts. he also changed the percentages then clicked update. He did not go to any of the other 2 tabs.
I then had to modify in the CCM and this is what the config looks like now: (I did add a new contact)
Code: Select all
define service {
host_name aixdb006
service_description sasdata Disk Usage
use aix_prod_service
check_command check_nrpe!check_disk!-a '-w 5% -c 3% -p /sasdata' -n!!!!!!
max_check_attempts 12
retry_interval 5
notifications_enabled 1
contacts v-hsinge-tmc
_xiwizard aix
register 1
}