about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-12-15 01:13:46 +0000
committerHeikki Kallasjoki <fis+github@zem.fi>2018-12-15 01:19:43 +0000
commit66fa2c3797bae4ef0c2a2165c34020d1fe7ea6ed (patch)
tree2d1044c429359d01a6d03e9e5408b3303674a1a6 /Makefile
parenta940aeb47cf9f3c83f4e3e94d2b38f0dba9e19a0 (diff)
downloadnano-exporter-66fa2c3797bae4ef0c2a2165c34020d1fe7ea6ed.tar.gz
nano-exporter-66fa2c3797bae4ef0c2a2165c34020d1fe7ea6ed.tar.xz
nano-exporter-66fa2c3797bae4ef0c2a2165c34020d1fe7ea6ed.zip
Rename the network collector to netdev.
Resolves #14. For consistency with node_exporter, and with other
network-related collectors.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84c9068..c4b0fc6 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ COLLECTORS += diskstats
 COLLECTORS += filesystem
 COLLECTORS += hwmon
 COLLECTORS += meminfo
-COLLECTORS += network
+COLLECTORS += netdev
 COLLECTORS += stat
 COLLECTORS += textfile
 COLLECTORS += uname