Commit graph

16 commits

Author SHA1 Message Date
dependabot[bot]
4f7b1d3027 build(deps-dev): bump pytest from 8.4.2 to 9.0.3 in /monitor
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 21:45:26 +02:00
daywalker90
3018ed9dac monitor: upgrade min version of python to 3.10 and pyln packages to v25.9 2026-04-20 13:46:22 +02:00
daywalker90
306cfadcc9 python plugins: add note for systemd and uv 2025-12-22 15:27:54 +01:00
daywalker90
9bc7d8e2da monitor: migrate to uv shebang 2025-12-05 20:19:43 +01:00
daywalker90
1d3356c2e4 format python files with ruff 2024-07-10 12:13:42 -05:00
Michael Schmoock
42fd4c4d32 monitor: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
321e5cecf1 monitor: fix flakyness
Sometimes a channels funding allocation was not yet readable
via listpeers which is why this plugin test was flaky.

Also makes use of funding_msat instead of deprecated fields.
2021-06-25 12:51:25 +02:00
Michael Schmoock
70719df500 monitor: only use _msat values
also fixes an issue where msat and sat was added falsely
2020-12-13 15:36:15 +01:00
Michael Schmoock
8796f6c6b0 monitor: fix flake8 nits 2020-12-13 15:36:15 +01:00
Michael Schmoock
7e89f5751d monitor: test main function 2020-12-13 15:36:15 +01:00
Christian Decker
c6e3b9f011 pytest: Rename start tests to reflect the plugin under test 2019-12-27 17:17:58 +01:00
darosior
e426f6738e Update to pyln-client
This updates all plugins *which already have requirements.txt* to
pyln-client from pylightning.
2019-12-27 17:17:58 +01:00
darosior
351c6cec2a monitor: add basic starting test 2019-12-19 14:36:20 +01:00
darosior
2448e26618 monitor: use human readable outputs
And some drive-by cleanups
2019-09-06 17:25:35 +02:00
darosior
5a0a3a215f Add a 'requirements.txt' to probe plugin
And remove blank lines from monitor's and persistant-channels' requirements
2019-08-13 13:56:49 +02:00
Christian Decker
62498ed1de added a monitoring plugin to see health of peers and channels 2019-07-27 01:12:06 +02:00