On a freshly installed nautilus cluster (i.e. 14.2.2), the default values are:
mon_health_to_clog_interval = 3600
mon_health_to_clog_tick_interval = 60.000000
Fixes: https://tracker.ceph.com/issues/41403
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
log (a non-positive number disables it). If current health summary
is empty or identical to the last time, monitor will not send it
to cluster log.
-:Type: Integer
-:Default: 3600
+:Type: Float
+:Default: 60.000000
``mon health to clog interval``
send the summary to cluster log no matter if the summary changes
or not.
:Type: Integer
-:Default: 60
+:Default: 3600