From 774a4dbf81564bf73ec73d456f21e3c08b2acb4d Mon Sep 17 00:00:00 2001 From: Richard Elling Date: Sun, 4 Oct 2020 15:04:18 -0700 Subject: [PATCH] rebased Signed-off-by: Richard Elling --- cmd/zpool_influxdb/telegraf.d/README.md | 2 +- tests/runfiles/common.run | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/zpool_influxdb/telegraf.d/README.md b/cmd/zpool_influxdb/telegraf.d/README.md index 72b13d1a2688..74f411a15d34 100644 --- a/cmd/zpool_influxdb/telegraf.d/README.md +++ b/cmd/zpool_influxdb/telegraf.d/README.md @@ -1,7 +1,7 @@ This directory contains sample telegraf configurations for adding `zpool_influxdb` as an input plugin. Depending on your telegraf configuration, the installation can be as simple as -copying one of these to the `/etc/telegraf/telegraf.d` directory +copying one of these to the `/etc/telegraf/telegraf.d` directory and restarting `systemctl restart telegraf` See the telegraf docs for more information on input plugins. diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index a29578b362f9..df6a973b9423 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -900,3 +900,6 @@ tests = ['l2arc_arcstats_pos', 'l2arc_mfuonly_pos', 'persist_l2arc_006_pos', 'persist_l2arc_007_pos', 'persist_l2arc_008_pos'] tags = ['functional', 'l2arc'] +[tests/functional/zpool_influxdb] +tests = ['zpool_influxdb'] +tags = ['functional', 'zpool_influxdb']