python-btrfs 13-1 source package in Ubuntu

Changelog

python-btrfs (13-1) unstable; urgency=medium

  * New release v13
  * debian/control: use the python3:any dependency for munin-plugins-btrfs and
    monitoring-plugins-btrfs since it's Architecture: all.

 -- Hans van Kranenburg <email address hidden>  Thu, 29 Apr 2021 15:03:54 +0200

Upload details

Uploaded by:
Hans van Kranenburg
Uploaded to:
Sid
Original maintainer:
Hans van Kranenburg
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-btrfs_13-1.dsc 1.9 KiB a93b669ff007e45c4b8bc9b5ab39c98c8c4701959edbfe2b8fc2d546e2aa1562
python-btrfs_13.orig.tar.xz 73.9 KiB a5f181f2be4e106261f86bf180758cd8afd8dc736ea4b3c15b834e64227b56d4
python-btrfs_13-1.debian.tar.xz 3.3 KiB e6ab8fb683ef13b174016daa569a0b5764b75af36b5ab177535bdac2916a7b46

Available diffs

No changes file available.

Binary packages built by this source

monitoring-plugins-btrfs: 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.

munin-plugins-btrfs: 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.

python3-btrfs: 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.