From 5f4aa7ebbc25317ee0ac3678c7c1eecefea5d7fe Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 May 2013 03:52:03 +0200 Subject: [PATCH] added "core" section .json for general configuration of linspector --- linspector.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linspector.json b/linspector.json index 7b7ff7c..4aa0e53 100644 --- a/linspector.json +++ b/linspector.json @@ -208,5 +208,10 @@ } }, "layouts": {"production": {"hostgroups": ["all", "hanez", "network"], "enabled": true}, - "lazy": {"hostgroups": ["hanez", "ruff"], "enabled": false}} + "lazy": {"hostgroups": ["hanez", "ruff"], "enabled": false} + }, + "core": { + "max_logfile_size": 1024000, + "max_logfile_count": 4 + } }