2007-11-20 Manuel Arostegui <marostegui@artica.es>
* pandora_snmpconsole,pandora_server,pandora_recon,pandora_network: Fixed bug #1822659. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@679 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a472c5d389
commit
5f69ab0aa5
|
@ -1,3 +1,8 @@
|
|||
2007-11-20 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* pandora_snmpconsole,pandora_server,pandora_recon,pandora_network: Fixed
|
||||
bug #1822659.
|
||||
|
||||
2007-11-19 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* pandora_network: Fixed problem with default retries of SNMP library. Now is 0
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
PANDORA_PID_PATH="/var/run/pandora"
|
||||
PANDORA_PID=$PANDORA_PID_PATH/pandora_network.pid
|
||||
PANDORA_DAEMON=/usr/bin/pandora_network
|
||||
PANDORA_DAEMON=/usr/local/bin/pandora_network
|
||||
|
||||
# Main script
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
PANDORA_PID_PATH="/var/run/pandora"
|
||||
PANDORA_PID=$PANDORA_PID_PATH/pandora_recon.pid
|
||||
PANDORA_DAEMON=/usr/bin/pandora_recon
|
||||
PANDORA_DAEMON=/usr/local/bin/pandora_recon
|
||||
|
||||
# Main script
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
PANDORA_PID_PATH="/var/run/pandora"
|
||||
PANDORA_PID=$PANDORA_PID_PATH/pandora_dataserver.pid
|
||||
PANDORA_DAEMON=/usr/bin/pandora_server
|
||||
PANDORA_DAEMON=/usr/local/bin/pandora_server
|
||||
|
||||
# Main script
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
PANDORA_PID_PATH="/var/run/pandora"
|
||||
PANDORA_PID=$PANDORA_PID_PATH/pandora_snmp.pid
|
||||
PANDORA_DAEMON=/usr/bin/pandora_snmpconsole
|
||||
PANDORA_DAEMON=/usr/local/bin/pandora_snmpconsole
|
||||
|
||||
DAEMON_LOG="/var/log/pandora/pandora_snmptrap.log"
|
||||
DAEMON_PID="$PANDORA_PID_PATH/pandora_snmptrapd.pid"
|
||||
|
|
Loading…
Reference in New Issue