Add meta information to hbase, bosun, scollector, opentsdb
This commit is contained in:
@@ -33,4 +33,13 @@ in stdenv.mkDerivation rec {
|
||||
cp bosun $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Time series alerting framework";
|
||||
longDescription = ''
|
||||
An advanced, open-source monitoring and alerting system by Stack Exchange.
|
||||
'';
|
||||
homepage = http://bosun.org;
|
||||
license = licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,4 +24,10 @@ in stdenv.mkDerivation rec {
|
||||
cp scollector $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Collect system information and store it in OpenTSDB or Bosun";
|
||||
homepage = http://bosun.org/scollector;
|
||||
license = licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user