<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-scripts, 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-06T17:55:03Z</updated>
<entry>
<title>Don't rely on FindBin module to locate utils.pm</title>
<updated>2014-07-06T17:55:03Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-07-06T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1f4fd12845a2041df3f34f7a84d8012e747e327c'/>
<id>urn:sha1:1f4fd12845a2041df3f34f7a84d8012e747e327c</id>
<content type='text'>
As the FindBin module doesn't work with ePN, set the path to utils.pm
explicitly at build time.  Keep using FindBin additionally, so that the
plugins can also be executed from the build directory.

Closes #1271.
</content>
</entry>
<entry>
<title>Use FindBin consistently across Perl plugins</title>
<updated>2014-06-18T16:45:10Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-06-18T16:45:10Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ae24aaeefba290d910a8d8f945716ecc84ca02ca'/>
<id>urn:sha1:ae24aaeefba290d910a8d8f945716ecc84ca02ca</id>
<content type='text'>
Use Perl's FindBin module to locate the path to utils.pm in
check_file_age.pl and check_mssql.pl, just as we do in other Perl
plugins.
</content>
</entry>
<entry>
<title>Update the last remaining instance of the old FSF address</title>
<updated>2014-03-20T09:01:31Z</updated>
<author>
<name>Sam Kottler</name>
<email>shk@redhat.com</email>
</author>
<published>2014-03-20T08:24:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=97b0780376eab039984faa52dbd329b898fb159f'/>
<id>urn:sha1:97b0780376eab039984faa52dbd329b898fb159f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable Perl's "taint" checks</title>
<updated>2014-02-28T21:05:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-02-28T21:05:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0c5b362c3047c30326a748b154bc692b083d38ed'/>
<id>urn:sha1:0c5b362c3047c30326a748b154bc692b083d38ed</id>
<content type='text'>
Perl's "taint" checks don't like `use lib "$FindBin::Bin"'.

Cf. http://www.perlmonks.org/?node_id=585299
</content>
</entry>
<entry>
<title>Replace "plugins-scripts/subst.in" foo</title>
<updated>2014-02-28T12:28:33Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-02-28T12:28:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c08d6a429ba0e0cd3642ba2c2fe85687472ee22f'/>
<id>urn:sha1:c08d6a429ba0e0cd3642ba2c2fe85687472ee22f</id>
<content type='text'>
Remove the buggy and complex awk(1) magic in "plugins-scripts/subst.in"
in favor of simple sed(1) substitutions.

The plugins in the "plugins-scripts" directory now always use the PATH
specified via "./configure --trusted-path", or the default PATH
hard-coded in "configure.ac".

Fixes #1242.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'awiddersheim/fix_trusted_path'</title>
<updated>2014-02-28T12:22:34Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-02-28T12:22:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e260efb25690b13002a0bf432507f66bdad90f02'/>
<id>urn:sha1:e260efb25690b13002a0bf432507f66bdad90f02</id>
<content type='text'>
* awiddersheim/fix_trusted_path:
  Fix trusted path

Conflicts:
	plugins-scripts/check_ntp.pl
	plugins-scripts/subst.in

Closes #1212.
</content>
</entry>
<entry>
<title>subst.in: remove the led() function</title>
<updated>2014-02-27T19:58:49Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-02-26T07:38:46Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2d49468a2533c4623d4121ee0e12260bcba78905'/>
<id>urn:sha1:2d49468a2533c4623d4121ee0e12260bcba78905</id>
<content type='text'>
It was only used to replace the 'use lib utils.pm' with the proper
libexec dir, which is now solved by using Perl's FinBin.

Closes #1241
</content>
</entry>
<entry>
<title>utils.pm: use FindBin instead of awk to find the path to</title>
<updated>2014-02-27T19:56:50Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-02-26T07:07:10Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9408c975fe199c4ef4d662dee05f4f684167b731'/>
<id>urn:sha1:9408c975fe199c4ef4d662dee05f4f684167b731</id>
<content type='text'>
'use lib utils.pm' is not valid Perl syntax:
 Bareword "utils" not allowed while "strict subs" in use at plugins-scripts/check_ircd.pl line 52.
 Bareword "pm" not allowed while "strict subs" in use at plugins-scripts/check_ircd.pl line 52.

This makes it impossible to use the plugins directly from the git tree,
e.g. while hacking on them.

Using FindBin::Bin as the library path allows that, while preserving
the original behaviour of adding the libexec path when the plugin is
properly installed.
</content>
</entry>
<entry>
<title>check_mailq: add $mailq to check output, so it is easily visible what was autodetected</title>
<updated>2014-02-27T19:44:58Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-02-27T18:25:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1988e49fcecd5a502b2a6d32c212e28b17bb6d9c'/>
<id>urn:sha1:1988e49fcecd5a502b2a6d32c212e28b17bb6d9c</id>
<content type='text'>
Closes: #1242
</content>
</entry>
<entry>
<title>check_mailq: document autodetection in the usage output</title>
<updated>2014-02-27T19:33:35Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-02-27T18:06:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f14ae4b99a9835edf6aa3c39c2949cdd056dcee2'/>
<id>urn:sha1:f14ae4b99a9835edf6aa3c39c2949cdd056dcee2</id>
<content type='text'>
</content>
</entry>
</feed>
