]>
git.michaelhowe.org Git - packages/m/munin-plugins-afs.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Howe [Thu, 27 Dec 2018 14:55:18 +0000 (14:55 +0000)]
Actually release 1.0
Michael Howe [Thu, 27 Dec 2018 14:51:20 +0000 (14:51 +0000)]
Initialize variables
If you have no volumes on a partition, its used size is effectively 0.
Michael Howe [Thu, 27 Dec 2018 11:41:16 +0000 (11:41 +0000)]
Prep v1.0 for release
Michael Howe [Thu, 27 Dec 2018 11:03:54 +0000 (11:03 +0000)]
Add missing scaling factor
Michael Howe [Thu, 27 Dec 2018 10:36:59 +0000 (10:36 +0000)]
Fix scaling error
Values returned by AFS tools are in K, but munin assumes they're in
bytes. Multiplying up by 1024 fixes that.
Michael Howe [Thu, 27 Dec 2018 10:34:26 +0000 (10:34 +0000)]
Add afs_volumes_partition_ plugin
This plugin will graph the total usage of all volumes on a partition,
and the allocated quota.
(It really could do with a better name)
Michael Howe [Thu, 27 Dec 2018 10:33:41 +0000 (10:33 +0000)]
Fix call to serverinfo
Michael Howe [Thu, 27 Dec 2018 10:32:53 +0000 (10:32 +0000)]
Use Munin::Plugin
Also remove nagios-specific code - we can just die() if things don't
look good
Michael Howe [Thu, 27 Dec 2018 10:32:38 +0000 (10:32 +0000)]
Reorder vars more sensibly
Michael Howe [Thu, 27 Dec 2018 10:31:56 +0000 (10:31 +0000)]
Improve docs
Michael Howe [Wed, 26 Dec 2018 23:38:01 +0000 (23:38 +0000)]
Initial addition of Debian packaging
Michael Howe [Wed, 26 Dec 2018 23:37:46 +0000 (23:37 +0000)]
Initial commit of afs volume plugin