summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r--web/input/doc/faq/ps-on-solaris.md2
-rw-r--r--web/input/doc/faq/root-plugins.md4
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.
15If you are root, then running `/usr/ucb/ps` can get the full arguments for all 15If you are root, then running `/usr/ucb/ps` can get the full arguments for all
16processes. However, the columns for `RSS` and `VSZ` merge together when the 16processes. However, the columns for `RSS` and `VSZ` merge together when the
17values are too large and check\_procs cannot pull the value out correctly. 17values are too large and `check_procs` cannot pull the value out correctly.
18 18
19The chosen approach is to create our own `ps`-like command, `pst3`. This 19The chosen approach is to create our own `ps`-like command, `pst3`. This
20outputs the required information in a known format for `check_procs` to parse. 20outputs 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
7There are a few plugins which require root access, namely check\_dhcp and 7There are a few plugins which require root access, namely `check_dhcp` and
8check\_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
10permissions. However, if you run `make` `install` without being root, this 10permissions. However, if you run `make` `install` without being root, this
11message will appear: 11message will appear: