<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/check_nwstat.c, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2025-03-12T12:50:39Z</updated>
<entry>
<title>Remove check_nwstat</title>
<updated>2025-03-12T12:50:39Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T12:50:39Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=37c543e2b20657a8f4c120ba6b52e8e605a417bb'/>
<id>urn:sha1:37c543e2b20657a8f4c120ba6b52e8e605a417bb</id>
<content type='text'>
check_nwstat is a plugin which was used to determine the health
of things on Novel machines.

Since Novel is quite dead (even more so the product, this can be
removed and this commit does just that to reduce ressource usage.
</content>
</entry>
<entry>
<title>check_nwstat: delare file local variables static</title>
<updated>2024-11-08T11:36:41Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-11-08T11:36:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5130e5b0d3591866488bd03b00ca383cd7674b3c'/>
<id>urn:sha1:5130e5b0d3591866488bd03b00ca383cd7674b3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_nwstat: update copyright</title>
<updated>2024-10-31T13:39:05Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T13:39:05Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ac3cb0b7025b5661ffc385df5999b3c908797922'/>
<id>urn:sha1:ac3cb0b7025b5661ffc385df5999b3c908797922</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_nwstat: clang-format</title>
<updated>2024-10-31T13:38:33Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T13:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e3348570d177e333f79e6dc56389ec4871f95cba'/>
<id>urn:sha1:e3348570d177e333f79e6dc56389ec4871f95cba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_nwstat: adds percentage used space (#1183)</title>
<updated>2024-03-23T10:02:18Z</updated>
<author>
<name>waja</name>
<email>waja@users.noreply.github.com</email>
</author>
<published>2024-03-23T10:02:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=152acfabcf9faa3600b5ebb80a3fb569cd691ef3'/>
<id>urn:sha1:152acfabcf9faa3600b5ebb80a3fb569cd691ef3</id>
<content type='text'>
* 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 &lt;12514511+RincewindsHat@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>check_nwstat: Use C99 booleans</title>
<updated>2023-10-18T15:18:53Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-10-18T15:18:53Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=03dfd8f5b647504030f34b87a38fd10e3d6dbaef'/>
<id>urn:sha1:03dfd8f5b647504030f34b87a38fd10e3d6dbaef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 'requres' typo</title>
<updated>2023-04-13T15:15:16Z</updated>
<author>
<name>donien</name>
<email>matthias.doehler@netways.de</email>
</author>
<published>2023-04-13T15:15:16Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cc69e8f76bcde8f75b5828b920bb937682673f49'/>
<id>urn:sha1:cc69e8f76bcde8f75b5828b920bb937682673f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use unknown exit code for help/version in plugins</title>
<updated>2015-10-04T17:24:30Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2015-10-04T17:02:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=edca257e2032866f6ca63bc540a317574cd89ac8'/>
<id>urn:sha1:edca257e2032866f6ca63bc540a317574cd89ac8</id>
<content type='text'>
Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rename'</title>
<updated>2014-01-21T12:59:07Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2014-01-21T12:59:07Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=11cf54ca78185d820085a476cdbf7d8f9149c292'/>
<id>urn:sha1:11cf54ca78185d820085a476cdbf7d8f9149c292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plugins/*.c: Alterations for timeout messages.</title>
<updated>2014-01-21T10:33:45Z</updated>
<author>
<name>Spenser Reinhardt</name>
<email>sreinhardt@nagios.com</email>
</author>
<published>2014-01-20T20:05:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=212575b8583616058dc4ced59e38d7d36529800a'/>
<id>urn:sha1:212575b8583616058dc4ced59e38d7d36529800a</id>
<content type='text'>
.c file changes for misleading timeout messages in help functions. Solution to pull request #1209 tracker by awiddersheim.

Files: plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dbi.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_game.c, plugins/check_http.c, plugins/check_ldap.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, plugins/check_ntp_time.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, plugins/negate.c
</content>
</entry>
</feed>
