aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
* 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>
* sudo: imported from oldpackages repo, updated to version 1.8.11p2Gergely Kiss2014-12-16
| | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* debootstrap: bump to version 1.0.66Daniel Golle2014-11-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* monit: update to 5.10Etienne CHAMPETIER2014-11-13
| | | | | | Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 2.4.2Etienne CHAMPETIER2014-11-13
| | | | | | | Remove 001-cross_compile.patch, it's fixed upstream (ZBX-5561) Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* Merge pull request #357 from cjkoenig/update_monitchamptar2014-10-01
|\ | | | | monit: Update to 5.9
| * monit: Update to 5.9Christoph König2014-09-25
| | | | | | | | Signed-off-by: Christoph König <christoph.koenig@gmail.com>
* | debootstrap: update to 1.0.63Jiri Slachta2014-09-28
|/ | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* admin/zabbix: put myself as maintainerEtienne CHAMPETIER2014-09-16
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 2.4.0, refresh patchesChristoph König2014-09-16
| | | | | Signed-off-by: Christoph König <christoph.koenig@gmail.com> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Merge pull request #306 from cjkoenig/update_debootstrapFlorian Fainelli2014-09-14
|\ | | | | debootstrap: update to 1.0.61
| * debootstrap: update to 1.0.61Christoph König2014-09-12
| | | | | | | | Signed-off-by: Christoph König <christoph.koenig@gmail.com>
* | admin/zabbix: update to 2.2.6Etienne CHAMPETIER2014-09-12
|/ | | | | | This is only compile tested for now. Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* muninlite: Fix PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | muninlite is GPL-2.0+, not GPL-2.0 exclusively Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | Replace the MAINTAINER lines in packages that I maintain with PKG_MAINTAINER lines, to be consistent with the rest of the packages tree. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Add PKG_LICENSE informationIan Leonard2014-08-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* debootstrap: Add PKG_LICENSE information.Ian Leonard2014-08-02
| | | | | | Adopted the license term "Unique" to signify a license not listed by SDPX. Signed-off-by: Ian Leonard <antonlacon@gmail.com>