summaryrefslogtreecommitdiff
path: root/src/rabbit_disk_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* Cache the result of the external commandbug25490Simon MacMullen2013-03-141-3/+4
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* 1MB = 1000000B for disksbug25154Matthias Radestock2012-09-171-1/+1
* correct disk space log message and remove ambiguityMatthias Radestock2012-09-171-5/+5
* `rabbit_alarm' on its own again, added callbacks to fhc and `vm_memory_monitor'Francesco Mazzoli2012-07-131-2/+2
* do not take place of `alarm_handler', just pretty print what we're interested inFrancesco Mazzoli2012-07-121-2/+2
* let `rabbit_alarm' handle everything in place of `alarm_handler'Francesco Mazzoli2012-07-111-2/+2
* Default to 1GB limit, check every 10s.bug24992Simon MacMullen2012-06-191-1/+1
* Report more clearly when we fail to monitor disk space on an unsupported plat...Simon MacMullen2012-06-141-2/+2
* Cosmetic-ish: no need to pre-compile the RE, and use character class rather t...bug24958Simon MacMullen2012-05-281-3/+2
* Parse disk free space in a language-independent mannerEmile Joubert2012-05-251-2/+4
* Report error better in case disk free check failsbug24909Emile Joubert2012-04-261-2/+2
* Correct disk free checking command on windowsEmile Joubert2012-04-261-1/+1
* Better platform support detection for disk free space checkEmile Joubert2012-03-291-1/+1
* Separate alarm from disk monitor and disk free status reportingEmile Joubert2012-03-281-5/+14
* LanguageEmile Joubert2012-03-281-3/+3
* Rename disk_monitorEmile Joubert2012-03-261-0/+187