public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/kevinclark/god.git

kevinclark's god Feed   feed

kevinclark committed to kevinclark/god 3 months ago

a74780fca54642e7687a79e7f165b58587c9710a

Don't error out in SlashProcPoller if the process went away

kevinclark committed to kevinclark/god 3 months ago

47dd886dcb946c96cf1633b005a8f7ded1deeaf2

Update history, bump version to 0.7.7

kevinclark committed to kevinclark/god 5 months ago

4f12e1ceb12a9da7444a4de3572b3288f623276b

Fix args to percent_memory

kevinclark committed to kevinclark/god 5 months ago

57bd329169794773b962e631d239cf3c8a3ed9de

Fix method names in SlashProcPoller

kevinclark committed to kevinclark/god 5 months ago

4bd501221b1568d769d900f60d36d6c0b264350b

Fix args for pollers, initialize class var

kevinclark committed to kevinclark/god 5 months ago

ba98fdce987aa50fe840a2cafd5f1f4e6e0815aa

Merge branch 'master' into proc_fs

kevinclark committed to kevinclark/god 5 months ago

582fca91f5dde41339522299835639d82d10a576

Merge branch 'master' of git://github.com/mojombo/god

kevinclark committed to kevinclark/god 5 months ago

466dbc3416c15c7f968f3012aa23904e157ad50f

Split System::Process into ps and /proc based pollers

Bertg committed to kevinclark/god 5 months ago

15f0ceeef36e49eb51d6efcc7ed4df7b6a03d14f

Allowing directories to be loaded at start

Bertg committed to kevinclark/god 5 months ago

f43bb13ed51dad95d6ba51de9fe80979d81df0b4

Changed version number to 0.7.3, referenced github repo and external stylesheet

mojombo committed to kevinclark/god 5 months ago

886f281595c2d8dbeeae12b7ba700922b0dc8fbe

use Process.kill(0, ...) instead of shelling out

kevinclark committed to kevinclark/god 6 months ago

87c194332a77399b96efec701a242a0df16778d8

Don't leak events on error in the kqueue handler