diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-15 11:08:18 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-15 11:08:18 (GMT) |
commit | 9d832838af7fc7fae22938d20badfd54ecd9c1ef (patch) | |
tree | 7d133392be307743ed50e12b972201b97b858a53 /web | |
parent | ad54725251f8dba95177d5aa481e515dd3c16878 (diff) | |
download | site-9d832838af7fc7fae22938d20badfd54ecd9c1ef.tar.gz |
doc/faq/migration.md: Don't duplicate other docs
We shouldn't attempt to document Nagios/Naemon/Icinga/whatever
configurations on our site.
Diffstat (limited to 'web')
-rw-r--r-- | web/input/doc/faq/migration.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/web/input/doc/faq/migration.md b/web/input/doc/faq/migration.md index 3dfd566..c15d505 100644 --- a/web/input/doc/faq/migration.md +++ b/web/input/doc/faq/migration.md | |||
@@ -24,13 +24,10 @@ Plugins into the old location: | |||
24 | 24 | ||
25 | If you prefer the new location (`/usr/local/libexec`), you must adjust your | 25 | If you prefer the new location (`/usr/local/libexec`), you must adjust your |
26 | monitoring application's configuration instead. The details obviously depend | 26 | monitoring application's configuration instead. The details obviously depend |
27 | on the software you're using. In typical [Nagios][nagios], [Naemon][naemon], | 27 | on the software you're using. If in doubt, you will probably find the right |
28 | and [Icinga 1][icinga-1] setups, the path to the plugins can be modified by | 28 | place(s) to modify by searching your configuration for the old pathname, e.g.: |
29 | adjusting the `$USER1$` macro in the `resource_file` (often named | ||
30 | `resource.cfg`). With [Icinga 2][icinga-2], you probably want to set the path | ||
31 | in in your `constants.conf` file, e.g.: | ||
32 | 29 | ||
33 | const PluginDir = "/usr/local/libexec" | 30 | $ grep -r /usr/local/nagios /etc |
34 | 31 | ||
35 | If you run into any trouble, please don't hesitate to [contact us][support]! | 32 | If you run into any trouble, please don't hesitate to [contact us][support]! |
36 | 33 | ||