summaryrefslogtreecommitdiffstats
path: root/src/mon/DataHealthService.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: remove \n on clog messagesSage Weil2017-03-061-1/+1
* common: Unskew clockAdam C. Emerson2016-12-221-2/+2
* MON: optimize header file dependency.cxwshawn2016-05-201-4/+0
* mon: services: mark eventsJoao Eduardo Luis2015-07-161-0/+2
* mon: optracker (2): remove all unecessary message put()Joao Eduardo Luis2015-07-161-2/+0
* mon: optracker (1): support MonOpRequestRefJoao Eduardo Luis2015-07-161-3/+5
* mon: DataHealthService: use get_fs_stats() insteadJoao Eduardo Luis2014-09-221-22/+17
* mon: Monitor's clog/audit_clog need to accessed as pointersJoao Eduardo Luis2014-08-271-1/+1
* mon: s/%%/%/Sage Weil2014-07-301-1/+1
* Merge commit '4225e2f6c9f69682d0e7288d7809851b61a17c70'Sage Weil2014-06-251-2/+2
|\
| * mon: DataHealthService: s/mon_leveldb_size_warn/mon_data_size_warn/Joao Eduardo Luis2014-06-231-2/+2
* | mon: ensure HealthService warning(s) include a summarySage Weil2014-06-171-7/+7
* | mon: refactor check_health()Sage Weil2014-06-171-7/+2
* | mon: fix typos, punctuation for mon disk space warning(s)Sage Weil2014-06-171-3/+3
|/
* mon: Fix % escaping (\% should be %%)John Spray2014-05-081-2/+2
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-0/+1
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-1/+1
* statfs: include headers for statfs structsNoah Watkins2013-12-211-0/+8
* mon: check for sys/vfs.h existenceNoah Watkins2013-12-071-0/+5
* Use clearer "local monitor storage" in log messagesDavid Zafman2013-11-131-2/+2
* mon/DataHealthService: preserve compat of data stats dumpSage Weil2013-08-261-2/+1
* mon: DataHealthService: monitor backing store's size and report itJoao Eduardo Luis2013-08-241-1/+32
* mon: mon_types: DataStats: add 'dump(Formatter*)' methodJoao Eduardo Luis2013-08-241-7/+3
* mon/DataHealthService: do not name xml key after monSage Weil2013-07-281-1/+1
* mon: get own entity_inst_t via messenger, not monmapSage Weil2013-04-261-3/+3
* mon: fix health monitor callsSage Weil2013-04-191-18/+22
* mon: QuorumService: return health status on get_health()Joao Eduardo Luis2013-04-191-2/+10
* mon: limit warnings about low mon disk spaceSage Weil2013-04-031-3/+8
* mon: DataHealthService: log to derr instead if we're about to shutdownJoao Eduardo Luis2013-03-201-3/+2
* mon: DataHealthService: shutdown mon if failed to obtain disk statsJoao Eduardo Luis2013-03-201-5/+11
* mon: HealthMonitor: Keep track of monitor cluster's healthJoao Eduardo Luis2013-03-181-0/+211