diff --git a/image-customization.lua b/image-customization.lua index ba48b14..a4d4720 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -23,6 +23,7 @@ packages({ 'iwinfo', 'respondd-module-airtime', 'ffda-ssh-manager', + 'ffda-node-whisperer', }) -- Packages and features for devices which are not flagged as tiny diff --git a/site.conf b/site.conf index 8dcd988..aa4dc5c 100644 --- a/site.conf +++ b/site.conf @@ -19,6 +19,20 @@ } }, + node_whisperer = { + enabled = true, + information = { + 'hostname', + 'node_id', + 'uptime', + 'site_code', + 'domain', + 'system_load', + 'firmware_version', + 'batman_adv' + } + }, + ssh_manager = { defaults = { enabled = false,