forked from plesk/ext-new-relic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 1.2.0 - Removed SERVERS due to EOL
- Loading branch information
1 parent
8eb2298
commit 9dddf9d
Showing
18 changed files
with
122 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 1.2.0 | ||
|
||
* [*] Removed "SERVERS" tools due to EOL | ||
|
||
# 1.1.0 | ||
|
||
* [+] Direct links to the dashboard of New Relic | ||
* [*] Minor improvements | ||
|
||
# 1.0.0 | ||
|
||
* [+] First release of the New Relic Plesk extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Viktor Vogel <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,26 @@ | ||
<?php | ||
// Copyright 1999-2016. Parallels IP Holdings GmbH. | ||
// Copyright 1999-2017. Parallels IP Holdings GmbH. | ||
|
||
$messages = [ | ||
'message_success' => 'Data was successfully saved!', | ||
'message_success_servers' => 'SERVERS was successfully installed!', | ||
'message_success_apm' => 'APM was successfully installed!', | ||
'message_error_key' => 'License Key must be 40 characters exactly!', | ||
'message_warning_php_version' => 'Please select at least one PHP version!', | ||
'message_warning_select_apm' => 'Please also select the APM installation field to activate the service for another PHP version!', | ||
'page_title' => 'New Relic - Application Performance Monitoring', | ||
'output_description' => 'A software analytics tool suite used by developers, ops, and software companies to understand how your applications are performing in development and production.', | ||
'output_description_signup' => 'Don\'t have an account at New Relic yet? Sign up for free <a href="https://newrelic.com/" target="_blank">here</a>! No credit card necessary.', | ||
'output_description_link_login' => 'Sign in to your New Relic account: <a href="https://login.newrelic.com/login" target="_blank">New Relic Login</a>. Enter your Account ID to activate direct links to the components!', | ||
'output_description_link_ser_apm' => 'Open the <a href="https://rpm.newrelic.com/accounts/%%accountid%%/servers" target="_blank">SERVERS</a> dashboard / <a href="https://rpm.newrelic.com/accounts/%%accountid%%/applications" target="_blank">APM</a> dashboard.', | ||
'output_description_link_servers' => 'Open the <a href="https://rpm.newrelic.com/accounts/%%accountid%%/servers" target="_blank">SERVERS</a> dashboard.', | ||
'output_description_link_apm' => 'Open the <a href="https://rpm.newrelic.com/accounts/%%accountid%%/applications" target="_blank">APM</a> dashboard.', | ||
'form_license_key' => 'License Key', | ||
'form_server_name' => 'Server Name', | ||
'form_account_id' => 'Account ID', | ||
'form_type_servers' => 'Install SERVERS', | ||
'form_type_servers_reinstall' => 'Re-Install SERVERS', | ||
'form_type_servers_logo' => '<img src="new-relic-servers.png" alt="New Relic - APM" />', | ||
'form_type_servers_description' => 'Monitor server health to track capacity, memory or CPU consumption. More info: <a href="https://newrelic.com/server-monitoring" target="_blank">New Relic SERVERS</a>', | ||
'form_type_apm' => 'Install APM', | ||
'form_type_apm_php_versions' => 'Select PHP versions', | ||
'form_type_apm_reinstall' => 'Re-Install APM', | ||
'form_type_apm_logo' => '<img src="new-relic-apm.png" alt="New Relic - APM" />', | ||
'form_type_apm_description' => 'Get code level visibility for all your production apps. We help monitor over 3 million applications across six languages. More info: <a href="https://newrelic.com/application-monitoring" target="_blank">New Relic APM</a>.', | ||
'form_type_servers_installed' => '<img src="check.png" alt="New Relic SERVERS is installed" /> New Relic SERVERS is installed!', | ||
'form_type_apm_installed' => '<img src="check.png" alt="New Relic APM is installed" /> New Relic APM is installed!', | ||
'form_type_apm_php_activated' => 'activated', | ||
'form_button_send' => 'Install' | ||
'form_account_id' => 'Account ID', | ||
'form_button_send' => 'Install', | ||
'form_license_key' => 'License Key', | ||
'form_server_name' => 'Server Name', | ||
'form_type_apm' => 'Install APM', | ||
'form_type_apm_description' => 'Get code level visibility for all your production apps. We help monitor over 3 million applications across six languages. More info: <a href="https://newrelic.com/application-monitoring" target="_blank">New Relic APM</a>.', | ||
'form_type_apm_installed' => '<img src="check.png" alt="New Relic APM is installed" /> New Relic APM is installed!', | ||
'form_type_apm_logo' => '<img src="new-relic-apm.png" alt="New Relic - APM" />', | ||
'form_type_apm_php_activated' => 'activated', | ||
'form_type_apm_php_versions' => 'Select PHP versions', | ||
'form_type_apm_reinstall' => 'Re-Install APM', | ||
'message_error_key' => 'License Key must be 40 characters exactly!', | ||
'message_success' => 'Data was successfully saved!', | ||
'message_success_apm' => 'APM was successfully installed!', | ||
'message_warning_php_version' => 'Please select at least one PHP version!', | ||
'message_warning_select_apm' => 'Please also select the APM installation field to activate the service for another PHP version!', | ||
'output_description' => 'A software analytics tool suite used by developers, ops, and software companies to understand how your applications are performing in development and production.', | ||
'output_description_link_apm' => 'Open the <a href="https://rpm.newrelic.com/accounts/%%accountid%%/applications" target="_blank">APM</a> dashboard.', | ||
'output_description_link_login' => 'Sign in to your New Relic account: <a href="https://login.newrelic.com/login" target="_blank">New Relic Login</a>. Enter your Account ID to activate direct links to the components!', | ||
'output_description_signup' => 'Don\'t have an account at New Relic yet? Sign up for free <a href="https://newrelic.com/" target="_blank">here</a>! No credit card necessary.', | ||
'page_title' => 'New Relic - Application Performance Monitoring', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
// Copyright 1999-2016. Parallels IP Holdings GmbH. | ||
// Copyright 1999-2017. Parallels IP Holdings GmbH. | ||
|
||
exit(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.