Skip to content

Commit

Permalink
site: add node-whisperer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Apr 15, 2024
1 parent 91c9343 commit 76725e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76725e7

Please sign in to comment.