summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorMonitoring Plugins Development Team <devel@monitoring-plugins.org>2014-01-18 08:40:24 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-19 19:18:47 (GMT)
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 4fb8653..20b837c 100644
--- a/FAQ
+++ b/FAQ
@@ -15,7 +15,7 @@ A: All plugins that comply with minimal development guideline for
15 this project include detailed version information. When executed 15 this project include detailed version information. When executed
16 with the '-V' option, a version string will be printed: 16 with the '-V' option, a version string will be printed:
17 17
18 check_radius v1.4.16 (nagios-plugins 1.4.16) 18 check_radius v1.4.16 (monitoring-plugins 1.4.16)
19 19
20 All bug reports and help requests should reference this 20 All bug reports and help requests should reference this
21 information. 21 information.
@@ -32,7 +32,7 @@ A: At a minimum, the output from 'uname -a' and the version string
32Q: I'm using Redhat Linux (or some other RPM-based distribution). 32Q: I'm using Redhat Linux (or some other RPM-based distribution).
33 Which packages should I install? 33 Which packages should I install?
34 34
35A: The package nagios-plugins-<version>.<arch>.rpm contains only 35A: The package monitoring-plugins-<version>.<arch>.rpm contains only
36 those plugins that should work on any POSIX compliant system. In 36 those plugins that should work on any POSIX compliant system. In
37 other words, you should be able to install this package on your 37 other words, you should be able to install this package on your
38 system, no matter what else is or in not installed. 38 system, no matter what else is or in not installed.
@@ -42,7 +42,7 @@ A: The package nagios-plugins-<version>.<arch>.rpm contains only
42 each dependency could be installed cleanly, but many people 42 each dependency could be installed cleanly, but many people
43 found that this resulted in too many packages. So in the end, 43 found that this resulted in too many packages. So in the end,
44 all the non-POSIX plugins were folded into one RPM 44 all the non-POSIX plugins were folded into one RPM
45 (nagios-plugins-<version>.<arch>.rpm). Most people will need to 45 (monitoring-plugins-<version>.<arch>.rpm). Most people will need to
46 use RPM's '--nodeps' option to install this package. 46 use RPM's '--nodeps' option to install this package.
47 47
48 48
@@ -59,10 +59,10 @@ Q: I prefer to build my own RPMs. Do I need to install all of the
59 59
60A: Beginning with the 1.2.9-1 release, you may run 60A: Beginning with the 1.2.9-1 release, you may run
61 61
62 rpm --define 'custom 1' -ta nagios-plugins-<release>.tar.gz 62 rpm --define 'custom 1' -ta monitoring-plugins-<release>.tar.gz
63 63
64 In prior releases, you must unpack the tarball and build the 64 In prior releases, you must unpack the tarball and build the
65 RPM using nagios-custom.spec with 'rpm -ba'. 65 RPM using monitoring-custom.spec with 'rpm -ba'.
66 66
67 67
68Q: I get an error like 68Q: I get an error like
@@ -84,8 +84,8 @@ A: Commonly, system administrators will make security as tight as
84 84
85Q: I have a plugin to offer. What can I do? 85Q: I have a plugin to offer. What can I do?
86 86
87A: You can make it available on NagiosExchange (http://nagiosexchange.org) 87A: You can make it available on MonitoringExchange (http://monitoringexchange.org)
88 where other people can find it for use. 88 where other people can find it for use.
89 89
90 You can also get feedback on improving the plugin via the 90 You can also get feedback on improving the plugin via the
91 nagiosplug-devel@lists.sourceforge.net mailing list. 91 devel@monitoring-plugins.org mailing list.