<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-scripts/t, branch maint-2.2</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.2</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.2'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2015-10-04T17:24:30Z</updated>
<entry>
<title>change exit code to unknown on help and version info</title>
<updated>2015-10-04T17:24:30Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2015-10-04T16:48:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d6baf9dbce1578ca59a577ac8155b835c46f0a16'/>
<id>urn:sha1:d6baf9dbce1578ca59a577ac8155b835c46f0a16</id>
<content type='text'>
Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>check_file_age: Provide performance data</title>
<updated>2014-10-06T18:16:00Z</updated>
<author>
<name>Jonas Genannt</name>
<email>jonas@brachium-system.net</email>
</author>
<published>2014-09-23T10:51:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3b02d7fafba6ef35cac9af47ce046f9c7a6fc510'/>
<id>urn:sha1:3b02d7fafba6ef35cac9af47ce046f9c7a6fc510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: check_disk_smb may exit with critical for unresponsive hosts too</title>
<updated>2014-07-31T09:43:47Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-07-31T09:43:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d832030e38f75e118ea519c08b5d3b491068b95d'/>
<id>urn:sha1:d832030e38f75e118ea519c08b5d3b491068b95d</id>
<content type='text'>
Unknown (ex. debian 7)
%&gt; ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv
/usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du
No Answer from Client

Critical (ex. debian 8)
%&gt; ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv
/usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du
Connection to 1.1.1.1 failed
CRITICAL

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>check_file_age: support for --ignore-missing</title>
<updated>2014-01-24T19:43:01Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2013-09-30T23:38:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0b9b300f856d021b56950030f4e6053d84bc77c8'/>
<id>urn:sha1:0b9b300f856d021b56950030f4e6053d84bc77c8</id>
<content type='text'>
Patch to provide for a -i | --ignore-missing option. This allows files that
don't exist to be monitored for without causing an error. The use case is:

* one process periodically pushes files to an "input" queue for a second
  process
* the second process, when running cleanly will "consume" (process and remove)
  these files

So the conditions to meet are:
1. If the file doesn't exist, that's fine (OK)
2. If the file exists, but is less than X seconds, that's fine (OK)
3. If the file exists, but greater than X seconds, no good (CRITICAL)

Since now check_file_age doesn't permit this behavior, as a non-existent file
is considered CRITICAL.

Test case was contributed by our lovely Holger.

Closes #1181, Closes #989, Closes #862, Closes #1187, Closes #845
Closes Debian Bug #496307
</content>
</entry>
<entry>
<title>check_disk_smb: fixed number of tests to skip</title>
<updated>2013-09-17T08:23:08Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2013-09-17T08:22:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c7ea2aed746e610cd7f7e0a95ae275b5ea3a3d62'/>
<id>urn:sha1:c7ea2aed746e610cd7f7e0a95ae275b5ea3a3d62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add test cases for check_disk_smb</title>
<updated>2010-11-28T21:08:54Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@users.sourceforge.net</email>
</author>
<published>2010-11-28T21:08:54Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9faccbb26106fc6f134c783c91d1871af581af02'/>
<id>urn:sha1:9faccbb26106fc6f134c783c91d1871af581af02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed testcases for check_snmp, check_ifstatus and check_ifoperstatus when no snmp community is specified</title>
<updated>2009-06-13T16:13:49Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@gmx.de</email>
</author>
<published>2009-06-13T16:13:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=38e20a1a3369bf470b8ce9b66ca5dfb57302e009'/>
<id>urn:sha1:38e20a1a3369bf470b8ce9b66ca5dfb57302e009</id>
<content type='text'>
The checks for invalid/unavailable hosts need a complete command line.
They failed on hosts where no community was specified. Now, an invalid community is used so
the tests can run on hosts w/o snmp host/community in NPTest.cache. Execution will fail anyway.
</content>
</entry>
<entry>
<title>Further test parameters and skip blocks for check_ifoperstatus.t. getTestparam changes for check_ifstatus.t and ifoperstatus.t</title>
<updated>2009-06-13T09:10:32Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@gmx.de</email>
</author>
<published>2009-06-13T09:10:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=05b801284c714e2e39a4fffc69d11d9cb78fe5ef'/>
<id>urn:sha1:05b801284c714e2e39a4fffc69d11d9cb78fe5ef</id>
<content type='text'>
Added snmp_interface and snmp_ifxtable test parameters to check_ifoperstatus.t.
Also getTestParameter calls for both plugins were converted to use three arguments
instead of undocumented &gt;3 arg behaviour which led to redundant data in NPTest.cache.
</content>
</entry>
<entry>
<title>Fixed SNMPv3 behaviour of check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder)</title>
<updated>2009-06-11T15:20:55Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@gmx.de</email>
</author>
<published>2009-06-11T15:20:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=edda2536e589810070abcb59e3cb2b3d0b334a01'/>
<id>urn:sha1:edda2536e589810070abcb59e3cb2b3d0b334a01</id>
<content type='text'>
check_ifstatus didn't function correctly with SNMPv3. This is fixed now.
Created argument-hash for SNMP session creation. This removes redundant code.
Session creation was moved out of process_arguments() and now takes place
after setting the timeout handler.

Additionally the -P argument was added to specify the privprotocol.
</content>
</entry>
<entry>
<title>Added testcases for check_ifoperstatus</title>
<updated>2009-06-11T14:27:15Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@gmx.de</email>
</author>
<published>2009-06-11T14:27:15Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e16b35b2ca960f8e56c17013a749e181d429a725'/>
<id>urn:sha1:e16b35b2ca960f8e56c17013a749e181d429a725</id>
<content type='text'>
Added testcases for check_ifoperstatus. No SNMPv3 testing
included for now.
</content>
</entry>
</feed>
