<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/t, branch release-1.4.16</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.16</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.16'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2012-06-25T10:53:47Z</updated>
<entry>
<title>check_http: added test for warning thresholds</title>
<updated>2012-06-25T10:53:47Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2012-06-25T10:32:01Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=24242f6ab75adb2de617921e79fe6bece4b75612'/>
<id>urn:sha1:24242f6ab75adb2de617921e79fe6bece4b75612</id>
<content type='text'>
fixed typo in sslutils
</content>
</entry>
<entry>
<title>Fix check_by_ssh test for non-Bash login shells</title>
<updated>2012-06-22T15:11:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-22T15:11:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e6df238350588afd93f11501c4c673b07c9733a4'/>
<id>urn:sha1:e6df238350588afd93f11501c4c673b07c9733a4</id>
<content type='text'>
In the C shell and in the Z shell, the "?" character must be quoted or
backslash-escaped in order to use it verbatim.  Therefore, a command
such as

	check_by_ssh -H test.example.com -l joe echo huh?

might fail, depending on joe's login shell on test.example.com.

Just to make sure, this commit removes most punctuation characters from
our test strings.
</content>
</entry>
<entry>
<title>check_by_ssh: added -F config file to specify alternative ssh config</title>
<updated>2012-04-09T20:16:39Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2012-04-09T20:12:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=83655083af68ddd87e5177f3dc4365b6d5721ed5'/>
<id>urn:sha1:83655083af68ddd87e5177f3dc4365b6d5721ed5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_http: check for and print the certificate cn</title>
<updated>2011-02-04T05:54:52Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2011-02-04T05:54:52Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4611e41bc50d15275b316c6f21b688997a9c78c4'/>
<id>urn:sha1:4611e41bc50d15275b316c6f21b688997a9c78c4</id>
<content type='text'>
This patch adds a check for the certificate cn (hostname) to normal
certificate checks. It returns CRITICAL if th cn is missing, otherwise it
prints it in the normal output.

Patch by Stéphane Urbanovski
</content>
</entry>
<entry>
<title>Test updates...</title>
<updated>2011-01-06T04:09:54Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2011-01-06T04:09:54Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ae2a66913706e4cb3fc870485abe34c0f3696124'/>
<id>urn:sha1:ae2a66913706e4cb3fc870485abe34c0f3696124</id>
<content type='text'>
1. Timetick test could fail with uptime &gt; 115 days. Thresholds are
double type, so it's safe to put a large number even for 32bit systems.
2. Add a test based on an invalid bug report, worthy anyway.
</content>
</entry>
<entry>
<title>check_snmp: Remove that is_numeric madness</title>
<updated>2010-12-01T03:32:33Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-12-01T02:02:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=df88f95fcaf65d58a9ea172c2b3e2b96d80dff33'/>
<id>urn:sha1:df88f95fcaf65d58a9ea172c2b3e2b96d80dff33</id>
<content type='text'>
Original patch to make Timeticks works as in check_snmp v1.4.14, it turns
out is_numeric isn't so useful and treating all types as numeric works
best for backwards-compatibility. This is how it used to work in 1.4.14.

As a special case, I also make calculate_rate look up for numeric values
as it would otherwise return the last value instead.
</content>
</entry>
<entry>
<title>Let check_ntp_peer check the number of truechimers</title>
<updated>2010-03-17T23:34:14Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2010-03-17T23:34:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e11b67f6200b994c6d8118948a36eb0ed43bec5a'/>
<id>urn:sha1:e11b67f6200b994c6d8118948a36eb0ed43bec5a</id>
<content type='text'>
Add support for checking the number of usable time sources (i.e., the
number of peers which are classified as so-called "truechimers" by NTP's
intersection algorithm).  The new "-m" and "-n" options allow for
specifying the according WARNING and CRITICAL thresholds (and thereby
activating the truechimers check), respectively.
</content>
</entry>
<entry>
<title>Fix usage of repeated -o options in check_snmp</title>
<updated>2009-10-22T07:25:41Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-10-22T07:25:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e7e9a99117d7e0a7189393b3a04366393620efab'/>
<id>urn:sha1:e7e9a99117d7e0a7189393b3a04366393620efab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix skip number</title>
<updated>2009-09-11T22:58:41Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2009-09-11T22:58:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=aa6563c75cbd09eeb8b9eec55340469183f213cb'/>
<id>urn:sha1:aa6563c75cbd09eeb8b9eec55340469183f213cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_snmp: Add some verbose output and tests</title>
<updated>2009-07-31T07:52:10Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-07-31T07:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=43571dba915621251378e35e85cc593803d9fbe6'/>
<id>urn:sha1:43571dba915621251378e35e85cc593803d9fbe6</id>
<content type='text'>
</content>
</entry>
</feed>
