2010-05-11 Sergio Martin <sergio.martin@artica.es>
* linux/pandora_agent_installer man/man1/pandora_agent.1.gz man/man1/tentacle.1.gz: Added the man pages of tentacle and pandora agent and modified the agent installer script to install them git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2698 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b7ef0afb7f
commit
a6a586003e
|
@ -1,3 +1,11 @@
|
|||
2010-05-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* linux/pandora_agent_installer
|
||||
man/man1/pandora_agent.1.gz
|
||||
man/man1/tentacle.1.gz: Added the man pages of
|
||||
tentacle and pandora agent and modified the
|
||||
agent installer script to install them
|
||||
|
||||
2010-02-22 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* unix/Linux/pandora_agent.conf: Added parameters position_description
|
||||
|
|
|
@ -152,6 +152,9 @@ install () {
|
|||
echo "Copying tentacle client to $TENTACLE"
|
||||
cp tentacle_client $TENTACLE
|
||||
|
||||
echo "Installing Tentacle manual"
|
||||
cp ../man/man1/tentacle.1.gz /usr/share/man/man1
|
||||
|
||||
echo "Linking Pandora FMS Agent plugins directory to $PANDORA_CFG/plugins..."
|
||||
rm $PANDORA_CFG/plugins 2> /dev/null
|
||||
ln -s $PANDORA_HOME/plugins $PANDORA_CFG 2> /dev/null
|
||||
|
@ -169,6 +172,9 @@ install () {
|
|||
echo "Linking start-up daemon script at $PANDORA_STARTUP";
|
||||
cp pandora_agent_daemon $PANDORA_STARTUP
|
||||
|
||||
echo "Installing Pandora Agent manual"
|
||||
cp ../man/man1/pandora_agent.1.gz /usr/share/man/man1
|
||||
|
||||
if [ "$DISTRO" == "UBUNTU" ]
|
||||
then
|
||||
echo "Linking start-up daemon script to /etc/rc2.d";
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue