-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
I had been mostly depending on setting the license in /etc/newrelic/newrelic.cfg
, but now I discovered this:
# OBSOLESCENCE NOTICE
# The license keyword is now ignored in this file. Instead it is now
# set by the agent (for example in your INI file for the PHP agent). As a
# temporary measure to ensure the agent functions correctly the license above
# has been saved in the file /etc/newrelic/upgrade_please.key. If no license
# is specified in the agent it will use the license from that file. This is a
# TEMPORARY measure and you are strongly encouraged to upgrade your agent
# configuration file and remove /etc/newrelic/upgrade_please.key in order to
# eliminate any confusion about where the license used comes from. Please also
# remove the license keyword above and this notice.
The plugin allows setting the license, I should now prioritize creating a UI in which to set it.