Add Troubleshooting entry

This commit is contained in:
Quentin Garnier 2014-12-23 15:07:59 +01:00
parent 377140078e
commit f15e11c8d1
1 changed files with 10 additions and 0 deletions

View File

@ -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
***************