diff options
-rw-r--r-- | FAQ | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 | ||
25 | 3. Q: What information do I need to include when asking for help or | 25 | 3. 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 | ||
48 | 5. Q: My sysem uses the .deb package format. What pacakges should I | 48 | 5. 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 | ||
55 | 6. Q: I prefer to build my own RPMs. Do I need to install all of the | 55 | 6. 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 |