Hannu Nyman
e7a336b45a
Merge pull request #7909 from Rixerx/master
...
zabbix: update to 4.0.3
2019-01-20 00:03:18 +02:00
Toni Uhlig
be2fe5cb66
atop: update to version 2.4.0
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com >
2019-01-14 15:34:44 +01:00
Krystian Kozak
9aa9107772
zabbix: update to 4.0.3
...
Updated to 4.0.3 LTS version.
Compile tested: Yes, ar71xx
Run tested: Yes, ar71xx
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2019-01-08 09:09:11 +01:00
champtar
655c14c5f9
Merge pull request #7542 from Rixerx/master
...
zabbix: update to 4.0 LTS
2018-12-16 18:59:32 +01:00
Hannu Nyman
7ec4304904
Merge pull request #7540 from BKPepe/netdata
...
netdata: update to version 1.11.1
2018-12-10 22:14:17 +02:00
Josef Schlehofer
552a5774e9
netdata: update to version 1.11.1
...
Changes:
- corrected License
- removed one row, which was removed in version 1.11.0
- replace netdata.conf with the better one (more details in
https://github.com/openwrt/packages/pull/7540 )
- refreshed patches
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz >
2018-12-04 15:30:01 +01:00
Krystian Kozak
23c7d6a6d5
zabbix: update to 4.0 LTS
...
Updated to 4.0 LTS version.
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2018-12-03 18:49:35 +01:00
Rosen Penev
892153cd91
sudo: Update to 1.8.26
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-11-26 21:02:10 -08:00
champtar
04f96c9774
Merge pull request #7334 from neheb/monit
...
monit: Fix compilation without deprecated APIs
2018-11-10 20:09:40 -05:00
Rosen Penev
60fd7e9abd
ipmitool: Fix compile with OpenSSL 1.1 without deprecated APIs.
...
Also updated the URL as the SourceForge page is obsolete.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-11-09 14:44:06 +01:00
Hannu Nyman
4453a8d30e
Merge pull request #7354 from diizzyy/netdata
...
netdata: Update to 1.11.0
2018-11-08 21:53:52 +02:00
Daniel Engberg
8e1d493093
netdata: Update to 1.11.0
...
Update netdata to 1.11.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-11-08 19:44:09 +01:00
Rosen Penev
4ce3716e4e
monit: Fix compilation without deprecated APIs
...
This switches monit to use the THREAD API of OpenSSL 1.0.2. This is gone
in 1.1.0 but will be more stable with 1.0.2.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-11-06 10:24:20 -08:00
Hannu Nyman
e467c48c37
Merge pull request #5715 from pnd10/feature-gkrellmd
...
gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
2018-11-01 18:09:41 +02:00
Peter Denison
3fbb364574
gkrellmd: Use PKG_HASH instead of PKG_MD5SUM
...
Signed-off-by: Peter Denison <openwrt@marshadder.org >
2018-10-29 20:20:37 +00:00
Peter Denison
2bc8108620
gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
...
Adopt the package from the oldpackages repo at https://git.archive.openwrt.org/$
Update to version 2.3.10 (released Nov 2016)
Update source URL
Depend only on GLib2, not glib1.2
Signed-off-by: Peter Denison <openwrt@marshadder.org >
2018-10-29 20:20:37 +00:00
Krystian Kozak
18ce68a7cc
zabbix: add server frontend
...
Added zabbix-server-frontend package, which allow to use website
interface.
To make frontend working, it is required to add some options to uhttpd
config witch allow php working.
uci add_list uhttpd.main.index_page='index.html, default.html,
index.php'
uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'
uci set uhttpd.main.index_file='index.html, default.html, index.php'
uci commit
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2018-10-29 21:13:08 +01:00
Philip Prindeville
74c088cb82
Merge pull request #6847 from pprindeville/syslog-ng-prerm
...
syslog-ng: stop service when uninstalling/updating
2018-10-25 18:04:10 -06:00
Krystian Kozak
cee4353f15
zabbix: add mysql support
...
Allows to choose database management software and adds mysql support.
Proxy gets the same database management software as server, because it
must be the same type.
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
[Keep postgresl as default / depend on libpq]
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2018-10-23 19:55:22 -04:00
Etienne Champetier
5d1aa99648
zabbix: use ubus for zabbix-extra-network
...
this allow us to stop using uci /var/state,
which is deprecated since forever
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-10-23 19:26:38 -04:00
Etienne Champetier
2df5d52b9e
zabbix: fixup zabbix-extra-wifi dependencies
...
we use ubus since 2014 (af1fe70acb )
we don't use uci since 2015 (76150309a8 )
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-10-23 18:59:39 -04:00
Etienne Champetier
1afcc61601
zabbix: add proper ubus acl for zabbix-extra-wifi
...
This allow to run zabbix as non root
Thanks to Adrian Kirchner (@adriankirchner)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-10-23 11:14:51 -04:00
Rosen Penev
afcddb0287
sudo: Update to 1.8.25p1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-20 14:54:08 -07:00
Philip Prindeville
c7f5e3111c
syslog-ng: stop service when uninstalling/updating
...
This avoids the possibility of the service getting reloaded and
a previously running instance trying to re-dynamically link to
more modern plugins.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com >
2018-10-20 13:39:45 -06:00
Oskari Lemmela
dda7a55418
zabbix: Add SSL support for zabbix-agentd.
...
This fixes #5675 .
[Etienne Champetier <champetier.etienne@gmail.com >]
zabbix --with-mbedtls configuration option is sadly for libpolarssl
Attemp at support for mbedtls 2.1+:
https://support.zabbix.com/browse/ZBX-13237
As OpenSSL / GnuTLS are pretty big dependencies, default to no ssl for now
Signed-off-by: Oskari Lemmela <oskari@lemmela.net >
2018-10-01 00:15:11 -04:00
Etienne Champetier
caaa7d6c9b
zabbix: add PKG_CPE_ID
...
thanks @neheb (#6814 )
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-09-30 21:28:59 -04:00
Krystian Kozak
41f8c0a2da
zabbix: update to latest version
...
Updated to latest version and refreshed patches.
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2018-09-30 21:13:43 -04:00
W. Michael Petullo
a86bcd3cb3
syslog-ng: update to 3.17.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2018-09-22 08:39:38 -04:00
Philip Prindeville
07ae4d928e
Merge pull request #6869 from pprindeville/syslog-ng-disable-tests
...
syslog-ng: disable tests as Travis is timing out
2018-09-18 22:09:37 -04:00
Jorik Jonker
aac517d287
muninlite: fix irqstats plugin
...
The config() function of irqstats seems to contain a superfluous
semicolon, causing munin to choke on this plugin. This simple patch
fixes exactly that.
Signed-off-by: Jorik Jonker <jorik@kippendief.biz >
2018-08-29 21:23:13 +08:00
Philip Prindeville
a5b01432fc
syslog-ng: disable tests as Travis is timing out
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com >
2018-08-25 18:31:35 -06:00
Rosen Penev
8ce9f30c42
sudo: Update to 1.8.24
...
Changed URLs to HTTPS
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-19 14:21:33 -07:00
champtar
be234c29b4
Merge pull request #6803 from neheb/monit
...
monit: Update to 5.25.2
2018-08-19 10:55:06 -04:00
Rosen Penev
18283b444b
monit: Update to 5.25.2
...
Added PKG_BUILD_PARALLEL to speed up compilation times.
Added PKG_CPE_ID for proper CVE tracking.
A few other cosmetic changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 21:54:11 -07:00
Rosen Penev
c0b9f73919
htop: Minor adjustments
...
Added PKG_CPE_ID for proper CVE tracking.
Fixed URLs. Changed to HTTPS as well.
Removed autoreconf as there is no patching being done.
PKG_BUILD_PARALLEL was enabled for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 21:33:25 -07:00
Dirk Brenken
cc0a638607
Merge pull request #6693 from BKPepe/netdata
...
netdata: create missing folder /etc/netdata/customs-plugins.d
2018-08-06 13:28:29 +02:00
Josef Schlehofer
f47ff3ac24
netdata: create missing folder /etc/netdata/customs-plugins.d
...
Changes:
- added folder /etc/netdata/customs-plugins.d
which is set in netdata.conf as 2nd plugin directory
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2018-08-06 00:07:49 +02:00
W. Michael Petullo
7e9c044f1f
syslog-ng: update to 3.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2018-07-15 20:18:24 -04:00
champtar
315d67801d
Merge pull request #6165 from Rixerx/master
...
zabbix: Bump to latest version
2018-07-09 22:34:40 +03:00
Krystian Kozak
b211914fd0
zabbix: Bump to latest version
...
This upgrade zabbix to the newest version. Changing SQLite for PostgreSQL, because of dropping SQLite support for server/frontend.
More info:https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340#dropping_sqlite_support_for_serverfrontend
In addition added required dependencies.
More info:https://www.zabbix.com/documentation/3.4/manual/installation/requirements
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com >
2018-06-07 14:46:33 +02:00
Eneas U de Queiroz
774f617d27
ipmitool: add openssl 1.1.0 compatibility
...
The patches have been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-06-05 03:57:01 +02:00
Hannu Nyman
7806ab4244
Merge pull request #6046 from lnslbrty/package/netatop
...
netatop: add new package
2018-06-03 10:07:26 +03:00
Toni Uhlig
7fdb7009c5
netatop: add new package
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com >
2018-05-13 03:39:34 +02:00
Toni Uhlig
0e9da384d4
atop: add new package
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com >
2018-05-11 10:53:35 +02:00
Hannu Nyman
998ef40632
htop: update to 2.2.0
...
Update htop to 2.2.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-04-24 19:01:14 +03:00
Daniel Engberg
ee64c4f405
admin/netdata: Update to 1.10.0
...
Update netdata to 1.10.0
Refresh config
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-04-01 21:35:50 +02:00
Hannu Nyman
6466c2e6ae
htop: update to 2.1.0
...
* Update htop to 2.1.0
* Remove unnecessary patch
(upstream has removed the reference to libtool version)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-03-11 19:25:52 +02:00
Daniel Engberg
fdb5f9a081
admin/netdata: Update to 1.9.0
...
Update netdata to 1.9.0
O3 optimization which is set as default by upstream
Remove myself as maintainer
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-01-10 01:43:39 +01:00
Alexander Couzens
8d4814c26d
zabbix: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-06 22:08:12 +01:00
Daniel Golle
f0806ab416
debootstrap: update to version 1.0.92
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-11-07 01:30:02 +01:00