aboutsummaryrefslogtreecommitdiff
path: root/utils/bigclown/bigclown-mqtt2influxdb
Commit message (Collapse)AuthorAge
* treewide: take maintainership from KarelJosef Schlehofer2023-09-04
| | | | | | | | | | | | Both of us were working for Turris and using these devices on daily basis. A few of these packages are still required and used by Turris. It would be great if Turris people will take maintainership of these packages, but if they decide not to, I can step in and take them. Since Karel switched from using OpenWrt to NixOS and hopefully, I didn't reveal some secret here, let's take maintainership of his packages. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* bigclown-mqtt2influxdb: bump to version 1.4.0Karel Kočí2020-10-20
| | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* bigclown: use pypi.mkKarel Kočí2020-02-20
| | | | | | | | | | | | | Convert bigclown packages to use pypi.mk and pypi in general instead of github. This allows us to remove version replacement as that is already done in pypi archive. Updated dependencies to also contain proxy dependencies that are listed in upstream. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* bigclown-mqtt2influxdb: update to version 1.3.0Karel Kočí2020-02-20
| | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* bigclown-mqtt2influxdb: update to version 1.2.0Karel Kočí2019-09-16
| | | | | | | | | | | | | | This version introduces new option -d that makes service not to exit on error. This is brutal solution but is required to protect against service failure when remote resource is down. bigclown-mqtt2influxdb is service moving data from MQTT to InfluxDB and both of those services can and potentially are remote. The original implementation where it failed when service goes down is not ideal because network outage or target server outage can later require this service restart. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* bigclown-mqtt2influxdb: add packageKarel Kočí2019-03-11
Signed-off-by: Karel Kočí <karel.koci@nic.cz>