collectd 4.9.1
A daemon which collects system performance statistics periodically.
This commit is contained in:
parent
7ff9f2e04e
commit
9e46d77f65
1 changed files with 12 additions and 0 deletions
12
Formula/collectd.rb
Normal file
12
Formula/collectd.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Collectd <Formula
|
||||
url 'http://collectd.org/files/collectd-4.9.1.tar.bz2'
|
||||
homepage 'http://collectd.org/'
|
||||
md5 '5753496651c8c84afaea1fe290876bfc'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue