summaryrefslogtreecommitdiff
path: root/src/rabbit_disk_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* Ensure the limit field is always a number so we can't miss the need to interp...bug26241Simon MacMullen2014-06-131-10/+10
* More unique atombug25855Simon MacMullen2014-04-091-2/+2
* Make sure we have complete command output if we actually can't parse it.Simon MacMullen2014-04-091-5/+9
* Remove pointless branches found by dialyzer.Simon MacMullen2014-03-271-3/+1
* cosmetic: easier to read and keeps emacs happyMatthias Radestock2014-03-231-1/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* FAST_RATE based dynamic disk check interval.Simon MacMullen2013-09-131-25/+52
* Merge bug25689Simon MacMullen2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Integrate win32_cmd/1 into rabbit_misc:os_cmd/1, so that we have just one fun...Simon MacMullen2013-07-311-2/+1
* | Add space for clink os cmds separatelyEmile Joubert2013-07-311-1/+2
* | Work around Clink shell issueEmile Joubert2013-07-301-1/+1
|/
* 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