1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: python-btrfs
Section: python
Priority: optional
Maintainer: Hans van Kranenburg <hans@knorrie.org>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/knorrie/python-btrfs/
Package: python3-btrfs
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Breaks: munin-plugins-btrfs (<< 10), monitoring-plugins-btrfs (<< 10)
Description: Python module to inspect an online btrfs filesystem
The primary goal of this module is to be able to inspect the internals of a
mounted, online, filesystem for educational purposes.
.
A second goal is to provide a nicer way for automating administration tasks
and writing monitoring scripts by being able to just programmatically access
the needed information, instead of having to spend most of the time on parsing
human readable output from other btrfs tools.
Package: munin-plugins-btrfs
Architecture: all
Depends: ${misc:Depends}, python3:any, python3-btrfs (= ${binary:Version})
Section: net
Description: munin plugin for monitoring btrfs filesystems
This munin plugin uses the Python btrfs module to retrieve information about
disk space allocation and usage.
.
Traditional space usage monitoring based on the output of df is not sufficient
when using btrfs. This plugin takes allocated but unused disk space, and
unallocatable disk space (for example when mixing different sized disks with
raid profiles) into account. It is meant to be used as an addition to using a
regular disk usage plugin, based on df output.
Package: monitoring-plugins-btrfs
Architecture: all
Depends: ${misc:Depends}, python3:any, python3-btrfs (= ${binary:Version})
Section: net
Description: btrfs plugin for nagios compatible monitoring systems
This nagios compatible monitoring plugin will check available space and error
statistics of a btrfs filesystem.
.
Traditional space usage monitoring based on the output of df is not sufficient
when using btrfs. This plugin takes allocated but unused disk space, and
unallocatable disk space (for example when mixing different sized disks with
raid profiles) into account. It is meant to be used as an addition to using a
regular disk usage plugin, based on df output.
.
Additionally, the check keeps an eye on device error stats and will report if
any of the counters (read errors, write errors, etc) of a device that is part
of the filesystem is not zero.
|