2009-10-16 Sancho Lerena <slerena@artica.es>
* util/pandora_server: Updated error string when service cannot startup (show both pandora_server.log and pandora_server.error) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2028 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8f242e9972
commit
a4e28346dc
|
@ -1,3 +1,8 @@
|
|||
2009-10-16 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* util/pandora_server: Updated error string when service cannot startup
|
||||
(show both pandora_server.log and pandora_server.error)
|
||||
|
||||
2009-10-16 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/DataServer.pm: Do not process disabled modules.
|
||||
|
|
|
@ -77,7 +77,7 @@ case "$1" in
|
|||
rc_status -v
|
||||
else
|
||||
echo "Cannot start Pandora FMS Server. Aborted."
|
||||
echo "Check Pandora FMS log files at '/var/log/pandora/pandora_server.log'"
|
||||
echo "Check Pandora FMS log files at '/var/log/pandora/pandora_server.error & pandora_server.log'"
|
||||
rc_status -s
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue