diff options
author | Christian Breunig <christian@breunig.cc> | 2024-10-05 10:29:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 10:29:40 +0200 |
commit | ed873d845372430a8bd96126ac93da1ad599ceb3 (patch) | |
tree | fee0d2f5f843fa2893b926de1d68da6c4fa3ab21 | |
parent | 5a59d8529c56f844c6dc62ffa6377280f01bcec1 (diff) | |
parent | 1601ede1ecc1fdfae2170fa1fdb3f9715eade6a7 (diff) | |
download | vyos-1x-ed873d845372430a8bd96126ac93da1ad599ceb3.tar.gz vyos-1x-ed873d845372430a8bd96126ac93da1ad599ceb3.zip |
Merge pull request #4130 from c-po/node-exporter-fix
Debian: T973: add missing dependency on node-exporter package
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f8cfb876c..15fb5d72e 100644 --- a/debian/control +++ b/debian/control @@ -235,6 +235,9 @@ Depends: squidclient, squidguard, # End "service webproxy" +# For "service monitoring node-exporter" + node-exporter, +# End "service monitoring node-exporter" # For "service monitoring telegraf" telegraf (>= 1.20), # End "service monitoring telegraf" |