Doesn't work with '--write-mostly' drives like sde1 in :
md94 : active raid1 sde1[1](W)(S) sdd1[2]
I assume to remove everything behind the opening bracket
* lxc_guests2: Enhanced and fixed lxc_guests plugin
- Working with systemd and cgroup version 2 (tested on debian bullseye and debian booksworm)
- Fixed processes (with cgroup version 2)
- Simplified labels
- Simplified memory usage graph
- Added CPU usage in percent (using systemd-cgtop)
- Added Tasks
- No cgrouppath guessing
* Rename lxc_guests2 to lxc_guests to replace old plugin
---------
Co-authored-by: Sebastian L <sl@momou.ch>
* deye: fix production calculation
* solarman: add new plugins
* fix labels
* move api check
* Typo
* deye: quoting
* unfiy labels
* Typo
* Test, set Value to zero if api does not find device
* dont show errors
* Revert "dont show errors"
This reverts commit dc71783f93.
* Revert "Test, set Value to zero if api does not find device"
This reverts commit fa1853955c.
* dependency check
* remove exports
* send 0 instead of U
* dependency check
* remove exports
* check dependency removed
* send U when API isnt reachable
* add AC graphs
* Typo
* Typo
* Get all Panels
* remove var
* Typo
* Typo
* Typo
* packe Logik in Funktionen; Frage Daten im Fehlerfall mehrfach ab
* Zähler umgebaut
* Remove Panel Plugin
* deactivate panel 3+4
* api reachable check
* unknown limits
* warnings
* area
* deye: printf http://munin-monitoring.org/faq#q-why-does-my-users-plugin-report-floating-point-numbers
* deaktiviere graph scaling
* setze base
* schreibe retries
* graph opts
* statefile
* deye statefile
* x
* Info
* add Plugin for Deye Solar Inverters
* better Titles
* fill Area
* Typo
* check if Inverter is reachable
* even better Titles
* changed Header to perl-Style
* Typo
* Typos
* Fix Values
* Set yield to unkown when offline
* Escaping
Default for Python 3 is to return byte-objects, not string. This will cause the plugin to fail with an error: "TypeError: a bytes-like object is required, not 'str'".
Fixed by decoding for UTF8.
This actually silences InsecureRequestWarning.
The Arris SB8200 has 32 downstream channels, but in my experience
report more than that, but the "extra" channels report modulation as
"Other" instead of QAM256. This filters those channels, since they seem
to drive the error count up, but don't provide data.
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
It doesn't work (looks like calling outdated python lib) and had the same
funcionality than the newer transmission_ plugin. It is quite confusing now
they are in the same directory, but the documentation (README) mentions
only the other one.
When linting this script, this will always fire. This is because shellcheck
only does static code analysis and thus can not determine the filepath.
References:
- https://www.shellcheck.net/wiki/SC1090
This should help with unreachable hosts, as the plugin can take more than
10 minutes to complete otherwise. These changes should be fully backwards
compatible, since the default is no timeout set, so it acts the same way
as before.
Changes:
- Introduce "timeout" configuration
- Only run timeout when configured
- Document usage of new configuration
Dovecot has a new "stats" command, and the version that this plugin
works with is now called as "doveadm oldstats", so try to adapt the
command based on the dovecot version.
Fixes#1327