Up the sub_collection_warn default value to 6

Change-Id: Ia8cac81cc9b0679c53ec8101db63a9a80d13a221
This commit is contained in:
Michael James Hoppal 2016-04-05 13:06:20 -06:00
parent b43eae1179
commit 6be2ba9700
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Main:
check_freq: {args.check_frequency}
# Threshold value for warning on collection time of each check (in seconds)
sub_collection_warn: 5
sub_collection_warn: 6
# Collector restart interval (in hours)
collector_restart_interval: 24

View File

@ -50,7 +50,7 @@ class Config(object):
'skip_ssl_validation': False,
'autorestart': True,
'non_local_traffic': False,
'sub_collection_warn': 5,
'sub_collection_warn': 6,
'collector_restart_interval': 24},
'Api': {'is_enabled': False,
'url': '',