summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2018-11-05 22:38:41 +0900
committerGitHub <noreply@github.com>2018-11-05 22:38:41 +0900
commitbc91d1624354fb63d54471ada1835f3a4d469ef8 (patch)
tree18eaeedeba7c790d1e8a312d0a0391283611d71f /collectors/python.d.plugin/Makefile.am
parenta9869d2db83a6ce580dba8c68edac6d17f20cd54 (diff)
add tor python module (#4546)
* tor: python tor module init version * tor: minor * tor: minor * tor: minor * tor: user super in __init__ * tor: do not suggest to use password by default * tor: add module to python.d.conf
Diffstat (limited to 'collectors/python.d.plugin/Makefile.am')
-rw-r--r--collectors/python.d.plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
index 5f214e436d..be8ff8b700 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -95,6 +95,7 @@ include spigotmc/Makefile.inc
include springboot/Makefile.inc
include squid/Makefile.inc
include tomcat/Makefile.inc
+include tor/Makefile.inc
include traefik/Makefile.inc
include unbound/Makefile.inc
include uwsgi/Makefile.inc