aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
...
* openwisp-config: cleanup MakefileNick Hainke2022-09-22
| | | | | | | The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
* openwisp-monitoring: cleanup MakefileNick Hainke2022-09-22
| | | | | | | The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
* schroot: update to version 1.6.13, reboot of the schroot toolJavier Marcet2022-09-09
| | | | | | conceived and developed for many years by Roger Leigh Signed-off-by: Javier Marcet <javier@marcet.info>
* syslog-ng: update to version 3.38.1Josef Schlehofer2022-09-07
| | | | | | | | | | | | - Release notes: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.38.1 - Update the configuration file to use version 4.0 as mentioned in the release notes to try the latest changes Fixes: CVE-2022-38725 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* syslog-ng: fix OOM issues by adding support for logrotatePetr Štetiar2022-08-26
| | | | | | | | | | | | | | | | | With heavy system logging which goes by default into `/var/log/messages` log file which is usually placed in tmpfs/RAM one can trigger OOM killer fairly easily, thus killing random processes and in some cases making system unusable. This is likely happening due to the fact, that Linux by default uses 1/2 of available RAM for tmpfs, which might be for example an issue on low RAM devices with ath10k wireless. So let's fix it by adding logrotate functionality which should limit the size of `/var/log/messages` log file to 1M by default, but could be tweaked by config knob if needed be. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* zabbix: add fping dependencyFlorian Eckert2022-08-03
| | | | | | | | | | | | | | If fping is not installed on the system the following message is show if hosts should be monitored via icmp. Log-Message: "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system." To fix this also, add a dependency to 'fping' for 'zabbix-server' and 'zabbix-proxy' for installation to allow icmp hosts monitoring. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* sudo: don't build with MIPS16Rosen Penev2022-07-14
| | | | | | GCC12 doesn't implement some security flags used by sudo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rsyslog: apply shellcheck SC3014 to initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: replace spaces with tabs inside initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: improve default configGiacomo Sanchietti2022-07-07
| | | | | | | Check also for config files containing comment lines starting with white spaces. Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: apply shellcheck suggestions to initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: preserve existing configurationGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: include original config fileGiacomo Sanchietti2022-07-07
| | | | | | Allow advanced configurations from /etc/rsyslog.conf file Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: write config file to RAMGiacomo Sanchietti2022-07-07
| | | | | | Avoid wearing out flash storage Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: add uci supportGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* sudo: bump to verison 1.9.11p3Alexandru Ardelean2022-07-01
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openwisp-monitoring: added 0.1.1Federico Capoano2022-06-28
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* Merge pull request #18796 from nemesisdesign/openwisp-configFlorian Eckert2022-06-28
|\ | | | | openwisp-config: update to 1.0.1
| * openwisp-config: update to 1.0.1Federico Capoano2022-06-24
| | | | | | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* | syslog-ng: update to version 3.37.1Josef Schlehofer2022-06-24
|/ | | | | | | | | - Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1 - Bump config version Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* htop: update to 3.2.1John Audia2022-06-04
| | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* openwisp-config: update to 1.0.0Federico Capoano2022-05-18
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* htop: update to 3.2.0John Audia2022-05-04
| | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* sudo: bump to version 1.9.10Alexandru Ardelean2022-03-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* netdata: disable LZ4 compression supportJosef Schlehofer2022-03-15
| | | | | | | | | | | To avoid unnecessary dependency, let's disable it for now. LZ4 can be also used for DB engine and HTTPS Fixes: Package netdata is missing dependencies for the following libraries: liblz4.so.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #18041 from turris-cz/syslog-ng-bumpJosef Schlehofer2022-03-12
|\ | | | | syslog-ng: update to version 3.36.1 and add test.sh
| * syslog-ng: update to version 3.36.1Josef Schlehofer2022-03-10
| | | | | | | | | | | | | | | | | | - Bump version in config file Release notes: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.36.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | netdata: update to version 1.33.1Michal Vasilek2022-03-10
|/ | | | | | | | | | | | | | | | | | | | | | - Switch to upstream's release tarball Requires to add PKG_BUILD_DIR since netdata is extracted to the folder netdata-v1.33.1 instead of the previous solution where there was missing v - Disable anomaly detection by default This avoids adding a new dependencies to netdata Fixes: Package netdata is missing dependencies for the following libraries: libatomic.so.1 libstdc++.so.6 - Add FreeBSD patch to have smaller package and to avoid clutter in WebUI Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz> [add commit message, add FreeBSD patch] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* atop: update to 2.7.1John Audia2022-02-28
| | | | | | | | | | Upstream bump and remove unneeded patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* rsyslog: move configurables to Config.inMatthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* rsyslog: add omhttp libcurl dependancyMatthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* sudo: bump to version 1.9.9Alexandru Ardelean2022-02-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* syslog-ng: fix build on macosSergey V. Lobanov2022-01-26
| | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* netdata: Update init script to use -D rather than -ndJames White2022-01-13
| | | | | | The current init script is using the deprecated -nd flag. This updates netdata to be started with -D. Signed-off-by: James White <james@jmwhite.co.uk>
* Merge pull request #17282 from TDT-AG/pr/20211207-openwispFlorian Eckert2021-12-27
|\ | | | | openwisp-config: refactoring and update openwisp-config package
| * openwisp-config: refactoring and update openwisp-config packageFlorian Eckert2021-12-22
| | | | | | | | | | | | | | With the last upstream change, all build variants were removed so that we only have one package. It is now called openwisp-config. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | zabbix: update to 5.0.18Sergey V. Lobanov2021-12-21
|/ | | | | | Updated to latest 5.0 LTS minor release Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* htop: update to 3.1.2-1John Audia2021-12-06
| | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* zabbix: fix 6in4 network interface discoveryJacek Konieczny2021-11-21
| | | | | | | | | Those devices don't have 'device' propery, only 'l3_device', which causes 'attempt to concatenate field 'device' (a nil value)' lua error. Use 'l3_device' as a fallback in this case. Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
* syslog-ng: update to version 3.35.1Josef Schlehofer2021-11-16
| | | | | | | | | Also bump the version in syslog-ng config file. Removes this warning: Nov 16 14:19:41 turris syslog-ng[15159]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.35 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.33' Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* rsyslog: update to 8.2110.0Matthew Hagan2021-11-16
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* rsyslog: add additonal support modulesMatthew Hagan2021-11-16
| | | | | | | | | | | | | | | | | | Add configurables via a menu to enable support for various features: - GSSAPI Kerberos support - mysql - postgresql - libdbi - elasticsearch - HTTP output module - openssl - gnutls - mail output - json parsing module - MaxMind DB support - input file Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* rsyslog: move from net to adminMatthew Hagan2021-11-16
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* debootstrap: update to version 1.0.126Daniel Golle2021-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* syslog-ng: update to version 3.34.1Josef Schlehofer2021-10-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #16808 from mhei/zabbix-upgrade-to-php8Michael Heimpold2021-10-13
|\ | | | | zabbix: switch dependencies to php8
| * zabbix: switch dependencies to php8Michael Heimpold2021-10-05
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | debootstrap: update to version 1.0.124Daniel Golle2021-10-09
|/ | | | | | Update package and use @DEBIAN mirror. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* htop: explicitly disable some build optionsEtienne Champetier2021-10-03
| | | | | | | | | | | Since 3.1.0 delayacct option is enabled if the needed dependencies are detected, it was previously disabled. Sensors also check for dependency so we need to explicitly disable it when not enabled. Fixes 5f916720551ad5ea5ac86cf5e122fc2c0c34cc15 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* htop: update to 3.1.0Hannu Nyman2021-10-03
| | | | | | | | | | Update htop to versio 3.1.0 * Adjust Makefile configuration options to update * Avoid libcap dependency * Backport post-release fix for old automake Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>