<p><a href="http://search.cpan.org/%7Enierlein/Monitoring-Plugin-0.39/lib/Monitoring/Plugin.pm#CONSTRUCTOR">http://search.cpan.org/~nierlein/Monitoring-Plugin-0.39/lib/Monitoring/Plugin.pm#CONSTRUCTOR</a></p>

<p>there's no documentation for <code>version</code>, <code>blurb</code>, <code>license</code>, <code>extra</code>, <code>plugin</code>, <code>timeout</code> parameters</p>

<p>as for example i was looking where to put information about homepage and where to report bugs and copyright years and author.</p>

<hr>

<p>for homepage and bugs url, i just appended to <code>blurb</code>:<br>
<a href="https://github.com/glensc/nagios-plugin-check_raid/commit/cd178206287fc2e75d463823618d8e8402215a7b" class="commit-link">glensc/nagios-plugin-check_raid@<tt>cd17820</tt></a></p>

<p>for license and copyright did not find good solution: i do not want to replace <code>license</code> key, i like that default GPLv2 is printed.</p>

<p>here's example how my plugin worked before starting to use perl-Monitoring-Plugin, and after</p>

<pre><code>➔ ./check_raid-3.2.5.pl --help | head -n10
check_raid, v3.2.5
Copyright (c) 2004-2006 Steve Shipway,
Copyright (c) 2009-2015, Elan Ruusamäe <glen@pld-linux.org>

This plugin reports the current server's RAID status
https://github.com/glensc/nagios-plugin-check_raid

Usage: check_raid [-h] [-V] [-S] [list of devices to ignore]
</code></pre>

<pre><code>➔ ./check_raid-4.0.1.pl --help | head -n10
check_raid 4.0.1

This nagios plugin is free software, and comes with ABSOLUTELY NO WARRANTY.
It may be used, redistributed and/or modified under the terms of the GNU
General Public Licence (see http://www.fsf.org/licensing/licenses/gpl.txt).

This plugin checks all RAID volumes (hardware and software) that can be identified.

Usage: check_raid [-h] [-V] [-S] [list of devices to ignore]
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br><a href="https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/8">Reply to this email on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFQl2ZXCstL_dFVFulZxngMnm_A4h7N7ks5po0eWgaJpZM4HlxT2.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/8"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>