Skip to content

Commit 6e9cd58

Browse files
updated packaged otel config fragments
1 parent 9fb319f commit 6e9cd58

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

packaging/macos/connections/host_monitoring/host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
receivers:
22
filestats/agent:
3-
include: '/etc/observe-agent/otel-collector.yaml'
3+
include: '/usr/local/observe-agent/config/otel-collector.yaml'
44
collection_interval: 5m
55
initial_delay: 60s
66

packaging/macos/connections/host_monitoring/logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
receivers:
22
filelog/host_monitoring:
3-
include: [/var/log/**/*.log, /var/log/syslog]
3+
include: [/var/log/**/*.log]
44
include_file_path: true
55
storage: file_storage
66
retry_on_failure:

packaging/macos/connections/self_monitoring/logs_and_metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
receivers:
22
filelog/agent-config: # TODO: Add observe-agent.yaml once we can obfuscate sensitive config fields
3-
include: [/etc/observe-agent/otel-collector.yaml]
3+
include: [/usr/local/observe-agent/config/otel-collector.yaml]
44
start_at: beginning
55
poll_interval: 5m
66
multiline:

scripts/install_mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ sudo launchctl kickstart "system/$service_name"
7070
echo
7171
echo "---"
7272
echo "Installation complete! You can view the agent status with observe-agent status"
73+
echo "Agent logs will be written to /var/log/observe-agent.log"
7374
echo "Use launchctl to stop and start the agent."
7475
exit 0

0 commit comments

Comments
 (0)