diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-12 22:47:44 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-12 22:47:44 (GMT) |
commit | 41af5b4013ef5f7793465d1e7676f0211b5a30d0 (patch) | |
tree | 92ebca31200c5207a0688b2947a175c758a34ac5 /web | |
parent | aa96b7897b40bf1171f08d77e229ec57b2c4119a (diff) | |
download | site-41af5b4013ef5f7793465d1e7676f0211b5a30d0.tar.gz |
Documentation: Use monospace font for plugin names
Consistently write `check_foo`, not check\_foo.
Diffstat (limited to 'web')
-rw-r--r-- | web/input/doc/faq/ps-on-solaris.md | 2 | ||||
-rw-r--r-- | web/input/doc/faq/root-plugins.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/faq/ps-on-solaris.md b/web/input/doc/faq/ps-on-solaris.md index 801c695..1fd4d66 100644 --- a/web/input/doc/faq/ps-on-solaris.md +++ b/web/input/doc/faq/ps-on-solaris.md | |||
@@ -14,7 +14,7 @@ process (common for listing Java programs). | |||
14 | `/usr/ucb/ps` does list the full arguments, but only for your own processes. | 14 | `/usr/ucb/ps` does list the full arguments, but only for your own processes. |
15 | If you are root, then running `/usr/ucb/ps` can get the full arguments for all | 15 | If you are root, then running `/usr/ucb/ps` can get the full arguments for all |
16 | processes. However, the columns for `RSS` and `VSZ` merge together when the | 16 | processes. However, the columns for `RSS` and `VSZ` merge together when the |
17 | values are too large and check\_procs cannot pull the value out correctly. | 17 | values are too large and `check_procs` cannot pull the value out correctly. |
18 | 18 | ||
19 | The chosen approach is to create our own `ps`-like command, `pst3`. This | 19 | The chosen approach is to create our own `ps`-like command, `pst3`. This |
20 | outputs the required information in a known format for `check_procs` to parse. | 20 | outputs the required information in a known format for `check_procs` to parse. |
diff --git a/web/input/doc/faq/root-plugins.md b/web/input/doc/faq/root-plugins.md index 43994de..09b4c25 100644 --- a/web/input/doc/faq/root-plugins.md +++ b/web/input/doc/faq/root-plugins.md | |||
@@ -4,8 +4,8 @@ parent: FAQ | |||
4 | 4 | ||
5 | # Why aren't the root plugins installed? | 5 | # Why aren't the root plugins installed? |
6 | 6 | ||
7 | There are a few plugins which require root access, namely check\_dhcp and | 7 | There are a few plugins which require root access, namely `check_dhcp` and |
8 | check\_icmp. These are compiled under the `plugins-root` subdirectory. A | 8 | `check_icmp`. These are compiled under the `plugins-root` subdirectory. A |
9 | `make` `install` will install them with the install user's owner and group | 9 | `make` `install` will install them with the install user's owner and group |
10 | permissions. However, if you run `make` `install` without being root, this | 10 | permissions. However, if you run `make` `install` without being root, this |
11 | message will appear: | 11 | message will appear: |