<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/t, branch v2.0</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.0</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.0'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2014-07-10T19:10:48Z</updated>
<entry>
<title>check_procs: Add delay after forking in test</title>
<updated>2014-07-10T19:10:48Z</updated>
<author>
<name>Mikael Falkvidd</name>
<email>mfalkvidd@op5.com</email>
</author>
<published>2014-07-10T12:25:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f54d10fe9ba202415c2001b1ec7c6eb4697c3d10'/>
<id>urn:sha1:f54d10fe9ba202415c2001b1ec7c6eb4697c3d10</id>
<content type='text'>
Forking raises a race condition, where the parent might run the
test before the child has had time to fork. If that happens,
an error similar to this is produced:
 Failed test 'Output correct'
 at ./t/check_procs.t line 32.
                 'PROCS OK: 0 processes with args 'sleep 7' | processes=0;;;0;'
   doesn't match '/^PROCS OK: 1 process?/'

Sleeping a bit should avoid the problem. It might be enough to
sleep less than a second, but perl's built-in sleep function only
supports integer seconds.

In our build environment, the build failed 3 of 4 times before
this patch. After the patch it failed 0 of 7 times.

Signed-off-by: Mikael Falkvidd &lt;mfalkvidd@op5.com&gt;
</content>
</entry>
<entry>
<title>Merge PR #1265 from waja/check_tcp_server_addr</title>
<updated>2014-06-30T13:13:39Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-06-30T13:02:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b62f2c14fbcec04c021774a9fe0275e395d9eecc'/>
<id>urn:sha1:b62f2c14fbcec04c021774a9fe0275e395d9eecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_jabber.t - fixed tests for new status output including hostname</title>
<updated>2014-06-30T11:55:42Z</updated>
<author>
<name>abrist</name>
<email>abrist@nagios.com</email>
</author>
<published>2014-03-03T17:42:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4277f47bffb65bafeb9b8e256dd7116ce747e850'/>
<id>urn:sha1:4277f47bffb65bafeb9b8e256dd7116ce747e850</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: added check_dns performance data test</title>
<updated>2014-06-28T20:05:25Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-06-28T20:05:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e566021a54c500aa2ee0f17bfe4f95d1fd1be243'/>
<id>urn:sha1:e566021a54c500aa2ee0f17bfe4f95d1fd1be243</id>
<content type='text'>
Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>tests: always build and test on travis</title>
<updated>2014-06-24T13:07:44Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-06-24T13:07:44Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b35d12e931c6d330291f5c5f4847c33a122c63cb'/>
<id>urn:sha1:b35d12e931c6d330291f5c5f4847c33a122c63cb</id>
<content type='text'>
also make test is now working on travis-ci

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>tests: fping checks require being root or setuid root</title>
<updated>2014-06-13T13:23:18Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-06-13T12:20:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=93901d5ff10cd7fd915cc09d7c496cec49f82ce5'/>
<id>urn:sha1:93901d5ff10cd7fd915cc09d7c496cec49f82ce5</id>
<content type='text'>
on the fping binary. Check this before running the test.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>check_snmp: Handle SNMPv3 noAuthNoPriv properly</title>
<updated>2014-04-24T06:49:54Z</updated>
<author>
<name>Anton Lofgren</name>
<email>alofgren@op5.com</email>
</author>
<published>2014-03-07T10:35:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4e0da0216d3ca96c930eca053c9a229e86cc7402'/>
<id>urn:sha1:4e0da0216d3ca96c930eca053c9a229e86cc7402</id>
<content type='text'>
The SNMPv3 noAuthNoPriv security level, somewhat unintuitively, requires
a security name to be passed along together with the request. Check_snmp
previously did not do this, causing snmpget to throw an error:

"External command error: No log handling enabled - turning on stderr
logging
snmpget: No securityName specified"

This patch fixes the issue by always providing the security name when
noAuthNoPriv is specified.

See also:
https:://bugs.op5.com/view.php?id=8385.

Signed-off-by: Anton Lofgren &lt;alofgren@op5.com&gt;
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2014-01-29T07:16:47Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2014-01-29T07:16:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fc9fbe1e89ac7b8349f65f1953a5e432f0cc3846'/>
<id>urn:sha1:fc9fbe1e89ac7b8349f65f1953a5e432f0cc3846</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify check_mysql test prompts</title>
<updated>2014-01-28T07:35:09Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2014-01-28T07:35:09Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c30be5877cf0756dbdc361f7049483bf737f9403'/>
<id>urn:sha1:c30be5877cf0756dbdc361f7049483bf737f9403</id>
<content type='text'>
Also default to "-u test -ptest" which are default MySQL accounts only
missing the prescribed privileges.

The database is no longer specified as it is not used.
If wanted is should be its own parameter/tests.
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2014-01-21T15:07:38Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-01-21T15:07:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7ee3525423f17cb8269a11e679355733867131e9'/>
<id>urn:sha1:7ee3525423f17cb8269a11e679355733867131e9</id>
<content type='text'>
* maint:
  check_ssh: Get rid of sshd: Read from socket failed: Connection reset by peer
  fixed tests when there is no direct internet connection
  NEWS: Mention fix for check_http's -S option
  Fix for SSL Versioning when multiple options are used.
  Fix #1217 spec file fails to build due to duplicate files and unused files
  check_http: Don't let "-N" expect an argument
  README: Change GitHub URL
  README: Clarify license notice
  Update URLs and mailing list addresses
  Just using the posix conform extended regular expression grep
  check_oracle: --db +ASM bad string matching check_oracle doesn't correctly check for pmon +ASM instance from at least Oracle 11 as the pmon proces was renamed from ora_pmon_.* to asm_pmon_.*. -- Just turning attached patch of github issue #1207 into a push request. (Closes #1207)
  Update web site URLs

Conflicts:
	FAQ
	NEWS
	README
	SUPPORT
	configure.in
	monitoring-plugins.spec.in
	pkg/solaris/pkginfo.in
	plugins-root/check_dhcp.c
	plugins-root/check_icmp.c
	plugins-scripts/check_ifoperstatus.pl
	plugins-scripts/check_mssql.pl
	plugins/check_apt.c
	plugins/check_by_ssh.c
	plugins/check_cluster.c
	plugins/check_dbi.c
	plugins/check_dig.c
	plugins/check_disk.c
	plugins/check_dns.c
	plugins/check_dummy.c
	plugins/check_fping.c
	plugins/check_game.c
	plugins/check_hpjd.c
	plugins/check_http.c
	plugins/check_ide_smart.c
	plugins/check_ldap.c
	plugins/check_load.c
	plugins/check_mrtg.c
	plugins/check_mrtgtraf.c
	plugins/check_mysql.c
	plugins/check_mysql_query.c
	plugins/check_nagios.c
	plugins/check_nt.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_swap.c
	plugins/check_tcp.c
	plugins/check_time.c
	plugins/check_ups.c
	plugins/check_users.c
	plugins/negate.c
	plugins/urlize.c
	plugins/utils.h
	po/Makevars
	po/de.po
	po/fr.po
	po/monitoring-plugins.pot
</content>
</entry>
</feed>
