diff --git a/pandora_server/FreeBSD/pandora_server.conf.new b/pandora_server/FreeBSD/pandora_server.conf.new index 8ac2987275..8eb926a98d 100644 --- a/pandora_server/FreeBSD/pandora_server.conf.new +++ b/pandora_server/FreeBSD/pandora_server.conf.new @@ -504,6 +504,10 @@ console_api_url http://localhost/pandora_console/include/api.php console_user admin # console_pass: Console password (pandora by default) +# To make sure console_api_url, console_api_pass, console_user and console_pass are properly configured run: +# curl "?op=get&op2=test&apipass=&user=&pass=" +# It should return a string similar to: +# OK,{VERSION},{BUILD} console_pass pandora # Passphrase used to generate the key for password encryption (PANDORA FMS ENTERPRISE ONLY). diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 2e4ebbf462..d444152f55 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -498,6 +498,10 @@ console_api_url http://localhost/pandora_console/include/api.php console_user admin # console_pass: Console password (pandora by default) +# To make sure console_api_url, console_api_pass, console_user and console_pass are properly configured run: +# curl "?op=get&op2=test&apipass=&user=&pass=" +# It should return a string similar to: +# OK,{VERSION},{BUILD} console_pass pandora # Passphrase used to generate the key for password encryption (PANDORA FMS ENTERPRISE ONLY). diff --git a/pandora_server/conf/pandora_server.conf.windows b/pandora_server/conf/pandora_server.conf.windows index 245f924ddc..4f959294f4 100644 --- a/pandora_server/conf/pandora_server.conf.windows +++ b/pandora_server/conf/pandora_server.conf.windows @@ -305,6 +305,10 @@ console_api_url http://localhost/pandora_console/include/api.php console_user admin # console_pass: Console password (pandora by default) +# To make sure console_api_url, console_api_pass, console_user and console_pass are properly configured run: +# curl "?op=get&op2=test&apipass=&user=&pass=" +# It should return a string similar to: +# OK,{VERSION},{BUILD} console_pass pandora # Passphrase used to generate the key for password encryption (PANDORA FMS ENTERPRISE ONLY).