diff options
author | waja <waja@users.noreply.github.com> | 2024-03-23 11:02:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 11:02:18 +0100 |
commit | 152acfabcf9faa3600b5ebb80a3fb569cd691ef3 (patch) | |
tree | de98ecf8a9782d16ce4de8b43132253404f4a3f6 /THANKS.in | |
parent | 93cd51bc6221ffc846c69135f2746120683b44c5 (diff) | |
download | monitoring-plugins-152acfabcf9faa3600b5ebb80a3fb569cd691ef3.tar.gz |
check_nwstat: adds percentage used space (#1183)
* check_nwstat: adds percentage used space
This adds the new VPU parameter to the check_nwstat plugin.
This parameter returns the percentage used space on a Netware volume.
Now you can monitor your Netware volumes easy. We use it with a warning
85% and critical 90%.
eg: check_nwstat -H your.netware.host -v VPUvol1 -c 85 -w 90 returns
324653 MB (95%) used on volume vol1 - total 340212 MB|Used space in percent
on vol1=95;90;80;0;100.
* check_nwstat: Fixing whitespaces and tabs
* Update translation files
* check_nwstat: Use C99 booleans also with the patch
* Some formatting
---------
Co-authored-by: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com>
Diffstat (limited to 'THANKS.in')
-rw-r--r-- | THANKS.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -406,6 +406,7 @@ Wolfgang Nieder | |||
406 | andrew bezella | 406 | andrew bezella |
407 | Lorenz Gruenwald | 407 | Lorenz Gruenwald |
408 | John Morrissey | 408 | John Morrissey |
409 | Ralph Gottschalkson | ||
409 | Arkadiusz Miśkiewicz | 410 | Arkadiusz Miśkiewicz |
410 | Björn Berg | 411 | Björn Berg |
411 | Franz Schwartau | 412 | Franz Schwartau |