aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
* syslog-ng: bump to 3.9.1 and fix typoPhilip Prindeville2017-02-05
| | | | | | | | | | | | | | Likewise fix default configuration to use SOCK_DGRAM and not SOCK_STREAM as we currently do. Add sha256 digest. Rather than have the users replace syslog-ng.conf (which lately is changing fairly frequently) and have them miss an important fix or improvement, instead have them localize /etc/custom-logs.conf and ship that as an empty file. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* admin/netdata: Update to 1.5.0Daniel Engberg2017-02-04
| | | | | | | | | * Update to 1.5.0 * Refresh patches * Make config file more usable out of the box * Adjust a few default settings Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #3813 from NeoRaider/hostpkgMatthias Schiffer2017-01-11
|\ | | | | Use STAGING_DIR_HOSTPKG where appropriate
| * treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #3527 from sartura/deboostrap-bumpDaniel Golle2017-01-11
|\ \ | |/ |/| debootstrap: update to version 1.0.87
| * debootstrap: update to version 1.0.87Denis Osvald2016-11-18
| | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | admin/syslog-ng: Fix accidental inclusion of libsDaniel Engberg2017-01-09
| | | | | | | | | | | | | | Disable SMTP and Redis support Error generated by buildbots. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | syslog-ng: fix various install problems such as missing plugins, etcPhilip Prindeville2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install the plugins as various functionality is no longer in the utility itself but is packaged as a .so plugin instead. Disable plugins with too many dependencies (or too exotic). Bump the version number on the config file to agree with the package's version number. Clean up any .la files from libtool. Start much earlier so that logging doesn't miss startup messages from other services. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | syslog-ng: import from oldpackagesW. Michael Petullo2017-01-06
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* netdata: Make netdata less noisy during startupDaniel Engberg2016-11-10
| | | | | | Disables proc entries that aren't available/enabled by default in LEDE/OpenWRT Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* debootstrap: add xz dependencyAlberto Bursi2016-10-22
| | | | | required to extract some packages as stated in issue https://github.com/openwrt/packages/issues/3365 Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* netdata: Streamline packageDaniel Engberg2016-10-20
| | | | | | | | | | | | | * Change maintainer to myself, asked by current maintainer * Remove atomic workaround, it's been fixed upstream in 1.4.0 * Install all plugins, disable those that depends on external applications * Remove bundled pyYAML library, use package if you want to use python plugins * Remove "unused" files in webdata directory, saves about 900k Downside is that some _very_ old browsers might break however since netdata is very heavy on javscript you still need a somewhat recent one anyway to get a decent experience. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Netdata: update to v. 1.4.0nitroshift2016-10-10
| | | | | | | | | | | Maintainer: Sebastian Careba nitroshift@yahoo.com Compile tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953 Run tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953 Description: Updated package to latest release. Signed-off-by: Sebastian Careba nitroshift@yahoo.com
* sudo: use default host install prefixMatthias Schiffer2016-10-04
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* netdata: disable atomic instructionsdiizzyy2016-09-29
| | | | | | | The auto detection is a bit dodgy and sometimes fails to identify support, disable atomic instruction for now. Fixes #3251 and bumps PKG_RELEASE Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: update to 1.3.0 and use procd initdiizzyy2016-09-28
| | | | | | | | Update to 1.3.0 Change init.d script to use procd Use release binary instead of git Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* debootstrap: update to version 1.0.83Daniel Golle2016-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* htop: update to 2.0.2Hannu Nyman2016-08-15
| | | | | | | * update htop to 2.0.2 * patch the new libtool check to match libtool version in use. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Netdata: update to 1.2.0nitroshift2016-08-11
| | | | | Also added required dependency: libuuid Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* netdata: add new packageSebastian Careba2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Netdata (https://github.com/firehol/netdata) is a real-time performance monitoring tool. This submission uses the current Git prerelease, as the latest stable (1.1.0)doesn't build cleanly. The default configuration makes a few changes for OpenWrt: - access log is disabled by default; too verbose for the circular syslog buffer, and logging to /tmp is risky memory-wise. Some sort of external device would be ideal for this. - error and debug logs are sent to OpenWrt's syslog - history and frequency times are halved to reduce memory usage, as recommended in the netdata wiki - external plugins are disabled to eliminate the dependency on bash and node.js. Those could be installed from OpenWrt packages if you wish to enable that functionality. All of those files are still present in the package. The installed size could be reduced by eliminating those files first. Signed-off-by: Claudio Leite <leitec@staticky.com> Signed-off-by: Sebastian Careba <nitroshift@yahoo.com> [squash commits, change PKG_VERSION] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 3.0.3Etienne CHAMPETIER2016-06-28
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* monit: update to 5.18Etienne CHAMPETIER2016-06-28
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* debootstrap: update to version 1.0.81Daniel Golle2016-05-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* debootstrap: update to version 1.0.80Daniel Golle2016-04-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* zabbix: update to zabbix 3.0.1Etienne CHAMPETIER2016-04-09
| | | | | | | | | | | | | | zabbix-agent doesn't exist anymore since 3.0 '-f' option (foreground) is now in zabbix-agentd 003-change-user-and-foreground.patch fixes pending issue https://support.zabbix.com/browse/ZBX-10611 you might need to update your config file to add LogType=system Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* monit: update to 5.17.1Etienne CHAMPETIER2016-03-30
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* htop: update to 2.0.1Etienne CHAMPETIER2016-03-30
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* admin/zabbix: Fix typos (found by codespell)Stefan Weil2016-03-27
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* zabbix: add missing dependency on libiconv ($(ICONV_DEPENDS))Etienne CHAMPETIER2016-03-22
| | | | | | | this fixes #2507 thanks @gilfrade and @Noltari Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* debootstrap: update to version 1.0.79Daniel Golle2016-03-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* debootstrap: update to version 1.0.78Daniel Golle2016-02-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* debootstrap: update to 1.0.75Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* muninlite: refresh patchesJonathan McCrohan2015-11-11
| | | | | | Purely cosmetic changes only. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Fix fetching data for interfaces with a dash in the nameMartin Blumenstingl2015-11-11
| | | | | | | | | | | munin-node passes the original interface name (as extracted from /proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore results in interfaces not being found anymore. Closes: #1927 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Fix parsing the available network interface namesMartin Blumenstingl2015-11-11
| | | | | Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Enable the df plugin again and fix parsing disk usageMartin Blumenstingl2015-11-11
| | | | | | | Closes: #1926 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* zabbix: enable IPv6 supportEtienne CHAMPETIER2015-10-19
| | | | | | | | | | | | | | | | | | | | | | compile tested on trunk, run tested on CC (ar71xx) size before: 96757 zabbix-agentd_2.4.6-1_ar71xx.ipk 29180 zabbix-get_2.4.6-1_ar71xx.ipk 258979 zabbix-proxy_2.4.6-1_ar71xx.ipk 35121 zabbix-sender_2.4.6-1_ar71xx.ipk 282885 zabbix-server_2.4.6-1_ar71xx.ipk size after: 97359 zabbix-agentd_2.4.6-2_ar71xx.ipk 29841 zabbix-get_2.4.6-2_ar71xx.ipk 259948 zabbix-proxy_2.4.6-2_ar71xx.ipk 35801 zabbix-sender_2.4.6-2_ar71xx.ipk 284019 zabbix-server_2.4.6-2_ar71xx.ipk original PR by Thomas Bahn <thomas-bahn@gmx.net> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* debootstrap: update to version 1.0.72Daniel Golle2015-09-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* sudo: upgrade to version 1.8.14p3Gergely Kiss2015-08-30
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* zabbix: update to 2.4.6 (and refresh patches)Etienne CHAMPETIER2015-08-23
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* monit: update to 5.14Etienne CHAMPETIER2015-07-11
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: increase PKG_RELEASEEtienne CHAMPETIER2015-07-11
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: switch zabbix_agentd to procdEtienne CHAMPETIER2015-07-11
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: add option to run daemon in foregroundEtienne CHAMPETIER2015-07-10
| | | | | | | | this will allow us to switch to procd and use jailing ... this patch come from https://support.zabbix.com/browse/ZBXNEXT-611 big thanks to Boris Manojlovic Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* sudo: preserve sudoers.d during sysupgradeAlexander Tsoy2015-07-01
| | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
* zabbix: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | | | | | | Under musl a compilation unit cannot include both linux/kernel.h and sys/sysinfo.h at the same time since that leads to a redefinition of `struct sysinfo`. Change the autoconf template to include linux/kernel.h while testing for sys/sysinfo.h to test for that conflict. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* zabbix: update to 2.4.5Etienne CHAMPETIER2015-05-27
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* monit: update to 5.13Etienne CHAMPETIER2015-05-27
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>