summaryrefslogtreecommitdiffstats
path: root/collectors/macos.plugin/macos_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/macos.plugin/macos_sysctl.c')
-rw-r--r--collectors/macos.plugin/macos_sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/macos.plugin/macos_sysctl.c b/collectors/macos.plugin/macos_sysctl.c
index 6b443c04a..a8af72e69 100644
--- a/collectors/macos.plugin/macos_sysctl.c
+++ b/collectors/macos.plugin/macos_sysctl.c
@@ -279,7 +279,7 @@ int do_macos_sysctl(int update_every, usec_t dt) {
, "swap"
, NULL
, "System Swap"
- , "MB"
+ , "MiB"
, "macos"
, "sysctl"
, 201
@@ -965,7 +965,7 @@ int do_macos_sysctl(int update_every, usec_t dt) {
}
}
}
-
+
// --------------------------------------------------------------------
if (likely(do_ip6_packets || do_ip6_fragsout || do_ip6_fragsin || do_ip6_errors)) {