Changed permission to tarball installer and added a warning to advise

of missing dependencies (perl-Sys-Syslog) TICKET: #3264
This commit is contained in:
fermin831 2016-01-26 17:55:42 +01:00
parent dccc8e4486
commit 57f934f467
1 changed files with 3 additions and 0 deletions

3
pandora_agents/unix/pandora_agent_installer Normal file → Executable file
View File

@ -486,6 +486,9 @@ install () {
echo " ($HOME/.ssh/id_dsa) under /home/pandora/.ssh/authorized_keys "
echo "on your Pandora FMS Server host"
echo " "
echo "You may need to install manually some additional required dependencies:"
echo "perl-Sys-Syslog"
echo " "
echo "You also need to setup your $PANDORA_BASE$PANDORA_CFG/pandora_agent.conf config file"
echo " "
if [ "$OS_NAME" = "FreeBSD" ]