Quote:
Originally Posted by morozovvs zmlocalconfig -e zmdisklog_critical_threshold=98
zmlocalconfig -e zmdisklog_warn_threshold=92
default values are 90% and 80% |
We have network edition 6.0.7_GA. There was no default setting for 'zmdisklog_critical_threshold' and 'zmdisklog_warn_threshold' (ie. 'zmlocalconfig | grep zmdisklog' returned empty), so I did what you wrote:
Code:
# zmlocalconfig -e zmdisklog_critical_threshold=98
# zmlocalconfig zmdisklog_warn_threshold=94
The result was this:
Code:
# zmlocalconfig | grep zmdisklog
zmdisklog_critical_threshold = 98
zmdisklog_warn_threshold = 94
But I'm still getting a 85% disk warning every 10 minutes.
Do I need to restart anything after changing these vars with 'zmlocalconfig'?
Best regards, Danilo