From 41af5b4013ef5f7793465d1e7676f0211b5a30d0 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 12 Jan 2014 23:47:44 +0100 Subject: Documentation: Use monospace font for plugin names Consistently write `check_foo`, not check\_foo. 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). `/usr/ucb/ps` does list the full arguments, but only for your own processes. If you are root, then running `/usr/ucb/ps` can get the full arguments for all processes. However, the columns for `RSS` and `VSZ` merge together when the -values are too large and check\_procs cannot pull the value out correctly. +values are too large and `check_procs` cannot pull the value out correctly. The chosen approach is to create our own `ps`-like command, `pst3`. This 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 # Why aren't the root plugins installed? -There are a few plugins which require root access, namely check\_dhcp and -check\_icmp. These are compiled under the `plugins-root` subdirectory. A +There are a few plugins which require root access, namely `check_dhcp` and +`check_icmp`. These are compiled under the `plugins-root` subdirectory. A `make` `install` will install them with the install user's owner and group permissions. However, if you run `make` `install` without being root, this message will appear: -- cgit v0.10-9-g596f