summaryrefslogtreecommitdiffstats
path: root/src/mon/HealthMonitor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon/HealthMonitor: split prepare_health_checks() into smaller functionsKefu Chai2020-12-111-0/+4
* mon/HealthMonitor: mark non-public methods "private"Kefu Chai2020-12-111-9/+8
* mon: store a reference as member variableKefu Chai2020-12-061-1/+1
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-5/+5
* mon/HealthMonitor: move get_health_status()Sage Weil2019-08-151-3/+7
* mon/HealthMonitor: add gather_all_health_checks helperSage Weil2019-08-151-0/+2
* mon/HealthMonitor: expire mutes based on ttlSage Weil2019-08-151-0/+1
* mon/HealthMonitor: implement mute and unmount commandsSage Weil2019-08-151-0/+3
* mon/HealthMonitor: maintain list of mutesSage Weil2019-08-151-0/+5
* mon: remove futile class forward declarationYao Zongyou2019-01-311-3/+0
* mon: more constnessKefu Chai2017-09-151-1/+1
* mon: remove OldHealthMonitorSage Weil2017-09-061-5/+0
* mon: remove legacy get_health infrastructureSage Weil2017-09-061-5/+0
* mon/HealthMonitor: trigger a proposal if stat updatedKefu Chai2017-07-211-1/+0
* mon: new health check frameworkSage Weil2017-07-121-0/+71
* mon: HealthMonitor -> OldHealthMonitorSage Weil2017-07-121-66/+0
* mon: remove Formatter arg to QuorumService::get_health()Sage Weil2017-07-121-2/+1
* mon: add override in headersliuchang08122017-03-021-1/+1
* mon/HealthMonitor: remove unneeded includeMichal Jarzabek2016-09-191-15/+3
* mon/HealthMonitor: add override to virtual functsMichal Jarzabek2016-08-031-12/+12
* MON: optimize header file dependency.cxwshawn2016-05-201-5/+2
* mon: optracker (1): support MonOpRequestRefJoao Eduardo Luis2015-07-161-1/+1
* mon: refactor check_health()Sage Weil2014-06-171-2/+3
* mon: fix leak of health_monitor and config_key_serviceSage Weil2013-05-301-12/+6
* mon: QuorumService: return health status on get_health()Joao Eduardo Luis2013-04-191-1/+1
* mon: HealthMonitor: Keep track of monitor cluster's healthJoao Eduardo Luis2013-03-181-0/+87