Skip to content

Commit

Permalink
M3v3: updated perl module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danfruehauf committed Apr 6, 2012
1 parent 2717825 commit c2678b2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
5 changes: 2 additions & 3 deletions M3v3/MonitisMonitorManager/Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Revision history for Perl extension MonitisMonitorManager.

0.01 Thu Mar 22 23:09:32 2012
- original version; created by h2xs 1.23 with options
-XAn MonitisMonitorManager
3.0 Thu Mar 22 23:09:32 2012
- Initial release of version 3 includes packaging as a perl module

34 changes: 27 additions & 7 deletions M3v3/MonitisMonitorManager/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MonitisMonitorManager version 0.01
==================================
MonitisMonitorManager version 3.0
=================================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
Expand All @@ -25,16 +25,36 @@ DEPENDENCIES

This module requires these other modules and libraries:

blah blah blah
Carp;
Data::Dumper;
Date::Manip;
DBI;
File::Basename;
File::Temp;
JSON;
List::Util;
LWP::UserAgent;
Monitis;
Net::SNMP;
Sys::Statistics::Linux;
Test::More;
Thread;
Thread::Queue;
threads::shared;
Time::HiRes;
URI::Escape;
XML::Simple;

AUTHORS

Dan Fruehauf <malkodan gmail>

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.
COPYRIGHT AND LICENCE

Copyright (C) 2012 by Dan Fruehauf
Copyright (C) 2006-2012, Monitis Inc.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.


6 changes: 3 additions & 3 deletions M3v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ And they sit in the Execution, Parsing and Compute directories respectively.

### Plugin documentation

* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3/Execution/README.md">Execution plugins</a>
* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3/Parsing/README.md">Parsing plugins</a>
* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3/Compute/README.md">Compute plugins</a>
* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3v3/MonitisMonitorManager/lib/MonitisMonitorManager/Execution/README.md">Execution plugins</a>
* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3v3/MonitisMonitorManager/lib/MonitisMonitorManager/Parsing/README.md">Parsing plugins</a>
* <a href="https://github.com/monitisexchange/Monitis-Linux-Scripts/blob/master/M3v3/MonitisMonitorManager/lib/MonitisMonitorManager/Compute/README.md">Compute plugins</a>

### Very simple example

Expand Down

0 comments on commit c2678b2

Please sign in to comment.