seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

recipes-networking/net-snmp: refactor net-snmp #109

Closed dupremathieu closed 1 year ago

dupremathieu commented 1 year ago

Seperate net-snmp from SEAPATH configuration. Run snmp server as snmp user. Import snmp_diskusage.sh from Debian SEAPATH to report VM disks spaces. Install SNMP's scripts in /lib/libexec instead of /usr/bin. Create seperate package for cluster and virtulization scripts. Remove kvm and virtulization DISTRO_FEATURE in seapath-guest.

Signed-off-by: Mathieu Dupré mathieu.dupre@savoirfairelinux.com