added "core" section .json for general configuration of linspector

This commit is contained in:
Johannes Findeisen 2013-05-24 03:52:03 +02:00
commit 5f4aa7ebbc

View file

@ -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
}
}