added "core" section .json for general configuration of linspector
This commit is contained in:
parent
d22f3b638b
commit
5f4aa7ebbc
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue