Commit Graph

175 Commits

Author SHA1 Message Date
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
Etienne Champetier 4c26e09cb7 monit: update to 5.24, use https download url
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-22 18:43:08 -07:00
Gergely Kiss ddc8b334d0 sudo: update to 1.8.21p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 00:56:29 +02:00
Daniel Engberg 080664867a admin/netdata: Update to 1.8.0
Update netdata to 1.8.0
Add back python modules, these are tweaked (modified) for netdata
Add additional flags to slim down the binary size
 
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-19 00:12:15 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Philip Prindeville c50a9705d7 Merge pull request #4707 from pprindeville/openwisp-config-retire-polarssl
openwisp-config: polarssl has been removed
2017-08-19 20:17:18 +01:00
Etienne Champetier bd4fd07f1b zabbix: update to 3.2.7
https://www.zabbix.com/rn3.2.7

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-13 14:51:46 -07:00
Philip Prindeville dede8ee849 openwisp-config: polarssl has been removed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-08-13 12:32:54 -06:00
Philip Prindeville 3b4df04332 syslog-ng: fix typo in .pid file path
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-27 21:04:19 -06:00