hoardd icon indicating copy to clipboard operation
hoardd copied to clipboard

Hoardd is extensible daemon designed to collect server data and inject into Graphite/Carbon

Results 4 hoardd issues
Sort by recently updated
recently updated
newest added

It appears that the former has been deprecated a while ago. Actually the latter will be deprecated at a later point as well, so this won't keep working forever. But...

mem.total = parseInt(line.split(/\s+/)[1]) \* 1024 if line.match /^MemTotal/ must scale by 1000 instead of 1024 since 1KB = 1000 bytes (1024 bytes = 1KiB ) see http://www.iec.ch/si/binary.htm

This could be a problem of having too new mysql module but nevertheless. For some reason hoard refuses to connect to the mysql server, but a simple test from the...