aredn/configs
Tim Wilkinson 291ba2d012
Prometheus Metrics (#797)
* Basic memory, filesystem, cpu and networking

* Split metrics out

* Run hourly metrics tasks if people are actively gathering metrics

* Hourly metrics

* Add LQM metrics

* Fixes

* OLSR link info

* Improve error handling

* Basic node details

* Add bitrates and ping times

* Remove periodic tasks

* Migrate metrics to package

* Metrics config file
2023-04-20 18:34:52 -07:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Support for NanoBeam AC 5 Gen 2 (XC) 2023-03-29 14:52:43 -07:00
ath79-mikrotik-ath10k.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -06:00
ath79-mikrotik-nand.config Add QRT5 support (#688) 2023-01-29 21:22:53 -06:00
ath79-mikrotik.config Mikrotik SXT Lite2 support 2023-04-10 10:25:29 -07:00
ath79-nand.config Remove ar300m nand and nor builds which are causing confusion (#798) 2023-04-19 21:19:28 -05:00
ath79-tiny.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
common.config Prometheus Metrics (#797) 2023-04-20 18:34:52 -07:00
ipq40xx-mikrotik.config Split the various Mikrotik radios into their individual variants (#677) 2023-01-26 15:34:48 -06:00

README

How to update AREDN config files

1) do (or start) an AREDN build, e.g. "make MAINTARGET=ipq40xx SUBTARGET=mikrotik"
2) from ./openwrt directory, "make menuconfig"
3) update config options via the menu and save
4) capture the updated config, from ./openwrt directory, e.g.:
    "./scripts/diffconfig.sh > ../configs/ipq40xx-mikrotik.config"

Notes:
1) adding the same option to every MAINTARGET-SUBTARGET.config file is
    done one at a time.
2) It can be very difficult to manually determine compatible dependencies
    of config options.
3) Not recommended to manually update the MAINTARGET-SUBTARGET.config
    file.  If you do, append the setting at the end (will take 
    precendent).