Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
83323a47 2020-10-14 15:13 Sebastian L

loolwsd: Monitor libreoffice online usage

- Open documents and active views
- Memory usage

26e497fc 2020-10-14 09:04 Lars Kruse

Plugin moinmoin_pages: fix style issues

999be27b 2020-10-14 09:04 Lars Kruse

Plugin cronjobs: fix style issue

0253df6f 2020-10-11 22:50 Lars Kruse

Plugin ag241-adsl: improve documentation formatting and add author

c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

743395a6 2020-10-05 18:05 Lars Kruse

Improve documentation formatting of some plugins

f9d8ce70 2020-10-05 15:54 Lars Kruse

Plugin tor_: fix perlpod formatting

94888223 2020-10-04 22:05 Lars Kruse

Plugin ipt_basic_: convert documentation to perlpod format

55b983f3 2020-10-04 21:59 Lars Kruse

Plugin bbox: convert documentation to perlpod format

2e3f5acd 2020-10-04 21:57 Lars Kruse

Plugin battery_: convert documentation to perlpod format

5061ef1d 2020-10-04 21:33 Lars Kruse

Plugin dartybox: convert documentation to perlpod format

5a2f9abf 2020-10-04 19:17 Lars Kruse

Plugin rpi_temp: convert documentation to perlpod format

d369b316 2020-10-04 19:10 Lars Kruse

Plugin moinmoin_pages: convert documentation to perlpod format

118040e3 2020-10-04 19:04 Lars Kruse

Plugin moinmoin_pages: migrate to python3

73817ba8 2020-10-04 18:58 Lars Kruse

Rename "moinoin_pages" plugin to "moinmoin_pages"

The previous name was mistyped.

6f1e0538 2020-10-04 18:57 Lars Kruse

Plugin cpu_freq_1sec: convert documentation to perldoc format

4e69103a 2020-10-03 23:48 Lars Kruse

Fix special character in author name (KARASZI István)

aa3ee6dc 2020-10-03 23:31 Lars Kruse

Clarify a few copyright statements

cd053638 2020-10-03 23:31 Lars Kruse

Plugin brc_rssi: convert documentation to perldoc header

df470733 2020-10-03 23:31 Lars Kruse

Fix special character for author name (Kristian Lyngstøl)

Otherwise this author shows up with different spellings in the plugin
gallery.

105e7d45 2020-10-03 23:31 Lars Kruse

Plugin backuppc: convert documentation to perldoc header

e66faac0 2020-10-01 14:41 Steve Schnepp

Merge pull request #1002 from steveschnepp/dump_node

Dump node

3e7d7308 2020-10-01 14:40 Steve Schnepp

Quoting vars

09b145cb 2020-09-26 06:59 Nathaniel Clark

Cleanup page decode

Signed-off-by: Nathaniel Clark <>

76b4675d 2020-09-26 06:59 Nathaniel Clark

Fix flake warnings

Signed-off-by: Nathaniel Clark <>

77e53059 2020-09-26 06:59 Nathaniel Clark

Merge both SB6183 plugins

Add more error handling for bad status from modem

Signed-off-by: Nathaniel Clark <>

7b078749 2020-09-26 06:59 Nathaniel Clark

Address review comments

Signed-off-by: Nathaniel Clark <>

13e4b4aa 2020-09-26 06:59 Nathaniel Clark

Fix spelling in comments

Signed-off-by: Nathaniel Clark <>

1671e356 2020-09-26 06:59 Nathaniel Clark

Add plugins for Arris Cable Modem SB6183

This provides two plugins:
  • arris-sb6183 - Power levels, SNR, error counts
  • arris-sb6183_uptime - Uptime in days

These are two seperate plugins because it's two different
urls it needs to hit, and this seemed simpler....

d7f54f3e 2020-09-23 16:22 Lars Kruse

Fix utf8 encoding of author names

0ff03ad4 2020-09-22 23:06 Lars Kruse

Remove dummy plugins containing only references to external repositories

7f789c47 2020-09-18 20:24 Lars Kruse

Merge pull request #1122 from shtrom/plugin/docker_improvements

[docker_] Fix a few bugs

109144de 2020-09-17 22:11 Olivier Mehani

[docker_] Get CPU count from os.cpu_count() everywhere

Docker-py and os.cpu_count() disagree on the count, leading to data
going beyond the scale of the graph. As Docker-py seems to have dummy
CPU data in the stats, we instead always rely on Python's CPU count....

5bb9b46e 2020-09-17 18:03 Olivier Mehani

[docker_] Fix network extinfo

Signed-off-by: Olivier Mehani <>

b1e3e601 2020-09-17 09:17 Olivier Mehani

[docker_] Fix missing f-string

Signed-off-by: Olivier Mehani <>

11861370 2020-09-13 14:48 Lars Kruse

Merge pull request #1117 from shtrom/nextcloud_fixups

various fixups of the Nextcloud plugin

6906c857 2020-09-13 14:46 Lars Kruse

Merge pull request #1115 from zivillian/kvm_mem

  • remove empty line from config (causing an error message)
  • switch to python3
6b4a3124 2020-09-11 07:15 Bianco Veigel

switch to python3

c0108c95 2020-09-10 22:45 Kai

Fixed data for UAP

Data for UAP's is (now?) encapsulated within 'stat'->'ap', changed reference to reflect this change.
Also: Fixed handling of uninitialized values in case they do not exist (// 0).

7dcbc91c 2020-09-10 20:03 Olivier Mehani

[nextcloud_] Softer failure on missing data

Signed-off-by: Olivier Mehani <>

4ce9e742 2020-09-10 19:16 Olivier Mehani

[whois_] Plugin to monitor domain registration expiries

This plugin only monitors one domain per instance, but should be easily
extensible to monitor several at once if need be.

Signed-off-by: Olivier Mehani <>

f47fddf3 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Add scheme configuration and cleanup autoconf

Signed-off-by: Olivier Mehani <>

12cb1134 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Allow to control warnings on the number of available updates

Signed-off-by: Olivier Mehani <>

a7d44887 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Use fewer requests to work out the protocol to use

Signed-off-by: Olivier Mehani <>

195a733d 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Add support for --pidebug, and more parameters

Signed-off-by: Olivier Mehani <>

254eb56d 2020-09-09 15:43 Olivier Mehani

[docker_] Fake functools.cached_property for Python<3.8

Fixes: #1116
Signed-off-by: Olivier Mehani <>

32264463 2020-09-07 18:43 ScratchBuild

Fix

Fix `printf` and `sprintf` output numbers from %s to %d

2385a6f5 2020-09-07 13:13 Bianco Veigel

refactoring and python3 compatibility

bba98f95 2020-09-06 16:19 Martin Schobert

ssl-certificate-expiry: Feature added: checking intermediate certs as well (#1088)

81bdedaf 2020-09-06 15:56 Lars Kruse

Merge pull request #1086 from shtrom/transmission-consistency-fixups

[plugins/transmission] Fixups for consistency

(301-350/4761) Par page : 50, 100, 200

Formats disponibles : Atom