diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-05-23 20:40:26 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-05-23 20:40:26 +0200 |
commit | 1b950a0077d3ed1bffda134e4d224dc3c6176819 (patch) | |
tree | 6e0b44b639790485cc914acc4ee8b599b429e220 /Makefile | |
parent | 50bf438bf8a82f5af4e531e3e998e3df2b63393f (diff) | |
download | nano-exporter-1b950a0077d3ed1bffda134e4d224dc3c6176819.tar.gz nano-exporter-1b950a0077d3ed1bffda134e4d224dc3c6176819.tar.xz nano-exporter-1b950a0077d3ed1bffda134e4d224dc3c6176819.zip |
add timex collector
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 614b943..e02292a 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ COLLECTORS += netdev COLLECTORS += loadavg COLLECTORS += stat COLLECTORS += textfile +COLLECTORS += timex COLLECTORS += uname # compile settings |