We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c9343 commit 76725e7Copy full SHA for 76725e7
image-customization.lua
@@ -23,6 +23,7 @@ packages({
23
'iwinfo',
24
'respondd-module-airtime',
25
'ffda-ssh-manager',
26
+ 'ffda-node-whisperer',
27
})
28
29
-- Packages and features for devices which are not flagged as tiny
site.conf
@@ -19,6 +19,20 @@
19
}
20
},
21
22
+ node_whisperer = {
+ enabled = true,
+ information = {
+ 'hostname',
+ 'node_id',
+ 'uptime',
+ 'site_code',
+ 'domain',
30
+ 'system_load',
31
+ 'firmware_version',
32
+ 'batman_adv'
33
+ }
34
+ },
35
+
36
ssh_manager = {
37
defaults = {
38
enabled = false,
0 commit comments