From 0850bf7403f5b755f3c167e5139764fe33183a21 Mon Sep 17 00:00:00 2001 From: Quentin Garnier Date: Tue, 23 Dec 2014 15:07:59 +0100 Subject: [PATCH] Add Troubleshooting entry --- docs/user/guide.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/user/guide.rst b/docs/user/guide.rst index 762f32b17..3d44ffd1f 100644 --- a/docs/user/guide.rst +++ b/docs/user/guide.rst @@ -509,6 +509,16 @@ The problem can be: * A prerequisite cpan module is missing. You need to install it * The cpan module cannot be loaded because of its path. Perl modules must be installed on some specific paths +I can't see help messages +^^^^^^^^^^^^^^^^^^^^^^^^^ + +"centreon-plugins" files must unix format (no windows carriage returns). You can change it with the following command: +:: + + $ find . -name "*.p[ml]" -type f -exec dos2unix \{\} \; + +.. Warning:: Execute the command in "centreon-plugins" directory. + *************** Command Samples ***************