Sakis D.
Sakis D.
Hi @Delgan it works that way ! Is there any way to make this permanent in the script for all the logger.info or i need to set this each time...
@martinrusev is it possible to configure amon to use local time and not UTC ?
@martinrusev yes it's fixed now i can confirm. If i add tags without adding them to a category it works fine now - tags don't disappear anymore. Regarding the other...
Hi @martinrusev and thanks for quick reply Here's the output : $/opt/amonagent/amonagent -test-plugin=custom ` {"db":{"gauges":{"db.peak_left":-2.76,"db.peak_right":-2.76,"db.rms_left":-10.56,"db.rms_right":-10.56},"counters":{"db.peak_left":-3,"db.peak_right":-3,"db.rms_left":-11,"db.rms_right":-11}},"frequency":{"gauges":{"frequency.arm":1200,"frequency.core":400},"counters":{"frequency.arm":1200,"frequency.core":400}},"temperature":{"gauges":{"temperature.cpu":49.4},"counters":{"temperature.cpu":49.4}},"voltage":{"gauges":{"voltage.core":1.3188,"voltage.sdram_c":1.2,"voltage.sdram_i":1.2,"voltage.sdram_p":1.225},"counters":{"voltage.core":1318,"voltage.sdram_c":1200,"voltage.sdram_i":1200,"voltage.sdram_p":1225}}}`
Update : ---------- @martinrusev in case it helps you If we change the plugin name in : "/etc/opt/amonagent/plugins-enabled/custom.conf" from temperature to temp for example , everything is working fine for...
I agree , it'll be a very usefull feature. Also is it possible to limit email alerts per time, because while alert = true every minute a new mail arrives...
@ioolkos you're welcome , happy to help. I tested with precompiled binaries, haven't compiled yet.
@housleyjk Hi Jason Im dealing with the same error : class uri '**aiopyramid.gunicorn.worker.AsyncGunicornWorker**' invalid or not found: Caused by: ImportError: cannot import name 'ReadBuffer' from 'aiohttp_wsgi.wsgi' (/home/xxxxx/xxxxxx/venv/lib/python3.7/site-packages/aiohttp_wsgi/wsgi.py) Tried both with...
Same problem using H-K009. Below a publish message in mqtt : `{ "battery": null, "humidity": 46.76, "last_seen": "2025-03-19T17:50:46+02:00", "linkquality": 172, "temperature": 19.23, "voltage": null }`
Hi @OvidijusParsiunas 👋 Could you please share a sample code snippet showing how we can access the **custom properties** (like `topic`, `context`, and `cat_id`) when clicking on an HTML button?...