-
Notifications
You must be signed in to change notification settings - Fork 812
Debugging tips
Quentin Madec edited this page Apr 6, 2015
·
5 revisions
Please go to our Knowledge base for more details.
To get your agent version there are several solutions, here are a few you can try:
- If you are using a package manager
-
dpkg -s datadog-agent | grep -E 'Status|Version'
for APT based systems -
rpm -q datadog-agent
for RPM based systems
-