Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / zfs @ db27ad45

# Date Auteur Commentaire
db27ad45 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_fragmentation

f63321c5 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_pool_dataset_count

d41a94b1 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_list

4612c1bc 2021-12-12 14:59 Michael Grote

plugin zfs_list: add "ignore_datasets_pattern" configuration

Allow to ignore certain volumes.

02630d31 2021-11-13 13:53 Michael Grote

add zfs plugins (#1250)

60600d6b 2021-11-05 17:54 Tim Connors

zfs list -t filesystem,volume to suppress snapshots

zfs list might list a bunch of transient snapshots if `zpool
listsnapshots=on` and something like zfs-auto-snapshot is used. It's
also not useful to graph them since they're unchanging in time, and
the parent volume is graphed anyway. Limit zfs list to...

d5dffef8 2021-02-17 14:10 Tim Düsterhus

Use exact values in zfs/zpool_capacity#allocated

As per the zpool(8) man page:

zpool list [-HgLpPv] [-o property[,property]...] [-T u|d] [pool]... [interval [count]]
Lists the given pools along with a health status and space usage. If no pools are specified, all pools in the system are listed. When given an interval, the information is printed every...

aee6a152 2020-08-16 20:41 Michael Fritscher

Fixes quota für zvols. Without this, the log gets spammed with

2020/08/16 04:45:24 [ERROR] In RRD: Error updating /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: Function update_pdp_prep, case DST_GAUGE - Cannot convert '-' to float

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

94434e4b 2019-08-12 23:16 Lars Kruse

Plugin zfs-filesystem-graph: fix here-document

e68a0308 2019-08-12 23:16 Lars Kruse

Plugin zfs-filesystem-graph: fix autoconf and remove "suggest"

7fed3b97 2019-08-12 23:16 Lars Kruse

Fix multiple shellcheck issues

4864783f 2019-07-24 21:41 rantal

zpool_capacity: Added fragmentation % graph

Added fragmentation % graph

f72390cb 2019-02-03 13:55 Sephtex

replace the / by __ anyway

To make it more clear that we had a subdevice it's better to use the __ for it's replacement anyway

c35eee02 2019-02-03 13:12 Sephtex

indentation fix

added same indentation of the echo as all the rest in the for loop

f6dbe9bd 2019-02-03 13:10 Sephtex

add usage of clean_fieldname

Used the correct munin way by soursing "$MUNIN_LIBDIR/plugins/plugin.sh" and use clean_fieldname.
For the title I removed the replacement of / by __ and on the multigraph value I added the usage of clean_fieldname to make it backwards compatible.

0429e63b 2019-02-03 09:10 Sephtex

Add support for dash in zfs_list

#969 zfs/zfs_list: Add support for dash in zfs_list

9cef55a3 2018-09-16 09:17 Lars Kruse

Restructure incomplete or broken "autoconf" implementations

Some plugins with non-zero autoconf exitcodes (it must be zero instead)
deserved a bit of code cleanup for improved readability.

e4cd049b 2018-09-15 22:03 Lars Kruse

Fix trivial instances of wrong autoconf exitcodes

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
8ccf6e8e 2018-06-12 23:01 Wanpeng Qian

change dependency from gawk to awk

c81c20ab 2018-04-06 20:17 Lars Kruse

unify DIRTYCONFIG handling in shell and python plugins

The following issues were fixed:
  • comparison too broad (e.g. "0" misinterpreted as "true")
  • python: comparing string with number (is never equal in python)
  • unwanted non-zero exitcode (compound command "&&" as last command in...
c4c73eae 2018-03-08 21:55 Lars Kruse

zfs_usage_: explain the slash/underscore substitutions

see 608a2a5ad7068f9bc2e392dac87ea3c9eb0ce090

413f7c44 2018-03-08 21:48 sumpfralle

Merge pull request #875 from yoe/patch-1

Allow for _ in original dataset name

27773039 2018-03-07 22:26 Lars Kruse

zpool_iostat: fix 'checkbashisms' issue

It was not a shell syntax problem - but just a checkbashisms issue.

608a2a5a 2017-09-18 07:56 Wouter Verhelst

Allow for _ in original dataset name

The current code escapes / (which is legal as part of a dataset name for ZFS, but illegal as part of a munin graph name) into _ (which is legal for both). The result is that any _ characters in the original filename get changed into / in the legend, which is confusing....

61b6e285 2017-08-15 14:12 sumpfralle

Merge pull request #867 from shakemid/add_zpool_cap

Add zpool_capacity plugin

b2acd051 2017-08-13 23:04 K.Cima

Fix for pullreq #867

3f0af380 2017-08-04 04:05 K.Cima

Add zpool_capacity plugin

a6b50554 2017-08-04 03:52 K.Cima

Add illumos, FreeBSD, Linux support for zfs_arcstats plugin, cleanup code

e3842681 2017-07-22 10:02 Lars Kruse

[zpool_iostat] added example graphs (by @Rayziltl)

14fae657 2017-07-22 10:02 Lars Kruse

[zpool_iostat] keep previous fieldnames

aa9a39f0 2017-07-22 10:02 Lars Kruse

[zpool_iostat] improve formatting and variable names

2ad0dfec 2017-07-22 10:02 Lars Kruse

[zpool_iostat] fix whitespace issues

0e5e9cbd 2017-07-22 10:02 Lars Kruse

[zpool_iostat] use backward compatible fieldnames

dd9cf0c0 2017-07-22 10:02 Lars Kruse

[zpool_iostat] change category from 'filesystem' to 'disk'

7b2cefa4 2017-07-22 10:01 Lars Kruse

[zpool_iostat] add POD documentation

77b9a515 2017-07-22 10:01 Lars Kruse

[zpool_iostat] enable 'exit_on_error' and 'exit_on_unset' via 'set -eu'

3e86f2b8 2017-07-22 10:01 Lars Kruse

[zpool_iostat] use 'clean_fieldname' and separate function 'get_pool_iostat'

FIeldnames possibly started with a digit before.
Closes: #779

9640be36 2017-07-22 10:01 Lars Kruse

[zpool_iostat] remove usage of temporary file

64c30de0 2017-07-22 10:01 Lars Kruse

[zpool_iostat] autoconf checks zpool executable

67af152b 2017-07-22 10:01 Lars Kruse

[zpool_iostat] fix shellcheck warnings

806a9172 2017-07-22 10:01 Lars Kruse

[zpool_iostat] switch from bash to sh

65652aa0 2017-02-21 16:15 dipohl

Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..

2202b1c1 2017-02-20 17:35 dipohl

Category Tree: Reduce number of categories

4f0a708d 2016-11-13 08:56 Peter Doherty

Pass over empty lines in the arcstats
https://github.com/munin-monitoring/contrib/issues/680

50537fa5 2016-10-19 22:53 Peter Doherty

improved readability, and eliminate a grep

45e7dea7 2016-10-19 22:53 Peter Doherty

If a pool is named something like "m" or "ra" or any string that matches the types of zpool, the grep will match multiple lines.
Adding a space after the zlabel will allow for more exact matching.

90c4727a 2015-10-27 14:28 Lutz Reinhardt

Update zfs-filesystem-graph: using env

with env the script is running with linux and bsd

c1475343 2015-05-16 04:59 amichel

Change interpreter to bash, [[ is just better

26cac8f8 2015-05-15 20:36 Adam Michel

Forgot to use abstracted variables for stat files

940fe451 2015-05-15 20:28 Adam Michel

Refactor of variable assignment method

7f928fb5 2015-05-15 13:16 amichel

Re-submit zfsonlinux_stats_

2fa45511 2015-05-05 07:48 Stig Sandbeck Mathisen

Merge pull request #563 from elfurbe/zfs_list

Zfs list

c39ff9fe 2015-05-05 07:48 Stig Sandbeck Mathisen

Merge pull request #562 from elfurbe/zfsonlinux_stats_

Added zfsonlinux_stats plugin

9fd750df 2015-04-15 17:53 Wouter Verhelst

zfs-filesystem-graph: remove --upper-limit

Providing a --upper-limit parameter is only useful if the size of the
filesystem never changes. On ZFS, this assumption is only true for the
zpool; for all other filesystems, the available space is shared, and the...

fba800ae 2015-03-02 06:51 Veres Lajos

typofixes - https://github.com/vlajos/misspell_fixer

Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic

7c3490ba 2014-12-25 15:30 amichel

Trying to make this into a one file commit. :|

cb6c9595 2014-12-25 15:23 amichel

Added zfs_list plugin

189fffeb 2014-12-24 19:19 amichel

Added zfsonlinux_stats plugin

6ffd5019 2014-09-06 20:03 Gabriele Pohl

Reduce number of categories, use more generic terms

1bf10909 2013-12-16 04:55 Tuxis Internet Engineering

Add support for ZFS On Linux

cde12172 2013-07-14 13:04 Stig Sandbeck Mathisen

Clean fieldnames, to allow filesystems and pools containing "-" to be graphed.

fe35abf5 2013-07-14 13:04 Stig Sandbeck Mathisen

Use perl from $PATH in zfs_usage_ plugin

7bd75f1b 2013-05-07 05:25 Steve Schnepp

Merge pull request #299 from claudius23/zfs_usage_

plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once

947313b6 2013-05-06 21:16 Claudius

plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once

2771a20f 2013-03-13 18:36 tsaavik

fixed duplicate value when read/write values == 0

1b2db4de 2012-12-25 16:48 Kenyon Ralph

Merge pull request #225 from claudius23/patch-1

Update plugins/zfs/zfs_stats_

5ebdabf4 2012-12-23 23:49 Kenyon Ralph

whitespace cleanup

a129a679 2012-12-20 11:11 Claudius

add license

05710b1f 2012-12-20 10:21 Claudius

initial checkin

c26049e8 2012-12-19 12:37 Claudius Herder

Update plugins/zfs/zfs_stats_

Don't divide by zero if there is no l2arc

Error output from zfs_stats_cachehitlist:
dc: divide by zero

e5ce7492 2012-08-07 01:20 Diego Elio Pettenò

More housekeeping.

038c3ce9 2012-08-07 01:16 Diego Elio Pettenò

Extract tarballs committed to git as plugins.

336ca2a9 2012-02-28 10:26 David Bjornsson

Fixing visibility issues in the utilization function

cbe45534 2012-02-24 09:45 David Bjornsson

Added a L2ARC efficiency function, also some label consistency changes

16174878 2012-02-24 09:42 David Bjornsson

Revert "Added a L2ARC efficiency function, also some label consistency changes"

This reverts commit 55ba113d2f40c570ec9c7b8b750f8d8e6a895815.

55ba113d 2012-02-24 09:36 David Bjornsson

Added a L2ARC efficiency function, also some label consistency changes

20cc0e04 2012-02-24 08:30 dabb

Added a L2ARC size function and some cleanup

6b7922c3 2012-02-24 07:46 dabb

Removing unnecessary graph_category attributes

83159620 2012-02-24 06:51 dabb

Fixing typos in data type calculations

b1869d13 2012-02-23 14:58 David Bjornsson

Adding a new ZFS statistic plugin

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs