Aucune description

Karsten Böddeker 28fccbb85d nodeinfo: change firmware policy il y a 6 ans
lib 28fccbb85d nodeinfo: change firmware policy il y a 6 ans
.editorconfig a90c91b4f0 update README, unify example files il y a 7 ans
.gitignore f4126537e7 rework code-struct to classes il y a 7 ans
LICENSE 84ed0af3f3 update README and add LICENSE il y a 8 ans
README.md a6cb8dcae1 README: fix trailing whitespace il y a 6 ans
alias.json.example 28fccbb85d nodeinfo: change firmware policy il y a 6 ans
config.json.example c61cc69a71 fix syntax error il y a 7 ans
ext-respondd.py 3fd79f4309 enable limit by default / add caching / add rootfs usage il y a 7 ans
ext-respondd.service.example d7ae616530 change path il y a 7 ans

README.md

respondd Status for Servers

A gluon compatible status script for respondd in python.

Dependencies

  • lsb_release
  • ethtool
  • python3.3
  • python3-netifaces
  • batman-adv

Setup

Debian-Dependencies

apt-get install python3-netifaces ethtool lsb-release

config.json

Startparameter for ext-respondd. Copy config.json.example to config.json and change it to match your server configuration. (cp config.json.example config.json)

  • batman (string) (Optional: default bat0)
  • bridge (string) (Optional: default br-client)
  • mesh-wlan (array of string) (Optional: Ad-Hoc batman-Mesh)
  • mesh-vpn (array of string) (Optional: fastd, GRE, L2TP batman-Mesh)
  • fastd_socket (string) (Optional: needed for uplink-flag)
  • rate_limit (integer) (Optional: limit incoming requests per minutes)
  • rate_limit_burst (integer) (Optional: allow burst requests)

alias.json

Aliases to overwrite the returned server data. Copy alias.json.example to alias.json and input e.g. owner information. (cp alias.json.example alias.json)

The JSON content matches one block of the nodes.json, which is outputted by e.g. the HopGlass-Server.

ext-respondd.service

Register ext-respondd as a systemd service

cp ext-respondd.service.example /lib/systemd/system/ext-respondd.service
! modify the path inside of the ext-respondd.service !
systemctl enable ext-respondd
systemctl start ext-respondd

Related projects

Collecting data from respondd:

Respondd for servers: