diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-02-08 15:09:09 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-02-08 15:09:09 +0000 |
commit | a9047dbddf9b6d3e2e2656c656e7845d86a4edce (patch) | |
tree | 8c23bac828118e9ec28b8968d1c306e06c5b7883 /debian | |
parent | 8a8d363d65cab77f2617a3519471c856e92342db (diff) | |
download | vyos-1x-a9047dbddf9b6d3e2e2656c656e7845d86a4edce.tar.gz vyos-1x-a9047dbddf9b6d3e2e2656c656e7845d86a4edce.zip |
monitoring: T3872: Add required telegraf version >=1.20
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8cafd8257..7706c6523 100644 --- a/debian/control +++ b/debian/control @@ -130,6 +130,7 @@ Depends: ssl-cert, sudo, systemd, + telegraf (>= 1.20), tcpdump, tcptraceroute, telnet, |