summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2018-11-12 23:47:04 +0900
committerGitHub <noreply@github.com>2018-11-12 23:47:04 +0900
commite448530a3e712f2b503ddc9c0d6ebb9cd7426dd0 (patch)
tree2867196e6f356b7dac6ccee94ab1e6e326ff52c5 /collectors/python.d.plugin/Makefile.am
parent7143226adec3b84e11e5b19f1ce61ded761d0915 (diff)
nvidia_smi: init version added (#4589)
* nvidia_smi: init version added * Update nvidia_smi.chart.py * nvidia_smi: don't use __bool__ for checking xml parse result
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 be8ff8b700..137f9f2291 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -74,6 +74,7 @@ include monit/Makefile.inc
include mysql/Makefile.inc
include nginx/Makefile.inc
include nginx_plus/Makefile.inc
+include nvidia_smi/Makefile.inc
include nsd/Makefile.inc
include ntpd/Makefile.inc
include ovpn_status_log/Makefile.inc