about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-12-04 13:12:04 +0000
committerHeikki Kallasjoki <fis@zem.fi>2018-12-04 13:12:04 +0000
commit0e9219a221201949cd0df937bea07355b6d4240b (patch)
tree4343e4b2c90947c76bac911b657f8bcedc95ddb6 /main.c
parent11766041777085ef2746aedda66bf9483a7f1892 (diff)
downloadnano-exporter-0e9219a221201949cd0df937bea07355b6d4240b.tar.gz
nano-exporter-0e9219a221201949cd0df937bea07355b6d4240b.tar.xz
nano-exporter-0e9219a221201949cd0df937bea07355b6d4240b.zip
Add the stat collector.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3670a65..ee20463 100644
--- a/main.c
+++ b/main.c
@@ -32,7 +32,7 @@
 #ifndef XCOLLECTORS
 #define XCOLLECTORS \
   X(cpu) X(diskstats) X(filesystem) X(hwmon) \
-  X(meminfo) X(network) X(textfile) X(uname)
+  X(meminfo) X(network) X(stat) X(textfile) X(uname)
 #endif
 
 #define X(c) extern const struct collector c##_collector;