summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdrien Mahieux <adrien.mahieux@gmail.com>2019-10-21 09:51:46 +0200
committerVladimir Kobal <vlad@prokk.net>2019-10-21 10:51:46 +0300
commit0b7ba99b5e344620ea3f1e633ba574590b9eda82 (patch)
treee1a7765f5ff97bb1c7ab3732174d8b250583ba67 /Makefile.am
parent3e12b4a57fcf9fec66e86a808f32e6f38f772b70 (diff)
[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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \