Skip to content

Commit

Permalink
Merge pull request #25 from Freifunk-Rhein-Neckar/ffda-node-whisperer
Browse files Browse the repository at this point in the history
add ffda-node-whisperer
  • Loading branch information
herbetom authored Sep 23, 2024
2 parents eb0a121 + 5d4074d commit 8a5055d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ features({
packages({
'iwinfo',
'respondd-module-airtime',
'ffda-node-whisperer',
})

-- Packages and features for devices which are not flagged as tiny
Expand Down
2 changes: 1 addition & 1 deletion modules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PACKAGES_FFRN_REPO=https://github.com/Freifunk-Rhein-Neckar/ffrn-packages.git
PACKAGES_FFRN_COMMIT=b50c8ff1616b80dc0180adbee0b578c97ae4d0b6

PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git
PACKAGES_COMMUNITY_COMMIT=df6e490bc0f7ea5228a7f39cbd0a08e9ec804578
PACKAGES_COMMUNITY_COMMIT=39a38b6f3b530607fa70114dad80434457ecf5e0
15 changes: 15 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,19 @@
},
},
},

node_whisperer = {
enabled = true,
information = {
'hostname',
'node_id',
'uptime',
'site_code',
'domain',
'system_load',
'firmware_version',
'batman_adv',
},
},

}

0 comments on commit 8a5055d

Please sign in to comment.