Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Add obsess_over_hosts paramter in main centengine configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Mutel authored and ganoze committed Oct 10, 2017
1 parent f72299b commit 38898d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/class/config-generate/engine.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class Engine extends AbstractObject {
auto_reschedule_checks,
use_aggressive_host_checking,
soft_state_dependencies,
obsess_over_services,
obsess_over_services,
obsess_over_hosts,
process_performance_data,
host_perfdata_file_mode,
service_perfdata_file_mode,
Expand Down Expand Up @@ -253,7 +254,8 @@ class Engine extends AbstractObject {
'auto_reschedule_checks',
'use_aggressive_host_checking',
'soft_state_dependencies',
'obsess_over_services',
'obsess_over_services',
'obsess_over_hosts',
'process_performance_data',
'host_perfdata_file_mode',
'service_perfdata_file_mode',
Expand Down

0 comments on commit 38898d1

Please sign in to comment.