mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Disable freshness stuff in status.dat
This commit is contained in:
parent
1b421d0cc0
commit
45fef3573c
@ -154,7 +154,6 @@ void CompatComponent::DumpServiceObject(ofstream& fp, Service service)
|
||||
<< "\t" << "max_check_attempts" << "\t" << 1 << "\n"
|
||||
<< "\t" << "active_checks_enabled" << "\t" << 1 << "\n"
|
||||
<< "\t" << "passive_checks_enabled" << "\t" << 1 << "\n"
|
||||
<< "\t" << "check_freshness" << "\t" << 1 << "\n"
|
||||
<< "\t" << "}" << "\n"
|
||||
<< "\n";
|
||||
}
|
||||
@ -198,7 +197,7 @@ void CompatComponent::StatusTimerHandler(void)
|
||||
<< "\t" << "passive_service_checks_enabled=1" << "\n"
|
||||
<< "\t" << "active_host_checks_enabled=0" << "\n"
|
||||
<< "\t" << "passive_host_checks_enabled=0" << "\n"
|
||||
<< "\t" << "check_service_freshness=1" << "\n"
|
||||
<< "\t" << "check_service_freshness=0" << "\n"
|
||||
<< "\t" << "check_host_freshness=0" << "\n"
|
||||
<< "\t" << "enable_flap_detection=1" << "\n"
|
||||
<< "\t" << "enable_failure_prediction=0" << "\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user