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