python-btrfs 9-1 source package in Ubuntu

Changelog

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

  * New release v9
  * debian/control: Update to standards 4.1.1

 -- Hans van Kranenburg <email address hidden>  Fri, 24 Nov 2017 14:10:00 +0100

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-btrfs_9-1.dsc 1.9 KiB f90845a7c7cad0706e3f77a21ad89a92542ef9cb25a046a6dcb21932acfb1497
python-btrfs_9.orig.tar.xz 33.5 KiB 792f3bec7474d0c5a2bca4448e30b4a2948fd307b1eca854af6e64f32aa43873
python-btrfs_9-1.debian.tar.xz 2.3 KiB 94d80eb1c6ea400fc4a708cef52c40d4d9ee046b8c2bd1fd4315b245142c169d

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 btrfs filesystems

 Currently, the primary goal of this module is to be able to inspect the
 internals of an existing 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.