nixos/do-agent: Update description
This commit is contained in:
parent
74e1d473ed
commit
1745ab38a0
@ -19,9 +19,11 @@ buildGoModule rec {
|
||||
modSha256 = "0ydjwxdkcz0blpzwapiaq66vh7nrcg4j91z6h7v4ynnw2rgp7pmy";
|
||||
|
||||
meta = with lib; {
|
||||
description = ''
|
||||
Collects system metrics from a DigitalOcean Droplet (on which the program
|
||||
runs) and sends them to DigitalOcean
|
||||
description = "DigitalOcean droplet system metrics agent";
|
||||
longDescription = ''
|
||||
do-agent is a program provided by DigitalOcean that collects system
|
||||
metrics from a DigitalOcean Droplet (on which the program runs) and sends
|
||||
them to DigitalOcean to provide resource usage graphs and alerting.
|
||||
'';
|
||||
homepage = https://github.com/digitalocean/do-agent;
|
||||
license = licenses.asl20;
|
||||
|
Loading…
x
Reference in New Issue
Block a user