summaryrefslogtreecommitdiff
path: root/src/rabbit_alarm.erl
Commit message (Expand)AuthorAgeFilesLines
* s/bool()/boolean() in type specsbug21714Matthias Radestock2009-09-301-1/+1
* New branch for bug 20013bug20013Matthew Sackman2009-08-191-25/+27
* wait foreverbug20546Matthias Radestock2009-04-011-1/+2
* CosmeticBen Hood2009-01-081-4/+4
* enable memory alarms by default on linuxbug20020Matthias Radestock2009-01-061-3/+11
* don't react to memory alarms when memory_alarms is falsebug20019Matthias Radestock2008-12-161-7/+18
* provide an easy way to turn off memory alarmsbug19987Matthias Radestock2008-12-111-52/+57
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* some more tidying upbug19852Matthias Radestock2008-11-281-15/+12
* cosmetic changes and a tiny bit of refactoringMatthias Radestock2008-11-281-40/+38
* Support get / set_check_interval and simplify starting.Simon MacMullen2008-11-271-23/+22
* Rename rabbit_linux_memory to rabbit_memsup_linuxSimon MacMullen2008-11-271-1/+1
* re-indentation + minor refactoringMatthias Radestock2008-11-261-28/+45
* Rearrange the startup so we only start rabbit_linux_memory if there is no mem...Simon MacMullen2008-11-261-31/+33
* Matthias has pointed out the existence of whereis/1.Simon MacMullen2008-11-261-4/+2
* Only start memsup if it is not already running.Simon MacMullen2008-11-261-6/+13
* Merge default (effectively undoing bug19790...)Simon MacMullen2008-11-251-16/+1
* Make comments a bit clearerSimon MacMullen2008-11-251-16/+33
|\
| * Start memsup programmatically rather than starting as standard and thenSimon MacMullen2008-11-251-7/+10
| * First pass at a simple memory supervisor for Linux.Simon MacMullen2008-11-251-15/+29
* | react to memory threshold breaches present at startupbug19790Matthias Radestock2008-11-131-2/+17
|/
* fix signaturebug19468Matthias Radestock2008-11-041-1/+2
* make rabbit_alarm usableMatthias Radestock2008-10-161-5/+35
* cosmeticMatthias Radestock2008-10-161-1/+1
* branch off for effect-less alarm handlingMatthias Radestock2008-10-161-2/+15
* beginnings of reacting to low memory conditionsMatthias Radestock2008-10-041-0/+82