Page 4 of 4

Re: Duration resets for all Services with Apply Config

Posted: Thu Jul 09, 2015 7:22 am
by SavaSC
Here you go.

Code: Select all

###############################################################################

define service {
       name                          		Sava Service Settings
       service_description           		Standard Settings for all services
       display_name                  		Standard template
       max_check_attempts            		5
       check_interval                		5
       retry_interval                		1
       active_checks_enabled         		1
       passive_checks_enabled        		0
       check_period                  		24x7
       obsess_over_service           		0
       check_freshness               		0
       flap_detection_enabled        		0
       process_perf_data             		0
       retain_status_information     		0
       retain_nonstatus_information  		0
       notification_interval         		60
       first_notification_delay      		0
       notification_period           		24x7
       notification_options          		c,u,r,
       notifications_enabled         		1
       contact_groups                		+Oncall
       register                    		0

}	

###############################################################################
#

Re: Duration resets for all Services with Apply Config

Posted: Thu Jul 09, 2015 9:29 am
by ssax
Looks like retaining status information is set to 0:

Code: Select all

      retain_status_information           0
      retain_nonstatus_information        0
Enable them in the Sava Service Settings configuration under the check settings tab.

Re: Duration resets for all Services with Apply Config

Posted: Thu Jul 09, 2015 10:09 am
by SavaSC
ssax wrote:Looks like retaining status information is set to 0:

Code: Select all

      retain_status_information           0
      retain_nonstatus_information        0
Enable them in the Sava Service Settings configuration under the check settings tab.
Son of a....

Well, I totally misunderstood how those worked. I have applied this change to my service template and to my host templates. Everything is now retaining the data.

Thank you very much for staying with me to help me out.