From c1aa20b706c48bcf07aa2cd0836246b89686e9b0 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 4 Nov 2013 00:17:27 +0100 Subject: [PATCH] removed old config vars from core, they are cmd args since some time --- examples/minimal.json | 3 --- examples/stress.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/minimal.json b/examples/minimal.json index 0b1063d..29ff85a 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -38,9 +38,6 @@ }, "core":{ "instance_name": "Master Monitor 01 (monitor01.linspector.org)", - "max_logfile_size": 1024000, - "max_logfile_count": 4, - "max_worker_threads": 1000, "threshold_handling": "reset", "shutdown_wait": "False", "members":[ "linspector", "root" ], diff --git a/examples/stress.json b/examples/stress.json index 03456c8..09f9794 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -301,9 +301,6 @@ }, "core":{ "instance_name": "Master Monitor 01 (monitor01.linspector.org)", - "max_logfile_size": 1024000, - "max_logfile_count": 4, - "max_worker_threads": 1000, "threshold_handling": "reset", "shutdown_wait": "False", "members":[ "linspector", "root" ],