Skip to content

Commit 76725e7

Browse files
committed
site: add node-whisperer configuration
1 parent 91c9343 commit 76725e7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

image-customization.lua

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ packages({
2323
'iwinfo',
2424
'respondd-module-airtime',
2525
'ffda-ssh-manager',
26+
'ffda-node-whisperer',
2627
})
2728

2829
-- Packages and features for devices which are not flagged as tiny

site.conf

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
}
2020
},
2121

22+
node_whisperer = {
23+
enabled = true,
24+
information = {
25+
'hostname',
26+
'node_id',
27+
'uptime',
28+
'site_code',
29+
'domain',
30+
'system_load',
31+
'firmware_version',
32+
'batman_adv'
33+
}
34+
},
35+
2236
ssh_manager = {
2337
defaults = {
2438
enabled = false,

0 commit comments

Comments
 (0)