]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_freebsd.c
Separate system.ram module
[netdata.git] / src / plugin_freebsd.c
index 0d4183dd2a839fae98b432d69c3087565ecb682b..138c1e38bf5b7a48948ca2250f7c0f83c58fb6f8 100644 (file)
@@ -26,6 +26,7 @@ static struct freebsd_module {
         { .name = "vm.stats.sys.v_swtch", .dim = "context_swtch", .enabled = 1, .func = do_vm_stats_sys_v_swtch },
         { .name = "vm.stats.vm.v_forks", .dim = "forks", .enabled = 1, .func = do_vm_stats_sys_v_forks },
         { .name = "vm.swap_info", .dim = "swap", .enabled = 1, .func = do_vm_swap_info },
+        { .name = "system.ram", .dim = "system_ram", .enabled = 1, .func = do_system_ram },
 
         // the terminator of this array
         { .name = NULL, .dim = NULL, .enabled = 0, .func = NULL }