aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
| * | | | prometheus-node-exporter-lua: rework cpu collectorEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace 2 string.match and 1 string.gmatch (space_split) by 1 string.match Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: use io.lines(), remove line_splitEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: split out nat_traffic and netstatEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nat_traffic is too verbose to be really useful by default netstat is broken by default on OpenWrt/LEDE Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: put wifi collector in 2 separate packagesEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allow to remove libubus-lua/libiwinfo-lua dependency from main package this also allow to have different scrape_interval Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> split stations Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: make it modularEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As prometheus-node-exporter-lua is a reimplementation of node_exporter, I'm using "collector" instead of "scraper" and renaming some collectors put each collector in a separate file report collector success/failure and duration per scrape (follow https://github.com/prometheus/node_exporter/pull/516) allow to filter collectors using "collect[]" params (see https://github.com/prometheus/node_exporter#filtering-enabled-collectors) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: rewrite wifi scraperEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my bullet m2, scrape duration goes from between 0.2 and 0.5 to a stable 0.025 We also don't depend on luci anymore This remove wifi_network_up metric, but this metric was buggy wifi_network_up{ifname="wlan0-1",ssid="test1",channel="11",mode="Master",bssid="12:34:56:78:9A:BC",country="FR",frequency="2.462"} 1 wifi_network_up{ifname="radio0.network2",ssid="test1",channel="11",mode="Master",country="US",frequency="2.462"} 0 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: fix nat scraperEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: improve node_uname_infoEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing on a bullet m2, uname collector was taking on average 0.12 it now takes 0.0007 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: respond with HTTP/1.0Etienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also reduce calls to output() Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | prometheus-node-exporter-lua: send stdout/stderr to logreadEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | zoneinfo: Updated to the latest releaseVladimir Ulrich2018-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | rtty: Add packageJianhui Zhao2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A reverse proxy WebTTY. It is composed of the client and the server. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | btrfs-progs: Bump to 4.14.1 + add Build/InstallDevRosen Penev2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes #5173 and bumps the version to latest. Tested on ramips (mt7621). Signed-off-by: Eugene Chekanskiy <echekanskiy@gmail.com> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5421 from alive4ever/mksh-r56bHannu Nyman2018-01-19
|\ \ \ \ \ | | | | | | | | | | | | utils/mksh: update to r56b
| * | | | | mksh: update to r56bAlif M. Ahmad2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to mksh-r56b Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | utils/collectd: Re-add option to enable encrypted network outputJonathan McDowell2018-01-17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The collectd network plugin has the ability to sign and/or encrypt its traffic, allowing secure interaction with other collectd instances. This had been disabled due to issues with the collectd build system. Fix up the configure parameters to work correctly and re-add the option. Signed-off-by: Jonathan McDowell <noodles@earth.li>
* | | | | Merge pull request #5231 from pprindeville/lm-sensors-add-init.dJo-Philipp Wich2018-01-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | lm-sensors add init.d
| * | | | lm-sensors: add init scriptPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sensors -s" needs to happen at boot-time so that any "set" statements in sensors.conf file can take effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | procps-ng: use alternatives to coexist with busybox appletsYousong Zhou2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes FS#699 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | cryptodev-linux: bump to latest git 2017-10-04Lucian Cristian2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix kernel > 4.13 compilation Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #5397 from diizzyy/utils-pcsc-toolsHannu Nyman2018-01-10
|\ \ \ \ \ | | | | | | | | | | | | pcsc-tools: remove myself as maintainer
| * | | | | pcsc-tools: remove myself as maintainerDaniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #5398 from diizzyy/utils-tioHannu Nyman2018-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils/tio: Update to 1.28
| * | | | | | utils/tio: Update to 1.28Daniel Engberg2018-01-09
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update tio to 1.28 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | slide-switch: update to latest versionJeffery To2018-01-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | nano: update to 2.9.2Hannu Nyman2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | lvm2: update to version 2.02.177Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pcsc-lite: update to version 1.8.23Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename uhttpd config from xupnpd to dump1090 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dmidecode: update to v3.1Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | flashrom: update to v0.9.9.1Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | pciutils: update to v3.5.6Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | minicom: update to v2.7.1Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | tar: update to v1.30Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | nano: update to 2.9.1Hannu Nyman2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update nano to 2.9.1 (and drop the unnecessary upstream patch) * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | netwhere: fix memory corruption problemBen Smith2017-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: brcm47xx, OpenWRT rb8edaf4 Run tested: brcm47xx, ASUS RT-N16, DESIGNATED DRIVER (Bleeding Edge, 5014x5) Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* | | | | | Merge pull request #5308 from TimelessNL/add_digitempMichael Heimpold2017-12-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | digitemp: reintroduce package
| * | | | | | digitemp: reintroduce packageJasper Scholte2017-12-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reintroduces digitemp from the "old unmaintained" repository: http://git.openwrt.org/?p=packages.git;a=tree;f=utils/digitemp;hb=HEAD Updated to v3.7.1 and based on github as mentioned here: https://www.digitemp.com/software.shtml Set myself as maintainer. Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | | | | Merge pull request #5307 from TimelessNL/add_rtl_433Philip Prindeville2017-12-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | rtl_433: add package
| * | | | | | rtl_433: add packageJasper Scholte2017-12-21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add the rtl_433 package. The project can be found: https://github.com/merbanan/rtl_433 It is based on a recent trunk since the latest release is negligible. Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* / / / / / watchcat: bump release due to 8e1e4d7d2d2bfe88c1b14a8e844222278e12fcccNuno Goncalves2017-12-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | Merge pull request #5291 from pprindeville/acpica-unix-update-20171215Philip Prindeville2017-12-17
|\ \ \ \ \ | | | | | | | | | | | | acpica-unix: update to 20171215
| * | | | | acpica-unix: update to 20171215Philip Prindeville2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #5271 from jow-/introduce-setserialPhilip Prindeville2017-12-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | setserial: introduce package
| * | | | | setserial: introduce packageJo-Philipp Wich2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This packages setserial, the standard Linux program for setting serial device attributes such as baud rate, flow control etc. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | lsof: reproducible buildMaxim Storchak2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clear build host and user info - clear compiler flags - set date to SOURCE_DATE_EPOCH Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | unrar: Update to latest version (5.5.8)Ted Hess2017-12-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11-Aug-2017 version fixes outstanding CVE's. CVE-2012-6706, CVE-2017-12942, CVE-2017-12941, CVE-2017-12940 and CVE-2017-12938 Signed-off-by: Ted Hess <thess@kitschensync.net>