Commit graph

23 commits

Author SHA1 Message Date
dependabot[bot]
a85db7fc30 build(deps): bump cryptography from 48.0.1 to 50.0.0 in /monitor
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-06 12:08:10 +02:00
daywalker90
7ddc219873 monitor: add reckless manifest 2026-07-24 15:18:49 +02:00
dependabot[bot]
3cdae60829 build(deps): bump cryptography from 46.0.7 to 48.0.1 in /monitor
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 14:02:07 +02:00
dependabot[bot]
5e37fc6d2d build(deps): bump idna from 3.11 to 3.15 in /monitor
Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-20 00:36:08 +02:00
daywalker90
6917e72cdd monitor: update shebang python and dependency versions 2026-05-12 21:53:03 +02:00
dependabot[bot]
87ab872b66 build(deps): bump the all-dependencies group across 2 directories with 2 updates
Bumps the all-dependencies group with 1 update in the /feeadjuster directory: [pytest](https://github.com/pytest-dev/pytest).
Bumps the all-dependencies group with 1 update in the /monitor directory: [packaging](https://github.com/pypa/packaging).


Updates `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)

Updates `packaging` from 26.1 to 26.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/26.1...26.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 21:53:03 +02:00
dependabot[bot]
b4bf238ee7 build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /monitor
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 23:56:06 +02:00
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