Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix Infra agent Version on Newrelic UI #76

Open
Balajimohan24-sre opened this issue Sep 11, 2024 · 1 comment
Open

Unix Infra agent Version on Newrelic UI #76

Balajimohan24-sre opened this issue Sep 11, 2024 · 1 comment

Comments

@Balajimohan24-sre
Copy link

Hi team,

I have few unix hosts(Solaris) successfully reporting to newrelic, but unable to find the agent's version under the "Metadata" of each hosts like how I use to know the version in Linux or Windows hosts.

Newrelic Grok (Ask AI) shows results for NRQL from SystemSample or Network Sample but these tables doesn't exist for Unix hosts.

Is there any ways I could see the version of agents running on hosts in Newrelic UI ?

Thanks

@gsidhwani-nr
Copy link
Contributor

You may add a custom attribute in the static section of plugin.json to serve your immediate requirements:

{
  "global": {
    "OS": "auto",
    "account_id": "1XXXXX3",
    "insights_mode": {
      "insights_insert_key": "aXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXAL",
      "insights_data_center": "US"
    }
  },
  "agents": [
    {
      "name": "auto",
      "static": {
        "version": "v1.2.0",
        "infra": "production",
        "custom_attribute": "your_custom_value"
      }
    }
  ]
}
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants