From 0b7ba99b5e344620ea3f1e633ba574590b9eda82 Mon Sep 17 00:00:00 2001 From: Adrien Mahieux Date: Mon, 21 Oct 2019 09:51:46 +0200 Subject: [collector/proc.plugin] Add /proc/pagetypeinfo parser (#6843) * [proc.plugin/proc_pagetypeinfo] Initial commit * [Fix] Generate graphs for pagetypeinfo * [Fix] Create node/zone/type graphs * [Fix] Use directly size and order * [Add] Configuration handling * [Imp] Changed SetId to identify NodeNumber * [Fix] Standard name for chart priority and value * [Fix] use dynamic pagesize * [Enh] allow prefix for containerized netdata * [Fix] global system graph always on, but for explicit no * [Fix] Add more checks for pageorders_cnt and really use it * [Enh] Special config value of netdata_zero_metrics_enabled * [Fix] Check we parsed at least a valid line --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d9da7b8a0b..ccd26d1f7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,6 +262,7 @@ PROC_PLUGIN_FILES = \ collectors/proc.plugin/proc_softirqs.c \ collectors/proc.plugin/proc_loadavg.c \ collectors/proc.plugin/proc_meminfo.c \ + collectors/proc.plugin/proc_pagetypeinfo.c \ collectors/proc.plugin/proc_net_dev.c \ collectors/proc.plugin/proc_net_ip_vs_stats.c \ collectors/proc.plugin/proc_net_netstat.c \ -- cgit v1.2.3