nixos/do-agent: Update description

This commit is contained in:
yvt 2019-09-23 17:22:22 +09:00
parent 74e1d473ed
commit 1745ab38a0

View File

@ -19,9 +19,11 @@ buildGoModule rec {
modSha256 = "0ydjwxdkcz0blpzwapiaq66vh7nrcg4j91z6h7v4ynnw2rgp7pmy"; modSha256 = "0ydjwxdkcz0blpzwapiaq66vh7nrcg4j91z6h7v4ynnw2rgp7pmy";
meta = with lib; { meta = with lib; {
description = '' description = "DigitalOcean droplet system metrics agent";
Collects system metrics from a DigitalOcean Droplet (on which the program longDescription = ''
runs) and sends them to DigitalOcean 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; homepage = https://github.com/digitalocean/do-agent;
license = licenses.asl20; license = licenses.asl20;