summarylogtreecommitdiffstats
path: root/telegraf.install
diff options
context:
space:
mode:
Diffstat (limited to 'telegraf.install')
-rw-r--r--telegraf.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/telegraf.install b/telegraf.install
new file mode 100644
index 000000000000..893c28368f5c
--- /dev/null
+++ b/telegraf.install
@@ -0,0 +1,5 @@
+post_remove() {
+ echo "Remember that the following directories aren't removed."
+ echo " -> /etc/telegraf"
+ echo " -> /var/lib/telegraf"
+}