summaryrefslogtreecommitdiffstats
path: root/src/mon/HealthMonitor.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon: do not log MON_DOWN if monitor uptime is less than thresholdPatrick Donnelly2024-03-191-2/+7
* mon: fix health store size growing infinitelyWei Wang2024-01-291-1/+1
* mon: use wait_for_commit to replyPatrick Donnelly2023-07-211-1/+1
* mon: add exception handling to ceph health mutedradjenovic2022-11-081-5/+11
* mon: allow a MON_DOWN grace period after cluster mkfsSage Weil2021-07-151-1/+3
* common/cmdparse: return cmd option using return valueKefu Chai2021-05-221-2/+1
* mon/HealthMonitor: raise AUTH_INSECURE_GLOBAL_ID_RENEWAL[_ALLOWED]Sage Weil2021-04-061-0/+39
* mon/HealthMonitor: use timespan for mon_warn_older_version_delayKefu Chai2020-12-111-5/+8
* mon/HealthMonitor: split prepare_health_checks() into smaller functionsKefu Chai2020-12-111-70/+86
* mon: store a reference as member variableKefu Chai2020-12-061-45/+45
* osd test: Delay reporting until mon_warn_older_version_delay has passedDavid Zafman2020-11-121-0/+9
* mon: Verify version consistency across daemonsTyler2020-11-121-0/+41
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-0/+29
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-0/+2
* src/: drop cct from cmd_getval()Kefu Chai2020-01-311-8/+8
* mon: use get_req<> instead of static_cast<>(get_req())Kefu Chai2019-08-301-4/+4
* mon/HealthMonitor: remove unused labelKefu Chai2019-08-211-28/+12
* mon/HealthCheck: check mutes based on count, not parsing the summary stringSage Weil2019-08-151-9/+15
* mon/health_checks: associate a count with health_alert_tSage Weil2019-08-151-7/+8
* mon/HealthMonitor: simplify health alert dumpSage Weil2019-08-151-13/+1
* mon/HealthMonitor: allow muted alert counts to decrease but not increaseSage Weil2019-08-151-8/+37
* mon/HealthMonitor: persist summary for non-sticky mutesSage Weil2019-08-151-0/+13
* mon/HealthMonitor: move get_health_status()Sage Weil2019-08-151-0/+120
* mon/HealthMonitor: automatically clear non-sticky mutes when alert clearsSage Weil2019-08-151-0/+8
* mon/HealthMonitor: add gather_all_health_checks helperSage Weil2019-08-151-0/+7
* mon/HealthMonitor: add sticky flag to mutesSage Weil2019-08-151-0/+3
* mon/HealthMonitor: expire mutes based on ttlSage Weil2019-08-151-0/+22
* mon/HealthMonitor: implement mute and unmount commandsSage Weil2019-08-151-1/+143
* mon/HealthMonitor: maintain list of mutesSage Weil2019-08-151-0/+17
* mon/HealthMonitor: add mon_warn_on_msgr2_not_enabledSage Weil2019-02-131-0/+1
* mon/HealthMonitor: raise MON_MSGR2_NOT_ENABLED if mons not bound to msgr2Sage Weil2019-01-151-0/+21
* mon: use MonMap::get_addrs() (instead of get_addr())Sage Weil2018-12-211-1/+1
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* mon: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-7/+7
* mon: add send_mon_message() helperSage Weil2018-05-261-4/+2
* mon: change timecheck_* key to intSage Weil2018-05-261-7/+5
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* include/types: format decimal numbers with decimal factorJan Fajerski2018-04-031-5/+5
* mon: remove health serviceChang Liu2018-01-251-1/+0
* mon: Use unqualified encode/decodeAdam C. Emerson2018-01-101-4/+4
* mon: s/boost::regex/std::regex/Kefu Chai2018-01-091-9/+9
* mon: more constnessKefu Chai2017-09-151-1/+1
* mon: remove OldHealthMonitorSage Weil2017-09-061-13/+0
* mon/HealthMontior: guard propose_pending() processxie xingguo2017-07-251-4/+5
* Merge pull request #16477 from tchaikov/wip-health-monSage Weil2017-07-221-11/+15
|\
| * mon/HealthMonitor: trigger a proposal if stat updatedKefu Chai2017-07-211-11/+15
* | mon/HealthMonitor: avoid sending unnecessary MMonHealthChecks to leaderxie xingguo2017-07-211-10/+17
* | mon/HealthMonitor: fix summary of monitor clock skewxie xingguo2017-07-201-2/+1
* | mon/HealthMonitor: fix mon_warn_on_osd_down_out_interval_zero does not workxie xingguo2017-07-191-16/+17