diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 58 |
1 files changed, 33 insertions, 25 deletions
@@ -1,9 +1,9 @@ | |||
1 | Nagios Plugins | 1 | Monitoring Plugins |
2 | ============== | 2 | ================== |
3 | 3 | ||
4 | * For instructions on installing these plugins for use with Nagios, | 4 | * For instructions on installing these plugins for use with your monitoring |
5 | see below. In addition, generic instructions for the GNU toolchain can be | 5 | system, see below. In addition, generic instructions for the GNU |
6 | found in the `INSTALL` file. | 6 | toolchain can be found in the `INSTALL` file. |
7 | 7 | ||
8 | * For major changes between releases, read the `NEWS` file. | 8 | * For major changes between releases, read the `NEWS` file. |
9 | 9 | ||
@@ -21,19 +21,20 @@ Nagios Plugins | |||
21 | 21 | ||
22 | You can check for the latest plugins at: | 22 | You can check for the latest plugins at: |
23 | 23 | ||
24 | * <https://sourceforge.net/projects/nagiosplug/> | 24 | * <https://www.monitoring-plugins.org/> |
25 | 25 | ||
26 | Send an email to <nagiosplug-help@lists.sourceforge.net> for assistance. | 26 | Send an email to <help@monitoring-plugins.org> for assistance. Please |
27 | Please include the OS type and version that you are using. Also, run the | 27 | include the OS type and version that you are using. Also, run the plugin |
28 | plugin with the `-vvv` option and provide the resulting version information. | 28 | with the `-vvv` option and provide the resulting version information. Of |
29 | Of course, there may be additional diagnostic information required as well. | 29 | course, there may be additional diagnostic information required as well. |
30 | Use good judgment. | 30 | Use good judgment. |
31 | 31 | ||
32 | Send an email to <nagiosplug-devel@lists.sourceforge.net> for developer | 32 | Send an email to <devel@monitoring-plugins.org> for developer discussions. |
33 | discussions. | ||
34 | 33 | ||
35 | For patch submissions and bug reports, please use the appropriate resources | 34 | For patch submissions and bug reports, please use the appropriate resources |
36 | at <https://github.com/nagios-plugins/nagios-plugins>. | 35 | at: |
36 | |||
37 | * <https://github.com/monitoring-plugins> | ||
37 | 38 | ||
38 | 39 | ||
39 | Installation Instructions | 40 | Installation Instructions |
@@ -45,17 +46,17 @@ Installation Instructions | |||
45 | ./tools/setup | 46 | ./tools/setup |
46 | 47 | ||
47 | For more detail, see the developer guidelines at | 48 | For more detail, see the developer guidelines at |
48 | <http://nagiosplug.sourceforge.net/developer-guidelines.html>. | 49 | <https://www.monitoring-plugins.org/doc/guidelines.html>. |
49 | 50 | ||
50 | 2. Run the configure script to initialize variables and create a Makefile, | 51 | 2. Run the configure script to initialize variables and create a Makefile, |
51 | etc. | 52 | etc. |
52 | 53 | ||
53 | ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL | 54 | ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL |
54 | 55 | ||
55 | Replace `BASEDIRECTORY` with the path of the directory under which Nagios | 56 | Replace `BASEDIRECTORY` with the path of the directory under which your |
56 | is installed (default is `/usr/local/nagios`), and replace `SOMEURL` with | 57 | monitoring system is installed (default is `/usr/local`), and replace |
57 | the path used to access the Nagios CGIs with a web browser (default is | 58 | `SOMEURL` with the path used to access the monitoring system CGIs with a |
58 | `/nagios/cgi-bin`). | 59 | web browser (default is `/nagios/cgi-bin`). |
59 | 60 | ||
60 | 3. Compile the plugins with the following command: | 61 | 3. Compile the plugins with the following command: |
61 | 62 | ||
@@ -77,14 +78,21 @@ Installation Instructions | |||
77 | make install-root | 78 | make install-root |
78 | 79 | ||
79 | That's it! If you have any problems or questions, feel free to send an | 80 | That's it! If you have any problems or questions, feel free to send an |
80 | email to <nagiosplug-help@lists.sourceforge.net>. | 81 | email to <help@monitoring-plugins.org>. |
82 | |||
81 | 83 | ||
84 | License Notice | ||
85 | -------------- | ||
82 | 86 | ||
83 | License Stuff | 87 | You can redistribute and/or modify this software under the terms of the GNU |
84 | ------------- | 88 | General Public License as published by the Free Software Foundation; either |
89 | version 3 of the License, or (at your option) any later version; with the | ||
90 | additional exemption that compiling, linking, and/or using OpenSSL is | ||
91 | allowed. | ||
85 | 92 | ||
86 | This software is released under the GNU General Public License, Version 3, | 93 | This software is distributed in the hope that it will be useful, but WITHOUT |
87 | with the additional exemption that compiling, linking and/or using OpenSSL | 94 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
88 | is allowed. | 95 | FITNESS FOR A PARTICULAR PURPOSE. |
89 | 96 | ||
90 | See the `COPYING` file for the complete GPLv3 text. | 97 | See the `COPYING` file for the complete text of the GNU General Public |
98 | License, version 3. | ||