newrelic / newrelic-unix-monitor

Monitoring service for Unix (AIX, Linux, HP-UX, MacOS, Solaris) systems
https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/unix-monitoring-integration/
Other
31 stars 24 forks source link

credential encryption issue on solaris 10 #69

Closed kururaj closed 2 months ago

kururaj commented 2 months ago

While following the documentation to obfuscate the ingest key, I appended the insights_insert_key_obfuscated attribute to the plugin.json file as instructed.

However, the log file is showing an error indicating that insights_insert_key is empty or null.

Here is the documentation link: New Relic Unix Monitoring Integration.

The template used for plugin.json :

{ "global": { "OS": "auto", "account_id": "123", "fedramp": "false", "insights_mode": {    "insights_insert_key_obfuscated":"ABCDEF", "insights_data_center": "" }, "proxy": { "proxy_host": "hgshadgh", "proxy_port": 1234 } }, "agents": [ { "name": "auto", "host": "hostname", "static": { "attribute1": "attribute1_value", "attribute2": 12345 } } ] }

gsidhwani-nr commented 2 months ago

This has been resolved in v1.0.3.