<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-scripts/check_file_age.pl, 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>2021-11-29T16:27:57Z</updated>
<entry>
<title>Make size parameter a little bit more intelligible</title>
<updated>2021-11-29T16:27:57Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-11-29T16:27:57Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5e2c3992204466d621e521695c4250f1d5480e77'/>
<id>urn:sha1:5e2c3992204466d621e521695c4250f1d5480e77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve issues from code review</title>
<updated>2017-04-05T09:27:37Z</updated>
<author>
<name>phowen</name>
<email>phowen@cisco.com</email>
</author>
<published>2017-04-05T09:27:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d332ee1fa09f09e6025d58a99876d96d50bbf439'/>
<id>urn:sha1:d332ee1fa09f09e6025d58a99876d96d50bbf439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add range checking to check_file_age</title>
<updated>2017-02-14T15:19:18Z</updated>
<author>
<name>phowen</name>
<email>phowen@cisco.com</email>
</author>
<published>2017-02-14T15:19:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=98a365d76c9b7e270d7b00953905d80c80c1467d'/>
<id>urn:sha1:98a365d76c9b7e270d7b00953905d80c80c1467d</id>
<content type='text'>
</content>
</entry>
<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>drop superfluous libexecdir</title>
<updated>2015-10-02T11:58:43Z</updated>
<author>
<name>Elan Ruusamäe</name>
<email>glen@delfi.ee</email>
</author>
<published>2015-10-02T11:54:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8079ead7fa72f4483ad021fcbdeb24ac3d742ca5'/>
<id>urn:sha1:8079ead7fa72f4483ad021fcbdeb24ac3d742ca5</id>
<content type='text'>
utils.pm locate is already convered by FindBin
</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>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>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>
</feed>
