From 2e6d26bafd5ce00b47d098a045a1d9c4f2d84936 Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Thu, 13 Dec 2018 18:48:26 +0200 Subject: Move power supply python module to proc plugin (#4960) * Add power supply module * Use linked list * Add charts for all properties * Organize charts menu * Fix line endings * Keep files open * Add options for chart disabling * Final cleanup * Add documentation, disable python module * Fix file attributes * Mark python module as obsolete * Allow symbolic links to power source directories --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e1828cf2f0..c7b072667e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,6 +270,7 @@ PROC_PLUGIN_FILES = \ collectors/proc.plugin/sys_devices_system_edac_mc.c \ collectors/proc.plugin/sys_devices_system_node.c \ collectors/proc.plugin/sys_fs_btrfs.c \ + collectors/proc.plugin/sys_class_power_supply.c \ $(NULL) TC_PLUGIN_FILES = \ -- cgit v1.2.3