aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
...
* 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>
* debootstrap: fix wrong source MD5Daniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* debootstrap: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* muninlite: correctly parse ifname with - charJonathan McCrohan2015-04-21
| | | | | | | | | Rewrote Jo-Philipp Wich's patch so it applies to source files rather than generated files. Closes #701 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* zabbix: fix wifi.ifdiscovery UserParameter (zabbix-extra-wifi)Etienne CHAMPETIER2015-04-16
| | | | | | we don't use uci anymore (only ubus and iwinfo) Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* monit: update to 5.12.2Etienne CHAMPETIER2015-04-10
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* debootstrap: bump version (again)Daniel Golle2015-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Revert "debootstrap: bump version"Peter Wagner2015-03-25
| | | | This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
* debootstrap: bump versionDaniel Golle2015-03-24
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #1067 from kissg1988/sudoSteven Barth2015-03-23
|\ | | | | sudo: updated to 1.8.13
| * sudo: updated to 1.8.13Gergely Kiss2015-03-23
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | zabbix: update to 2.4.4Etienne CHAMPETIER2015-03-10
| | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | monit: update to 5.12.1Etienne CHAMPETIER2015-03-10
|/ | | | | | | refresh patches run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* sudo: update to version 1.8.12Gergely Kiss2015-02-14
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* muninlite: revert "correctly parse ifname with - char"Jonathan McCrohan2015-02-12
| | | | | | | | | | | | This reverts commit edcad492e115e012366b41350e9cd3032bda832e. Patch is broken and breaking build; reverting until I have time to investigate. Reopens #701 Closes #889 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: fix uptime should report days patchJonathan McCrohan2015-02-12
| | | | | | | | | 1295d87 failed to remove cdef config which will break graphs for existing users. Properly closes #810 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: correctly parse ifname with - charFabio Capriati2015-02-07
| | | | | | | | | Jonathan McCrohan: Squashed Fabio Capriati and Jo-Philipp Wich's patches. Closes #701 Signed-off-by: Fabio Capriati <faxcpr@tiscali.it> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: uptime should report days, not seconds.Craig Gallek2015-01-29
| | | | | | | | | upstream bug: https://sourceforge.net/p/muninlite/patches/8/ Closes #810 Signed-off-by: Craig Gallek <cgallek@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* monit: update to 5.11Etienne CHAMPETIER2015-01-29
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 2.4.3Etienne CHAMPETIER2014-12-26
| | | | | | run-tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* debootstrap: depends on arDaniel Golle2014-12-18
| | | | | | debootstrap uses ar to decompress .deb packages Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* sudo: use hardcoded /var/lib instead of getting from compiling host ↵Julen Landa Alustiza2014-12-17
| | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>