aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorGravatar Monitoring Plugins Development Team <devel@monitoring-plugins.org> 2014-01-18 03:40:24 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2014-01-19 14:18:47 -0500
commit63734f52ab1b4b2c17545b26fc41016d6bbd80bd (patch)
treedcd7aa3fd9a2a6a69a47d3a7e6a18d034426087a /FAQ
parent9db763963f3993f923619a2147e4313b09f12134 (diff)
downloadmonitoring-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 'FAQ')
-rw-r--r--FAQ14
1 files changed, 7 insertions, 7 deletions
diff --git a/FAQ b/FAQ
index 4fb86536..20b837c6 100644
--- a/FAQ
+++ b/FAQ
@@ -15,7 +15,7 @@ A: All plugins that comply with minimal development guideline for
this project include detailed version information. When executed
with the '-V' option, a version string will be printed:
- check_radius v1.4.16 (nagios-plugins 1.4.16)
+ check_radius v1.4.16 (monitoring-plugins 1.4.16)
All bug reports and help requests should reference this
information.
@@ -32,7 +32,7 @@ A: At a minimum, the output from 'uname -a' and the version string
Q: I'm using Redhat Linux (or some other RPM-based distribution).
Which packages should I install?
-A: The package nagios-plugins-<version>.<arch>.rpm contains only
+A: The package monitoring-plugins-<version>.<arch>.rpm contains only
those plugins that should work on any POSIX compliant system. In
other words, you should be able to install this package on your
system, no matter what else is or in not installed.
@@ -42,7 +42,7 @@ A: The package nagios-plugins-<version>.<arch>.rpm contains only
each dependency could be installed cleanly, but many people
found that this resulted in too many packages. So in the end,
all the non-POSIX plugins were folded into one RPM
- (nagios-plugins-<version>.<arch>.rpm). Most people will need to
+ (monitoring-plugins-<version>.<arch>.rpm). Most people will need to
use RPM's '--nodeps' option to install this package.
@@ -59,10 +59,10 @@ Q: I prefer to build my own RPMs. Do I need to install all of the
A: Beginning with the 1.2.9-1 release, you may run
- rpm --define 'custom 1' -ta nagios-plugins-<release>.tar.gz
+ rpm --define 'custom 1' -ta monitoring-plugins-<release>.tar.gz
In prior releases, you must unpack the tarball and build the
- RPM using nagios-custom.spec with 'rpm -ba'.
+ RPM using monitoring-custom.spec with 'rpm -ba'.
Q: I get an error like
@@ -84,8 +84,8 @@ A: Commonly, system administrators will make security as tight as
Q: I have a plugin to offer. What can I do?
-A: You can make it available on NagiosExchange (http://nagiosexchange.org)
+A: You can make it available on MonitoringExchange (http://monitoringexchange.org)
where other people can find it for use.
You can also get feedback on improving the plugin via the
- nagiosplug-devel@lists.sourceforge.net mailing list.
+ devel@monitoring-plugins.org mailing list.