diff options
author | Monitoring Plugins Development Team <devel@monitoring-plugins.org> | 2014-01-18 03:40:24 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-19 14:18:47 -0500 |
commit | 63734f52ab1b4b2c17545b26fc41016d6bbd80bd (patch) | |
tree | dcd7aa3fd9a2a6a69a47d3a7e6a18d034426087a /SUPPORT | |
parent | 9db763963f3993f923619a2147e4313b09f12134 (diff) | |
download | monitoring-plugins-63734f52ab1b4b2c17545b26fc41016d6bbd80bd.tar.gz |
Project rename initial commit.
This is an initial take at renaming the project to Monitoring Plugins.
It's not expected to be fully complete, and it is expected to break
things (The perl module for instance). More testing will be required
before this goes mainline.
Diffstat (limited to 'SUPPORT')
-rw-r--r-- | SUPPORT | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,14 +1,14 @@ | |||
1 | SUPPORT | 1 | SUPPORT |
2 | 2 | ||
3 | Using the mailing lists and tracker databases at SourceForge are the | 3 | Using the mailing lists and issue tracker at GitHub are the |
4 | best ways to obtain direct support for the Nagios Plugins. There may | 4 | best ways to obtain direct support for the Monitoring Plugins. There may |
5 | also be commercial support options available to you -- check | 5 | also be commercial support options available to you -- check |
6 | http://www.nagios.org/ to track the current status of commercial | 6 | http://www.nagios.org/ to track the current status of commercial |
7 | support offerings. | 7 | support offerings. |
8 | 8 | ||
9 | There are two mailing lists associated with Nagios Plugin development: | 9 | There are two mailing lists associated with Monitoring Plugins development: |
10 | 'help' (mailto:nagiosplug-help@lists.sourceforge.net), and 'devel' | 10 | 'help' (mailto:help@monitoring-plugins.org), and 'devel' |
11 | (mailto:nagiosplug-devel@lists.sourceforge.net). Unless you are fairly | 11 | (mailto:help@monitoring-plugins.org). Unless you are fairly |
12 | certain you have found a bug or that you are requesting a new feature, | 12 | certain you have found a bug or that you are requesting a new feature, |
13 | please direct support requests to 'help'. | 13 | please direct support requests to 'help'. |
14 | 14 | ||
@@ -18,8 +18,8 @@ their time to fix bug and provide feature requests, it is generally in | |||
18 | you interest to do a modest amount of legwork before posting to either | 18 | you interest to do a modest amount of legwork before posting to either |
19 | of these lists. | 19 | of these lists. |
20 | 20 | ||
21 | Plugins that are in the contrib directories are provided as-is. We will | 21 | Plugins that are in the contrib directories are provided as-is. We will |
22 | try to help, but sometimes the plugins have dependencies that the nagios-plugin | 22 | try to help, but sometimes the plugins have dependencies that the monitoring-plugin |
23 | developers do not have access to. You may be able to try the authors | 23 | developers do not have access to. You may be able to try the authors |
24 | directly. | 24 | directly. |
25 | 25 | ||
@@ -34,7 +34,7 @@ Requests to 'help' require posting the version number of the | |||
34 | plugin. The best place to include the version information is in the | 34 | plugin. The best place to include the version information is in the |
35 | subject. A good post would have a subject like: | 35 | subject. A good post would have a subject like: |
36 | 36 | ||
37 | Can I use SSL with check_imap (nagios-plugins 1.3.0-beta2) 1.12 | 37 | Can I use SSL with check_imap (monitoring-plugins 1.3.0-beta2) 1.12 |
38 | 38 | ||
39 | If you do not include the version of the plugin, you risk having your | 39 | If you do not include the version of the plugin, you risk having your |
40 | post silently ignored. | 40 | post silently ignored. |
@@ -48,17 +48,17 @@ REPORTING BUGS AND SUBMITTING PATCHES | |||
48 | 48 | ||
49 | Bug reports, investigations of possible bugs, feature requests, and | 49 | Bug reports, investigations of possible bugs, feature requests, and |
50 | patch submissions should be submitted to the development list at | 50 | patch submissions should be submitted to the development list at |
51 | mailto:nagiosplug-devel@lists.sourceforge.net. Please raise an issue first | 51 | mailto:devel@monitoring-plugins.org. Please raise an issue first |
52 | in GitHub, otherwise your email is likely to be missed over time. | 52 | in GitHub, otherwise your email is likely to be missed over time. |
53 | 53 | ||
54 | You should identify the version, preferably in the subject line. | 54 | You should identify the version, preferably in the subject line. |
55 | However, to best use developer resources, it is suggested that you | 55 | However, to best use developer resources, it is suggested that you |
56 | reference your report to one of the following sources: | 56 | reference your report to one of the following sources: |
57 | 57 | ||
58 | 1) The most recent release, including beta's | 58 | 1) The most recent release, including beta's |
59 | 59 | ||
60 | 2) The current snapshots (there's a link provided on | 60 | 2) The current snapshots (there's a link provided on |
61 | https://www.nagios-plugins.org/download.html) | 61 | https://www.monitoring-plugins.org/download.html) |
62 | 62 | ||
63 | 3) The current Git code from GitHub | 63 | 3) The current Git code from GitHub |
64 | 64 | ||