1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
--- a/pandora_agent
+++ b/pandora_agent
@@ -154,7 +154,7 @@ my %DefaultConf = (
'autotime' => 0,
'temporal_min_size' => 1,
'timezone_offset' => 0,
- 'pandora_exec' => 'pandora_agent_exec',
+ 'pandora_exec' => '/usr/share/pandorafms/agent/pandora_agent_exec',
'agent_threads' => 1,
'udp_server_port' => 41122,
'udp_server_auth_address' => '0.0.0.0',
--- a/Linux/pandora_agent.conf
+++ b/Linux/pandora_agent.conf
@@ -8,9 +8,9 @@
# ==================
server_ip localhost
-server_path /var/spool/pandora/data_in
+server_path /var/spool/pandorafms/data_in
temporal /tmp
-logfile /var/log/pandora/pandora_agent.log
+logfile /var/log/pandorafms/pandora_agent.log
#include /etc/pandora/pandora_agent_alt.conf
#broker_agent name_agent
@@ -154,7 +154,7 @@ temporal_min_size 1024
# always copied to the secondary server.
#secondary_mode on_error
#secondary_server_ip localhost
-#secondary_server_path /var/spool/pandora/data_in
+#secondary_server_path /var/spool/pandorafms/data_in
#secondary_server_port 41121
#secondary_transfer_mode tentacle
#secondary_transfer_timeout 30
|