aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
...
| * syslog-ng: disable tests as Travis is timing outPhilip Prindeville2018-08-25
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | muninlite: fix irqstats pluginJorik Jonker2018-08-29
| | | | | | | | | | | | | | | | 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>
* | sudo: Update to 1.8.24Rosen Penev2018-08-19
|/ | | | | | | | | | | | 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>
* Merge pull request #6803 from neheb/monitchamptar2018-08-19
|\ | | | | monit: Update to 5.25.2
| * monit: Update to 5.25.2Rosen Penev2018-08-18
| | | | | | | | | | | | | | | | | | | | 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>
* | htop: Minor adjustmentsRosen Penev2018-08-18
|/ | | | | | | | | | | | 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>
* Merge pull request #6693 from BKPepe/netdataDirk Brenken2018-08-06
|\ | | | | netdata: create missing folder /etc/netdata/customs-plugins.d
| * netdata: create missing folder /etc/netdata/customs-plugins.dJosef Schlehofer2018-08-06
| | | | | | | | | | | | | | | | 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>
* | syslog-ng: update to 3.16.1W. Michael Petullo2018-07-15
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #6165 from Rixerx/masterchamptar2018-07-09
|\ \ | |/ |/| zabbix: Bump to latest version
| * zabbix: Bump to latest versionKrystian Kozak2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | ipmitool: add openssl 1.1.0 compatibilityEneas U de Queiroz2018-06-05
| | | | | | | | | | | | The patches have been merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #6046 from lnslbrty/package/netatopHannu Nyman2018-06-03
|\ \ | | | | | | netatop: add new package
| * | netatop: add new packageToni Uhlig2018-05-13
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* / atop: add new packageToni Uhlig2018-05-11
|/ | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* htop: update to 2.2.0Hannu Nyman2018-04-24
| | | | | | Update htop to 2.2.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* admin/netdata: Update to 1.10.0Daniel Engberg2018-04-01
| | | | | | | Update netdata to 1.10.0 Refresh config Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* htop: update to 2.1.0Hannu Nyman2018-03-11
| | | | | | | | * 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>
* admin/netdata: Update to 1.9.0Daniel Engberg2018-01-10
| | | | | | | | 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>
* zabbix: remove build timestampAlexander Couzens2017-12-06
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* debootstrap: update to version 1.0.92Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* monit: update to 5.24, use https download urlEtienne Champetier2017-10-22
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* sudo: update to 1.8.21p2Gergely Kiss2017-10-17
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* admin/netdata: Update to 1.8.0Daniel Engberg2017-09-19
| | | | | | | 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* Merge pull request #4707 from pprindeville/openwisp-config-retire-polarsslPhilip Prindeville2017-08-19
|\ | | | | openwisp-config: polarssl has been removed
| * openwisp-config: polarssl has been removedPhilip Prindeville2017-08-13
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | zabbix: update to 3.2.7Etienne Champetier2017-08-13
|/ | | | | | https://www.zabbix.com/rn3.2.7 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* syslog-ng: fix typo in .pid file pathPhilip Prindeville2017-07-27
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: use syslog-ng-ctl for proper reloadsPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: add syntax check to startup scriptPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: get rid of guardian processPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: replace hardcoded paths with variablesPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: add customization directoryPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: retire PKG_MD5SUMPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* admin/netdata: Update to 1.7.0Daniel Engberg2017-07-19
| | | | | | | | Update netdata to 1.7.0 Update URL Clean up some more stray image files (smaller package) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* monit: update to 5.23Etienne Champetier2017-07-08
| | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* zabbix: update to 3.2.6Etienne Champetier2017-07-08
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* zabbix: partially fix zabbix-extra-mac80211Etienne Champetier2017-07-08
| | | | | | | | | | | | In kernel commit f1160434c7658af3f7b0926b88df49a66cb3c3e0 many stats that we read with zabbix-extra-mac80211 have been renamed One commit after (c206ca670974cefec7ac3732db5c8156e8081a8d) those renamed stats have been hidden behind MAC80211_DEBUG_COUNTERS compile flag For now you have to edit mac80211 Makefile / do a custom build to access most of these stats Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4209 from lynxis/upstream-ipmisHannu Nyman2017-05-01
|\ | | | | add ipmitool: Command-line interface to IPMI-enabled devices
| * add ipmitool: Command-line interface to IPMI-enabled devicesAlexander Couzens2017-03-28
| |
* | Merge pull request #4196 from pprindeville/drop-CRYPTO_set_id_callbackHannu Nyman2017-03-29
|\ \ | |/ |/| syslog-ng: fix openssl callbacks to not require backward compatibility
| * syslog-ng: fix openssl callbacks to not require backward compatibilityPhilip Prindeville2017-03-29
| | | | | | | | | | | | | | The functions for registering callbacks for threads has changed in OpenSSL 1.0.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | admin/netdata: Update to 1.6.0Daniel Engberg2017-03-21
|/ | | | | Update netdata to 1.6.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #4103 from gabri94/masterJo-Philipp Wich2017-03-07
|\ | | | | openwisp-config: new package
| * openwisp-config: new packagegabri942017-03-07
| | | | | | | | Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>
* | zabbix: update to 3.2.4, use PKG_HASHEtienne CHAMPETIER2017-03-04
| | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | monit: update to 5.20, use PKG_HASHEtienne CHAMPETIER2017-03-04
| | | | | | | | | | | | this adds zlib as dependency Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | htop: use PKG_HASHEtienne CHAMPETIER2017-03-04
|/ | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* 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>