• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H25-Jul-2018-2,0791,549

lib/Monitoring/H25-Jul-2018-2,9421,081

t/H25-Jul-2018-2,6252,128

ChangesH A D25-Jul-20184.8 KiB135101

MANIFESTH A D27-Dec-20161.9 KiB7473

META.ymlH A D25-Jul-2018840 3736

Makefile.PLH A D27-Dec-2016648 2216

READMEH A D20-Jan-2014972 3724

notesH A D20-Jan-2014364 1712

README

1Monitoring::Plugin
2==================
3
4These modules are meant for perl developers of plugins for Naemon, Nagios,
5Icinga, Shinken and other compatible products. It is meant to
6simplify a lot of the common functions required to do checking of a
7particular service.
8This module is maintained by the Monitoring-Plugins team
9(https://monitoring-plugins.org)
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20
21EXAMPLE SCRIPT
22
23"Enough talk!  Show me where to start!"
24
25See the file 'check_stuff.pl' in the 't' directory for a complete
26working example of a plugin script.
27
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2014      by Monitoring Plugin Team
32Copyright (C) 2006-2014 by Nagios Plugin Development Team
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.8.4 or,
36at your option, any later version of Perl 5 you may have available.
37