summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-02-09 12:36:26 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-02-09 12:36:26 (GMT)
commit3a4087f40503cfb231a421034a2aa696a6951a3a (patch)
treee3ceca22f11a6d2ff50cc5ee525379678d0c46e9 /FAQ
parentf1f19a39a66708d503f3f51e145d275105d960e2 (diff)
downloadmonitoring-plugins-3a4087f40503cfb231a421034a2aa696a6951a3a.tar.gz
spell check
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@297 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ12
1 files changed, 6 insertions, 6 deletions
diff --git a/FAQ b/FAQ
index 66ca293..370ac99 100644
--- a/FAQ
+++ b/FAQ
@@ -19,7 +19,7 @@ Frequently Asked Questions
19 19
20 Note that this string include both the assigned package release 20 Note that this string include both the assigned package release
21 name and the CVS-generated revision for the individual plugin. 21 name and the CVS-generated revision for the individual plugin.
22 Authors hould strictly adhere to this format. All bug reports 22 Authors should strictly adhere to this format. All bug reports
23 and help requests should reference this information. 23 and help requests should reference this information.
24 24
253. Q: What information do I need to include when asking for help or 253. Q: What information do I need to include when asking for help or
@@ -45,11 +45,11 @@ Frequently Asked Questions
45 (nagios-plugins-<version>.<arch>.rpm). Most people will need to 45 (nagios-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
485. Q: My sysem uses the .deb package format. What pacakges should I 485. Q: My system uses the .deb package format. What packages should I
49 install? 49 install?
50 50
51 A: We strive for cooperation between all packagers and developers. 51 A: We strive for cooperation between all packagers and developers.
52 The answers for .deb are the same as for RPM, afetr changing the 52 The answers for .deb are the same as for RPM, after changing the
53 package name suffixes accordingly. 53 package name suffixes accordingly.
54 54
556. Q: I prefer to build my own RPMs. Do I need to install all of the 556. Q: I prefer to build my own RPMs. Do I need to install all of the
@@ -69,10 +69,10 @@ Frequently Asked Questions
69 when I run Nagios. (Often check_ping runs just fine on the 69 when I run Nagios. (Often check_ping runs just fine on the
70 command line). 70 command line).
71 71
72 A: Commonly, system adminitartors will make security as tight as 72 A: Commonly, system administrators will make security as tight as
73 possible on the monitoring system. Sometimes this includes OS 73 possible on the monitoring system. Sometimes this includes OS
74 options or hardening scripts that prevent unpriveleged users from 74 options or hardening scripts that prevent unprivileged users from
75 running the ping command. Nagios runs with no more priveleges 75 running the ping command. Nagios runs with no more privileges
76 than 'nobody' -- check to be sure that the nagios user can 76 than 'nobody' -- check to be sure that the nagios user can
77 actually run check ping. (This can also happen with other binaries 77 actually run check ping. (This can also happen with other binaries
78 executed by nagios, but ping seems to be far and away the biggest 78 executed by nagios, but ping seems to be far and away the biggest