D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
resources
/
locales
/
Filename :
en-US.php
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. $messages = [ 'navigation' => [ 'title' => 'Monitoring', 'description' => 'View reports on the server health and change the Monitoring configuration.', 'domainTitle' => 'Monitoring', 'domainDescription' => 'View reports on resource usage by the subscription.', 'domainStatus' => [ 'loading' => 'Loading...', 'loadingError' => 'Loading error', 'notConnected' => 'Not connected', 'notActivated' => 'Activation required', 'notConfigured' => 'Domain is not monitored', 'onYourOwn' => 'On your own', 'active' => 'Domain dashboard', ], ], 'pages' => [ 'installation' => [ 'checkerError' => 'Could not check if Monitoring was installed correctly: %%message%%', 'dependencyError' => 'Not all dependencies for Monitoring were installed : %%message%%', 'pluginError' => 'The %%name%% plugin is not installed.', 'fixerError' => 'An error occurred while fixing the installation: %%message%%', 'dbIsBroken' => 'The extension database was not found or broken.', 'dbAccessRightsAreIncorrect' => 'The access rights of the extension database are incorrect.', 'grafanaIsMissingNotification' => 'Monitoring is almost ready to go and collecting the necessary data. The last step left is to install the Grafana extension to display the data.', 'grafanaInactiveError' => 'Grafana is disabled.', 'grafanaServiceError' => 'The Grafana service seems to be broken.', 'serviceFixerError' => 'An error occurred while starting the collecting service: %%message%%', 'grafanaFixerError' => 'An error occurred while starting the Grafana service: %%message%%', 'thresholdSettingsError' => 'The threshold settings are not set or incorrect.', 'panelsPlacementSettingsError' => 'The panel arrangement settings are not correct.', 'serverConfigError' => 'The System Health Monitor component was not found.', 'serverConfigErrorAndAdvice' => 'The System Health Monitor component was not found. Please reinstall the component via the following console command: ' . '`plesk sbin ai.exe remove --components health-monitoring && plesk sbin ai.exe add --components health-monitoring && plesk bin extension -i monitoring`', 'serverConfigIsInvalid' => 'The System Health Monitor component configuration is not valid.', ], 'notifications' => [ 'thresholdAlert' => [ 'alertTitle' => 'The resource usage threshold has been exceeded', 'okTitle' => 'The resource usage value is back to normal', 'actionText' => 'Check server health', 'messageAddon' => 'The current value is %%value%%.', 'recommendation' => 'This article may help to solve the issue: %%link%%', ], 'cloudAlert' => [ 'alertTitle' => 'The Monitoring agent has detected an issue', 'actionText' => 'Check server health', 'alertMessageNoData' => 'An alert for the "no data received" metric was triggered.', 'alertMessageSnapshot' => 'Below is a snapshot of the current usage.', 'alertMessage' => 'An alert for the %%metric%% metric was triggered. Current value %%value%% does not meet the conditions: %%summary%%' ], ], ], 'ui' => [ 'button' => [ 'reload' => 'Reload', 'fix-installation' => 'Fix installation', 'install-grafana' => 'Install Grafana', 'install-monitoring' => 'Use Built-in Monitoring', 'install-monitoring-popup-proceed' => 'Yes, use Built-in Monitoring', 'install-monitoring-popup-cancel' => 'Cancel', 'how-360-monitoring-is-better' => 'How 360 Monitoring is better?', 'start-service' => 'Start service', 'start-grafana' => 'Start service', 'open-settings' => 'Settings', 'open-thresholds' => 'Thresholds', 'share-feedback' => 'Share your feedback', 'restore-defaults' => 'Restore defaults', 'panels-management' => 'Customize', 'rearrange' => 'Rearrange', 'complete-the-arrangement' => 'Complete the arrangement', 'detect-hardware-changes' => 'Detect hardware changes', 'submit' => 'OK', 'apply' => 'Apply', 'cancel' => 'Cancel', 'no-panels-action' => 'Open customization settings', 'no-panels-link' => 'Customize', 'subscriptions-monitoring' => 'Subscription monitoring', 'components-installation-link' => 'install the Cgroups Manager component', 'cgroups-manager-license-link' => 'license', 'parameters' => 'Parameters', 'tour-skip' => 'Skip', 'tour-next' => 'Next', 'tour-previous' => 'Previous', 'tour-finish' => 'Got it!', 'cloud-connection-promo-sign-up' => 'Sign up', 'cloud-connection-promo-connect' => 'Connect', 'cloud-connection-promo-activate' => 'Activate', 'cloud-connection-website-monitoring-promo-enable' => 'Enable', 'cloud-connection-proceed' => 'Try 360 Monitoring', 'cloud-monitoring-view-prev' => 'Back to Built-in Monitoring', 'cloud-monitoring-view-prev-proceed' => 'Yes, go back', 'cloud-agent-version-update' => 'Update agent', 'cloud-agent-install' => 'Install agent', 'cloud-agent-launch' => 'Launch agent', 'cloud-monitors-filter-all' => 'All monitored', 'cloud-monitors-filter-issues' => 'With issues', 'cloud-monitors-select-websites' => 'Select websites to monitor', 'cloud-websites-filter-all' => 'All', 'cloud-websites-filter-monitored' => 'Monitored', 'cloud-websites-filter-not-monitored' => 'Not monitored', 'cloud-license-buy-pro' => 'Upgrade your license', 'cloud-license-keep-free' => 'Keep Lite', 'cloud-statistics-refresh' => 'Refresh', 'cloud-open-external-monitoring' => 'Open 360 Monitoring', ], 'switch' => [ 'site-monitoring-is-not-needed' => 'Thank you, but I monitor the website myself' ], 'widget' => [ 'license' => [ 'header-trial' => 'Trial: {days, plural, =1 {# day} other {# days}} left', 'header-lite' => 'Lite license', 'header-pro' => 'Paid license', 'button-buy-pro' => 'Upgrade your license', 'button-adjust-limits' => 'Adjust limits', 'menu-back-to-classic' => 'Back to Built-in Monitoring', 'menu-compare-licenses' => 'Compare licenses', 'popup-websites-used' => 'You are monitoring {used, plural, =1 {# website} other {# websites}} on {serversUsed, plural, =1 {# server} other {# servers}}.', 'popup-lite-websites-allowed' => 'With the Lite license, you can monitor up to {allowed, plural, =1 {# website} other {# websites}}.', 'popup-pro-websites-allowed' => 'With the current license limits, you can monitor up to {allowed, plural, =1 {# website} other {# websites}}.', 'popup-trial-websites-allowed' => 'During a trial period, you can monitor an unlimited number of websites.', 'popup-servers-used' => 'You are monitoring {used, plural, =1 {# server} other {# servers}}.', 'popup-lite-servers-allowed' => 'You can monitor up to {allowed, plural, =1 {# server} other {# servers}}.', 'popup-pro-servers-allowed' => 'With the current license limits, you can monitor up to {allowed, plural, =1 {# server} other {# servers}}.', 'popup-trial-servers-allowed' => 'During a trial period, you can monitor an unlimited number of servers.', 'websites-used-allowed' => 'Websites: %%used%% of %%allowed%%', 'servers-used-allowed' => 'Servers: %%used%% of %%allowed%%', ], ], 'panel' => [ 'overviewTitle' => 'Overview', 'servicesTitle' => 'Services', 'hddTitle' => 'Disk', 'ramTitle' => 'Memory', 'cpuTitle' => 'CPU', 'networkTitle' => 'Network', 'comparisonTitle' => 'Subscriptions', 'cloudServerTitle' => 'Server', 'cloudMonitorsTitle' => 'Websites', ], 'settings' => [ 'title' => 'Settings', 'thresholdsTitle' => 'Thresholds', 'panelsManagementTitle' => 'Customize', 'subscriptionsMonitoringTitle' => 'Subscription Resource Monitoring', 'parametersMonitoringTitle' => 'Parameters', 'cloudWebsitesTitle' => 'Select websites to monitor', ], 'text' => [ 'page-title' => 'Monitoring', 'loading' => 'Loading...', 'installation-check-failed' => 'Could not get the installation status of Monitoring.', 'installation-fix-failed' => 'Could not fix Monitoring.', 'statistics-loading-failed' => 'Could not load statistics.', 'placement-loading-failed' => 'Could not load the graph arrangement.', 'notice-about-saving' => 'Any changes you make in these dashboards will not be saved.', 'service-is-not-running-warning' => 'New data will not be collected because the collecting service is stopped. Start the service?', 'service-is-not-running-subscription-warning' => 'New data will not be collected because the collecting service is stopped. Please contact the administrator.', 'service-fix-failed' => 'Could not start the collecting service.', 'grafana-is-not-running-error' => 'The tab content cannot be loaded because the Grafana service is stopped. Start the service?', 'grafana-is-not-running-subscription-error' => 'The dashboard cannot be loaded because the Grafana service is stopped. Please contact the administrator.', 'grafana-fix-failed' => 'Could not start the Grafana service.', 'page-not-found' => 'Could not find the page.', 'thresholds-have-been-updated' => 'The thresholds were updated.', 'hint-percentage' => '%', 'thresholds-disclamer' => 'Select the resources Monitoring will track. Set threshold values (if applicable) to receive notifications when thresholds are exceeded.', 'open-thresholds-button-hint' => 'Set thresholds for the resources Monitoring tracks', 'field-is-required' => 'This field is required.', 'field-too-many-values' => 'This field contains too many values.', 'restore-defaults-hint' => 'Resets thresholds to defaults.', 'restore-panels-default-placement-hint' => 'Resets the graph arrangement to the initial state.', 'panels-management-hint' => 'Drag and drop to rearrange the graphs.', 'panels-management-button-hint' => 'Change the order or show/hide specific graphs', 'inactive-panels' => 'Inactive graphs', 'panels-placement-has-been-updated' => 'The graph layout has been updated.', 'no-contents' => 'It seems there is nothing here.', 'panels-management-overview-add-to-hint' => 'Add the graph to the Overview tab', 'panels-management-overview-remove-from-hint' => 'Remove the graph from the Overview tab', 'panels-management-activate' => 'Show the graph on its default tab', 'panels-management-deactivate' => 'Hide the graph', 'hardware-changes-were-found' => 'Hardware configuration was updated.', 'hardware-changes-not-found' => 'Hardware configuration was rechecked: no changes found.', 'hardware-changes-detection-failed' => 'Detection of hardware changes failed.', 'hardware-changes-hint' => 'last checked: %%when%%', 'interval-ago' => '%%interval%% ago', 'just-now' => 'just now', 'long-ago' => 'long ago', 'never' => 'never', 'seconds-short' => 'sec', 'minutes-short' => 'min', 'hours-short' => 'hrs', 'days-short' => 'days', 'no-panels-title' => 'Oops!', 'no-panels-description' => 'It looks like you have deactivated all graphs on this page. You can add them back on the \'Customize\' page.', 'panels-are-deactivated' => 'All panels in this section are deactivated.', 'panels-are-deactivated-hint' => 'You can add them back on the %%link%% page.', 'subscriptions-monitoring-hint' => 'Monitoring can show graphs of CPU, memory, and disk resources consumed by subscriptions. To enable this feature, configure the integration between Monitoring and Cgroups Manager.', 'subscriptions-monitoring-button-hint' => 'Enable or disable data collection for subscriptions (via Cgroups Manager)', 'cgroups-manager-component-warning' => 'You need to %%link%%.', 'cgroups-manager-license-warning' => 'To proceed with the integration, you need to install Plesk with Web Pro or Web Host %%link%%.', 'cgroups-manager-integration-hint' => 'Enabled Cgroups is the one that collects data about resources consumed by subscriptions and submits the data to Monitoring.', 'customers-subscriptions-hint' => 'Show customers their subscriptions\' resource consumption in graphs.', 'subscriptions-comparison-hint' => 'Compare graphs of different subscriptions on a separate tab and find out which website generates the highest load. The tab is available to the Plesk administrator only.', 'subscriptions-comparison-list-placeholder' => 'Select the subscriptions...', 'subscriptions-comparison-list-alert' => 'To use this feature, create at least one subscription.', 'subscriptions-loading-failed' => 'Could not load the subscriptions\' settings.', 'subscriptions-have-been-updated' => 'The monitoring settings have been updated.', 'subscriptions-have-not-been-updated' => 'Updated all monitoring settings except the Cgroups Manager integration. The Resource Controller service is still being started/stopped.', 'parameters-loading-failed' => 'Could not load the parameters.', 'parameters-have-been-updated' => 'The monitoring parameters have been updated.', 'monitoring-parameters-hint' => 'Here you can change the basic monitoring parameters.', 'parameters-button-hint' => 'Change the basic monitoring parameters', 'detect-hardware-changes-button-hint' => 'Force check the hardware configuration for any changes that can affect the extension settings', 'cloud-connection-promo-title' => 'Monitor multiple servers and get valuable insights with 360 Monitoring', 'cloud-connection-promo' => 'Manage and monitor the availability, health, and performance of all your Plesk servers from a single dashboard with 360 Monitoring, a new feature available in the cloud service %%link%%.', 'cloud-connection-promo-link' => 'Plesk 360', 'cloud-connection-promo-monitoring-hint' => 'Choosing "Use Built-in Monitoring" will automatically install the Grafana extension.', 'cloud-connection-promo-site-monitoring-is-not-needed-disabled-hint' => 'The "Monitoring" button will no longer appear in the domain overview. You can enable Monitoring for this domain from the %%navigationPane%%. Doing so will return the "Monitoring" button to the domain overview.', 'cloud-connection-promo-site-monitoring-is-not-needed-navigation-pane-link' => 'navigation pane', 'cloud-connection-promo-steps-title' => 'Try 360 Monitoring for free', 'cloud-connection-promo-step-one' => 'Connect your server to Plesk 360. If you do not have an account there yet, sign up to Plesk 360. It is free.', 'cloud-connection-promo-step-one-done' => 'Connect your server to Plesk 360.', 'cloud-connection-promo-step-two' => 'Activate 360 Monitoring.', 'cloud-connection-promo-step-two-done' => 'Activate 360 Monitoring.', 'cloud-connection-promo-step-three' => 'Enable 360 Monitoring for %%site%%', 'cloud-connection-promo-settings-spot-hint' => 'You can always bring back this banner by clicking "Try 360 Monitoring"', 'cloud-connection-proceed-button-hint' => 'Monitor multiple servers and get valuable insights with 360 Monitoring', 'cloud-connection-promo-v2-line1' => 'Centralized solution to keep track of performance and prevent downtime. Offers configurable dashboards, personalized alerts, one-minute checks, network history, and more.', 'cloud-connection-promo-v2-line2' => '360 Monitoring Lite is free of charge, now and always. By activating your account today, you will also enjoy a complimentary 14-day trial including all premium features. You will be automatically switched back to the free Lite version after two weeks, unless you choose to upgrade!', 'cloud-connection-promo-built-in-monitoring-popup' => 'If you choose Built-in Monitoring, you will not be able to monitor multiple servers externally using the cloud service. Proceed?', 'cloud-connection-website-monitoring-promo' => 'The website <b>%%site%%</b> is not monitored externally. If the website goes down, you get to know about it when it’s too late: likely from visitors who cannot access the website.{br}{br}Downtime means 100% loss and people who cannot find information about your business.{br}{br}To catch downtime on the spot and not to lose money and potential customers, we recommend that you monitor your website externally with 360 Monitoring. 360 Monitoring Lite is free of charge, now and always.{br}{br}By activating your account today, you will also enjoy a complimentary 14-day Pro trial including all premium features. You will be automatically switched back to the free Lite version after two weeks, unless you choose to stay with the upgrade!', 'cloud-statistics-loading-failed' => 'Could not load statistics.', 'cloud-dashboard-url-loading-failed' => 'Could not load the dashboard URL.', 'cloud-agent-version-loading-failed' => 'Could not load the agent version.', 'cloud-monitors-loading-failed' => 'Could not load the information about the monitors.', 'cloud-monitor-has-been-added' => 'Website monitoring has been added.', 'cloud-monitor-has-been-removed' => 'Website monitoring has been removed.', 'cloud-monitor-update-failed' => 'Something went wrong during the monitor update.', 'cloud-websites-loading-failed' => 'Could not load the information about the websites.', 'cloud-monitoring-view-prev-dialog-title' => 'Go Back to Built-in Monitoring?', 'cloud-monitoring-view-prev-dialog-content' => 'You will not be able to monitor the availability of your websites and servers or detect network issues.', 'cloud-monitoring-view-uninstall-cloud-agent-dialog-content' => 'You can also remove the "agent360" component from the server. If you do, 360 Monitoring will stop collecting data from the server. If you switch back to 360 Monitoring at a later date, data for the period during which the "agent360" component was not installed will be unavailable.', 'cloud-monitoring-view-uninstall-cloud-agent-checkbox-content' => 'Yes, uninstall agent360.', 'cloud-panel-websites-title' => 'Websites', 'cloud-panel-websites-set-monitoring-list' => 'Set monitoring list', 'cloud-panel-websites-not-monitoring' => 'No websites are monitored yet', 'cloud-panel-websites-no-issues' => 'Websites have no issues', 'cloud-panel-websites-has-issues' => '%%number%% {number, plural, =1 {website has} other {websites have}} issues', 'cloud-agent-version' => 'Monitoring agent version', 'cloud-panel-server-title' => 'Server', 'cloud-panel-server-has-alerts' => '%%value%% open {value, plural, =1 {alert} other {alerts}}', 'cloud-panel-server-no-alerts' => 'No open alerts', 'cloud-monitors-list-column-website' => 'Website', 'cloud-monitors-list-column-uptime' => 'Uptime', 'cloud-monitors-list-column-state' => 'State', 'cloud-monitors-list-item-inactive' => 'Not monitored', 'cloud-monitors-list-item-inactive-hint' => 'The website is not being monitored because you have reached the limit of monitored websites. To monitor more websites, upgrade to a paid license or increase its limit if you already have upgraded.', 'cloud-monitors-state-ok' => 'Safe and sound', 'cloud-monitors-state-pending' => 'Pending', 'cloud-monitors-search-placeholder' => 'Find website...', 'cloud-monitors-list-statistics-header' => '%%html%% {number, plural, =1 {website is} other {websites are}} monitored', 'cloud-monitors-list-statistics-number' => '%%number%% of %%total%%', 'cloud-monitors-list-statistics-header-filtered' => '%%html%% {number, plural, =1 {website} other {websites}}', 'cloud-monitors-list-not-responding-empty-view-title' => 'All monitored websites are responding', 'cloud-monitors-list-not-responding-empty-view-description' => 'Not to worry. We will show you detected issues (if any).', 'cloud-websites-list-column-name' => 'Website', 'cloud-websites-list-column-ip' => 'IP addresses', 'cloud-websites-list-statistics-header' => '%%html%% {number, plural, =1 {website} other {websites}} on this server {number, plural, =1 {is} other {are}} monitored', 'cloud-websites-list-statistics-number' => '%%number%% of %%total%%', 'cloud-websites-list-statistics-header-filtered' => '%%html%% {number, plural, =1 {website} other {websites}}', 'cloud-websites-search-placeholder' => 'Find website', 'cloud-websites-list-not-responding-empty-view-title' => 'All monitored websites are responding', 'cloud-websites-list-not-responding-empty-view-description' => 'Not to worry. We will show you detected issues (if any).', 'cloud-websites-license-banner' => 'With your current license, you can select %%websites%% to monitor on this server. To monitor more websites, %%link%%.', 'cloud-websites-license-banner-no-link' => 'With your current license, you can select %%websites%% to monitor on this server.', 'cloud-websites-license-number' => '%%number%% more {number, plural, =1 {website} other {websites}}', 'cloud-websites-license-link' => 'upgrade your license', 'cloud-widget-title' => 'Monitoring Overview', 'cloud-widget-status-label' => 'Agent status', 'cloud-widget-status-text-active' => 'active', 'cloud-widget-status-text-inactive' => 'inactive', 'cloud-widget-status-text-not-installed' => 'not installed', 'cloud-widget-open-link-label' => 'Open monitoring', 'cloud-widget-no-open-alerts' => 'Currently no open alerts.', 'cloud-widget-closed-alert' => 'The last alert for %%summary%% was closed %%ago%% ago', 'cloud-widget-start-service-label' => 'Start service', 'cloud-trial-period-has-expired-banner-title' => 'Your 360 Monitoring trial period has expired', 'cloud-trial-period-has-expired-banner' => 'You can continue monitoring up to %%max_number%% {max_number, plural, =1 {website} other {websites}} with %%link_free%%. To monitor more websites, get more resources, and enjoy premium features, %%link_pro%%.', 'cloud-trial-period-has-expired-banner-link-free' => '"360 Monitoring Lite"', 'cloud-trial-period-has-expired-banner-link-pro' => 'upgrade your license', 'cloud-server-detached-banner-title' => 'Сonnect to Plesk 360?', 'cloud-server-detached-banner-description' => 'To manage and monitor the availability, health, and performance of all your Plesk servers from a single dashboard with 360 Monitoring, you need to connect your Plesk to the "%%link%%" cloud service.', 'cloud-server-detached-banner-description-link-360' => 'Plesk 360', 'cloud-server-detached-banner-description-link-marketing' => 'How 360 Monitoring is better?', 'cloud-server-detached-banner-button-connect' => 'Connect to Plesk 360', 'cloud-server-detached-banner-button-switch-to-classic' => 'Switch to Built-in Monitoring', 'cloud-server-detached-banner-hint' => 'By clicking "Connect to Plesk 360", you grant the service access to your Plesk. You will also need to sign up or log in to Plesk 360.', 'cloud-license-limits-reached-message-trial' => 'You have reached the limit of websites you can monitor. To monitor more websites, adjust your %%link%%.', 'cloud-license-limits-reached-message-lite' => 'You have reached the limit of websites you can monitor. To monitor more websites, %%link%%.', 'cloud-license-limits-reached-message-trial-no-link' => 'You have reached the limit of websites you can monitor.', 'cloud-license-limits-reached-message-lite-no-link' => 'You have reached the limit of websites you can monitor.', 'cloud-license-limits-reached-adjust-link' => 'license limit', 'cloud-license-limits-reached-buy-pro-link' => 'upgrade your license', 'cloud-license-servers-limit-reached-message' => 'Monitoring does not collect statistics for all servers selected to monitor because their number exceeds your license limit. To collect statistics for all servers, %%link%%.', 'cloud-license-servers-limit-reached-adjust-link' => 'adjust your license limit', 'cloud-server-monitoring-inactive-message' => 'Monitoring does not collect statistics for the server because it exceeds the license limit or marked as "Archived". To monitor the server, %%link%% or go to 360 Monitoring and unarchive the server.', 'cloud-server-monitoring-inactive-adjust-link' => 'adjust your license limit', 'cloud-server-monitoring-inactive-no-link-message' => 'Monitoring does not collect statistics for your server because it exceeds the license limit or marked as "Archived".', 'cloud-no-data-title' => 'We are doing science', 'cloud-no-data-connection-notice' => 'Your Plesk server has been connected to 360 Monitoring.', 'cloud-no-data-description' => 'We are doing science to prepare a dashboard. Try to refresh the page or get back in 10-30 minutes.', 'cloud-no-data-install-agent-description' => 'No data to display. To collect the data, install agent360 by clicking "Install agent".', 'cloud-no-data-start-agent-description' => 'No data to display. To collect the data, start agent360 by clicking "Launch agent".', 'cloud-data-loading-failed' => 'Could not load the data availability.', 'cloud-start-service-failed' => 'Could not start the Monitoring agent service: %%message%%', 'powered-by' => 'powered by', 'website-is-not-monitored-externally' => 'The website <b>%%site%%</b> is not monitored externally', ], 'site-monitoring-promo' => [ 'site-monitoring-promo-banner-title' => 'Best practices: using external monitoring', 'site-monitoring-promo-banner-text' => 'To catch downtime on the spot and not to lose money and potential customers, we recommend that you monitor your website externally with 360 Monitoring. 360 Monitoring Lite is free of charge, now and always.', 'site-monitoring-promo-banner-link-text' => 'Learn More', ], 'label' => [ 'operator-lt' => '<', 'operator-gt' => '>', 'target-any' => 'Any metric', 'cgroups-manager-integration-switch' => 'Enable Resource Controller (Cgroups)', 'customers-subscriptions-switch' => 'Enable integration with customers\' subscriptions', 'subscriptions-comparison-switch' => 'Enable comparison between subscriptions (up to 10)', 'dashboard-default-interval' => 'Default time range', 'dashboard-default-interval-hint' => 'Graphs on all tabs will show statistics for this time period.', ], 'format' => [ 'percent' => '%', 'µs' => 'µs', 'ms' => 'ms', 's' => 's', 'min' => 'minutes', 'hour' => 'hours', 'day' => 'days', 'bytes' => 'bytes', 'kib' => 'KiB', 'mib' => 'MiB', 'gib' => 'GiB', 'tasks' => 'Tasks', 'ops-sec' => 'Ops/sec', 'pages-sec' => 'Pages/sec', 'packets-sec' => 'Packets/sec', 'bytes-sec' => 'Bytes/sec', ], 'subscriptions-tour' => [ 'new-settings-option' => 'The "Subscription monitoring" option is now available in the Settings.', 'integration-switch' => 'To start monitoring subscriptions, enable the integration.', 'subscriptions-switch' => 'Allow customers to see the resource consumption of their subscriptions.', 'comparison-switch' => 'Enable a new tab to compare resource consumption between subscriptions.', ], ], 'grafana' => [ 'dashboard' => [ 'overviewTitle' => 'Monitoring - Overview', 'servicesTitle' => 'Monitoring - Services', 'hddTitle' => 'Monitoring - Disk', 'ramTitle' => 'Monitoring - Memory', 'cpuTitle' => 'Monitoring - CPU', 'networkTitle' => 'Monitoring - Network', 'cgroupsTitle' => 'Monitoring - %%domainName%%', 'comparisonTitle' => 'Monitoring - Subscription comparison', 'windows' => [ 'services' => [ 'cpu' => [ 'webTitle' => 'IIS CPU usage', 'webDescription' => 'CPU usage of the web service', 'webAlertTitle' => 'The threshold of IIS CPU usage has been exceeded', 'webOkTitle' => 'IIS CPU usage is back to normal', 'mailTitle' => 'Mail server CPU usage', 'mailDescription' => 'CPU usage of the mail service', 'mailAlertTitle' => 'The threshold of mail server CPU usage has been exceeded', 'mailOkTitle' => 'Mail server CPU usage is back to normal', 'mysqlTitle' => 'MySQL CPU usage', 'mysqlDescription' => 'CPU usage of the MySQL service', 'mysqlAlertTitle' => 'The threshold of MySQL CPU usage has been exceeded', 'mysqlOkTitle' => 'MySQL CPU usage is back to normal', 'panelTitle' => 'Plesk CPU usage', 'panelDescription' => 'CPU usage of Plesk', 'panelAlertTitle' => 'The threshold of Plesk CPU usage has been exceeded', 'panelOkTitle' => 'Plesk CPU usage is back to normal', 'alertMessage' => 'The CPU usage status is critical!', ], 'memory' => [ 'webTitle' => 'IIS memory usage', 'webDescription' => 'Memory usage of the web service', 'webAlertTitle' => 'The threshold of IIS memory usage has been exceeded', 'webOkTitle' => 'IIS memory usage is back to normal', 'mailTitle' => 'Mail server memory usage', 'mailDescription' => 'Memory usage of the mail service', 'mailAlertTitle' => 'The threshold of mail server memory usage has been exceeded', 'mailOkTitle' => 'Mail server memory usage is back to normal', 'mysqlTitle' => 'MySQL memory usage', 'mysqlDescription' => 'Memory usage of the MySQL service', 'mysqlAlertTitle' => 'The threshold of MySQL memory usage has been exceeded', 'mysqlOkTitle' => 'MySQL memory usage is back to normal', 'panelTitle' => 'Plesk memory usage', 'panelDescription' => 'Memory usage of Plesk', 'panelAlertTitle' => 'The threshold Plesk memory usage has been exceeded', 'panelOkTitle' => 'Plesk memory usage is back to normal', 'alertMessage' => 'The memory usage status is critical!', ], ], 'hdd' => [ 'usage' => [ 'title' => 'Disk %%name%% utilization', 'description' => 'Disk %%name%% usage', 'alertTitle' => 'The threshold of disk %%name%% utilization has been exceeded', 'okTitle' => 'Disk %%name%% utilization is back to normal', 'alertMessage' => 'The disk space is almost full!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/360015474460', ], 'bandwidth' => [ 'title' => 'Disk %%name%% data transfer', 'description' => 'Disk %%name%% data transfer', 'alertTitle' => 'The threshold of disk %%name%% data transfer has been exceeded', 'okTitle' => 'Disk %%name%% data transfer is back to normal', 'alertMessage' => 'The data transfer status is critical!', ], ], 'ram' => [ 'memory' => [ 'title' => 'Physical and virtual memory usage', 'description' => 'Memory usage', 'alertTitle' => 'The threshold of physical and virtual memory usage has been exceeded', 'okTitle' => 'Physical and virtual memory usage is back to normal', 'alertMessage' => 'The memory usage status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/12377018721943', ], 'swapIO' => [ 'title' => 'Swapping throughput', 'description' => 'Swap in/out', 'alertTitle' => 'The threshold of swapping throughput has been exceeded', 'okTitle' => 'Swapping throughput is back to normal', 'alertMessage' => 'The swapping throughput status is critical!', ], ], 'cpu' => [ 'usage' => [ 'title' => '"%%name%%" usage', 'description' => '%%name%% usage', 'alertTitle' => 'The threshold of "%%name%%" usage has been exceeded', 'okTitle' => '"%%name%%" usage is back to normal', 'alertMessage' => 'The CPU usage status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/12377018811671', ], 'processes' => [ 'title' => 'Processes', 'description' => 'The number of running processes', 'alertTitle' => 'The running processes threshold has been exceeded', 'okTitle' => 'The number of running processes are back to normal', 'alertMessage' => 'Too many processes are launched!', ], ], 'network' => [ 'bandwidth' => [ 'title' => 'Interface "%%name%%" bandwidth utilization', 'description' => 'Network interface "%%name%%" bandwidth utilization', 'alertTitle' => 'The threshold of interface "%%name%%" bandwidth utilization has been exceeded', 'okTitle' => 'Interface "%%name%%" bandwidth utilization is back to normal', 'alertMessage' => 'The bandwidth utilization status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/360015486559', ], ], ], 'unix' => [ 'services' => [ 'cpu' => [ 'webTitle' => 'Apache & PHP-FPM CPU usage', 'webDescription' => 'CPU usage of the web service', 'webAlertTitle' => 'The threshold of Apache & PHP-FPM CPU usage has been exceeded', 'webOkTitle' => 'Apache & PHP-FPM CPU usage is back to normal', 'webproxyTitle' => 'nginx CPU usage', 'webproxyDescription' => 'CPU usage of the web proxy service', 'webproxyAlertTitle' => 'The threshold of nginx CPU usage has been exceeded', 'webproxyOkTitle' => 'nginx CPU usage is back to normal', 'mailTitle' => 'Mail server CPU usage', 'mailDescription' => 'CPU usage of the mail service', 'mailAlertTitle' => 'The threshold of mail server CPU usage has been exceeded', 'mailOkTitle' => 'Mail server CPU usage is back to normal', 'mysqlTitle' => 'MySQL CPU usage', 'mysqlDescription' => 'CPU usage of the MySQL service', 'mysqlAlertTitle' => 'The threshold of MySQL CPU usage has been exceeded', 'mysqlOkTitle' => 'MySQL CPU usage is back to normal', 'panelTitle' => 'Plesk CPU usage', 'panelDescription' => 'CPU usage of Plesk', 'panelAlertTitle' => 'The threshold of Plesk CPU usage has been exceeded', 'panelOkTitle' => 'Plesk CPU usage is back to normal', 'alertMessage' => 'The CPU usage status is critical!', ], 'memory' => [ 'webTitle' => 'Apache & PHP-FPM memory usage', 'webDescription' => 'Memory usage of the web service', 'webAlertTitle' => 'The threshold of Apache & PHP-FPM memory usage has been exceeded', 'webOkTitle' => 'Apache & PHP-FPM memory usage is back to normal', 'webproxyTitle' => 'nginx memory usage', 'webproxyDescription' => 'Memory usage of the web proxy service', 'webproxyAlertTitle' => 'The threshold of nginx memory usage has been exceeded', 'webproxyOkTitle' => 'nginx memory usage is back to normal', 'mailTitle' => 'Mail server memory usage', 'mailDescription' => 'Memory usage of the mail service', 'mailAlertTitle' => 'The threshold of mail server memory usage has been exceeded', 'mailOkTitle' => 'Mail server memory usage is back to normal', 'mysqlTitle' => 'MySQL memory usage', 'mysqlDescription' => 'Memory usage of the MySQL service', 'mysqlAlertTitle' => 'The threshold of MySQL memory usage has been exceeded', 'mysqlOkTitle' => 'MySQL memory usage is back to normal', 'panelTitle' => 'Plesk memory usage', 'panelDescription' => 'Memory usage of Plesk', 'panelAlertTitle' => 'The threshold of Plesk memory usage has been exceeded', 'panelOkTitle' => 'Plesk memory usage is back to normal', 'alertMessage' => 'The memory usage status is critical!', ], ], 'hdd' => [ 'usage' => [ 'title' => 'Partition "%%name%%" utilization', 'description' => 'Partition "%%name%%" usage', 'alertTitle' => 'The threshold of partition "%%name%%" utilization has been exceeded', 'okTitle' => 'Partition "%%name%%" utilization is back to normal', 'alertMessage' => 'The disk space is almost full!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/12387684020887', ], 'iops' => [ 'title' => 'Disk "%%name%%" IOPS', 'description' => 'Disk "%%name%%" input/output operations per second', 'alertTitle' => 'The threshold of disk "%%name%%" IOPS has been exceeded', 'okTitle' => 'Disk "%%name%%" IOPS is back to normal', 'alertMessage' => 'Too many operations are launched!', ], 'time' => [ 'title' => 'Disk "%%name%%" time/op', 'description' => 'The disk "%%name%%" average time an I/O-operation took to complete', 'alertTitle' => 'The threshold of disk "%%name%%" time/op has been exceeded', 'okTitle' => 'Disk "%%name%%" time/op is back to normal', 'alertMessage' => 'The disk is too slow!', ], 'bandwidth' => [ 'title' => 'Disk "%%name%%" data transfer', 'description' => 'Disk "%%name%%" data transfer', 'alertTitle' => 'The threshold of disk "%%name%%" data transfer has been exceeded', 'okTitle' => 'Disk "%%name%%" data transfer is back to normal', 'alertMessage' => 'The data transfer status is critical!', ], ], 'ram' => [ 'memory' => [ 'title' => 'Real memory usage', 'description' => 'Memory usage', 'alertTitle' => 'The threshold of real memory usage has been exceeded', 'okTitle' => 'Real memory usage is back to normal', 'alertMessage' => 'The memory usage status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/360015475180', ], 'swap' => [ 'title' => 'Swap usage', 'description' => 'Swap usage', 'alertTitle' => 'The swap usage threshold has been exceeded', 'okTitle' => 'Swap usage is back to normal', 'alertMessage' => 'The swap usage status is critical!', ], 'swapIO' => [ 'title' => 'Swapping throughput', 'description' => 'Swap in/out', 'alertTitle' => 'The swapping throughput threshold has been exceeded', 'okTitle' => 'Swapping throughput is back to normal', 'alertMessage' => 'The swapping throughput status is critical!', ], ], 'cpu' => [ 'usage' => [ 'title' => 'CPU total usage', 'description' => 'CPU usage', 'alertTitle' => 'The threshold of CPU total usage has been exceeded', 'okTitle' => 'CPU total usage is back to normal', 'alertMessage' => 'The CPU usage status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/360015446579', ], 'load' => [ 'title' => 'Load average', 'description' => 'Load average', 'alertTitle' => 'The load average threshold has been exceeded', 'okTitle' => 'Load average is back to normal', 'alertMessage' => 'Load average is too high! Many processes are using CPU or waiting for it.', ], 'processes' => [ 'title' => 'Processes', 'description' => 'All processes', 'alertTitle' => 'The threshold of running processes has been exceeded', 'okTitle' => 'The number of running processes are back to normal', 'alertMessage' => 'Too many processes are launched!', ], ], 'network' => [ 'bandwidth' => [ 'title' => 'Interface "%%name%%" throughput', 'description' => 'Network interface "%%name%%" bandwidth utilization', 'alertTitle' => 'The threshold of interface "%%name%%" throughput has been exceeded', 'okTitle' => 'Interface "%%name%%" throughput is back to normal', 'alertMessage' => 'The bandwidth utilization status is critical!', 'recommendationLink' => 'https://support.plesk.com/hc/en-us/articles/360015486559', ], ], 'cgroups' => [ 'cpu' => [ 'usage' => [ 'title' => 'CPU usage', 'description' => 'CPU usage', 'alertTitle' => 'The threshold of CPU usage has been exceeded', 'okTitle' => 'CPU usage is back to normal', 'alertMessage' => 'The CPU usage status is critical!', ], ], 'memory' => [ 'usage' => [ 'title' => 'Physical and virtual memory usage', 'description' => 'Memory usage', 'alertTitle' => 'The threshold of physical and virtual memory usage has been exceeded', 'okTitle' => 'Physical and virtual memory usage is back to normal', 'alertMessage' => 'The memory usage status is critical!', ], ], 'hdd' => [ 'time' => [ 'title' => 'Disk "%%name%%" time/op', 'description' => 'The disk "%%name%%" average time an I/O-operation took to complete', 'alertTitle' => 'The threshold of disk "%%name%%" time/op has been exceeded', 'okTitle' => 'Disk "%%name%%" time/op is back to normal', 'alertMessage' => 'The disk is too slow!', ], 'bandwidth' => [ 'title' => 'Disk "%%name%%" data transfer', 'description' => 'Disk "%%name%%" data transfer', 'alertTitle' => 'The threshold of disk "%%name%%" data transfer has been exceeded', 'okTitle' => 'Disk "%%name%%" data transfer is back to normal', 'alertMessage' => 'The data transfer status is critical!', ], ], ], ], ], ], 'cli' => [ 'usageTitle' => 'Usage:', 'commonArgumentsTitle' => 'Common arguments:', 'argumentsTitle' => 'Arguments:', 'availableCommandsTitle' => 'Available commands:', 'commands' => [ 'installation' => 'Gets the result status of the extension installation.', 'overview' => 'Gets the main data lists.', 'thresholds' => 'Manages the extension\'s thresholds.', 'arrangement' => 'Manages the graph arrangement.', 'cloud' => 'Manages the Plesk 360 information.', 'subscriptions' => 'Configures monitoring of resources consumed by subscriptions.', 'cloud-website' => 'Shows websites and if they are connected to 360 Monitoring or not. Enables and disables 360 Monitoring for websites.', 'help' => 'Displays the help page.', ], 'operations' => [ 'installation' => [ 'get-status' => 'Gets the result status of the extension installation.', 'fix' => 'Fixes the installation if any issues are found.', 'detect-hardware-changes' => 'Checks the hardware for changes.', ], 'overview' => [ 'list-panel-ids' => 'Lists all available panel IDs.', 'list-targets' => 'Lists all source targets.', 'list-sections' => 'Lists all sections (they are displayed as tabs in the interface).', 'get-sources-map' => 'Gets the table of dependencies between the panel IDs, targets, and sections.', ], 'thresholds' => [ 'list' => 'Lists all thresholds.', 'set' => 'Sets or updates a threshold.', 'set-from-json' => 'Updates all thresholds via raw JSON.', 'set-from-file' => 'Updates all thresholds via a JSON file.', 'unset' => 'Deletes a threshold value.', 'restore-defaults' => 'Restores the default thresholds.', ], 'arrangement' => [ 'list' => 'Shows the current panel arrangement.', 'set' => 'Updates the panel arrangement of a section.', 'set-from-json' => 'Updates the arrangement via raw JSON.', 'set-from-file' => 'Updates the arrangement via a JSON file.', 'restore-defaults' => 'Restores the default panel arrangement.', ], 'cloud' => [ 'set-parameters' => 'Set Plesk 360 monitoring settings.', 'get-monitoring-status' => 'Checks the 360 Monitoring status.', 'install-monitoring-agent' => 'Installs the 360 Monitoring agent (all parameters must be set first).', ], 'subscriptions' => [ 'get-monitoring-status' => 'Shows the consolidated status of subscription monitoring.', 'resctrl' => 'Manages the Resource Controller (Cgroups) status.', 'integration' => 'Switches the display of subscription resource consumption in graphs for customers.', 'comparison' => 'Switches the display of a separate tab for subscription comparison graphs (Plesk administrator only).', ], 'cloud-website' => [ 'list-statuses' => 'Shows the list of websites and if they are connected to 360 Monitoring or not.', 'enable-monitoring' => 'Enables 360 Monitoring for the specifiс website.', 'disable-monitoring' => 'Disables 360 Monitoring for the specifiс website.', ], ], 'options' => [ 'format' => 'Outputs the data in a particular format. By default, all data is shown in a table format. The supported formats: table, json, list.', 'installation' => [ 'get-status' => [ 'verbose' => 'Shows a detailed output of the installation status.', ], 'fix' => [ 'verbose' => 'Shows a detailed result of the installation fix.', ], 'detect-hardware-changes' => [ 'verbose' => 'Shows a detailed result of the update.', ], ], 'thresholds' => [ 'set' => [ 'panel-id' => 'The panel ID of the threshold. Example: memory_usage.', 'target' => 'The target related to the panel ID. Default: any. Example: memory:memory-used:value.', 'operator' => 'The comparison operator. The supported values: less_than, greater_than. The default value: greater_than.', 'type' => 'The value type. The supported values: number, percent. The default value: number.', 'value' => 'A float number.', ], 'set-from-json' => [ 'json' => 'A string in the JSON format. Example: \'[{"panelId":"memory_usage","target":"memory:memory-used:value","operator":"greater_than","type":"percent","value":90},...]\'', ], 'set-from-file' => [ 'path' => 'The path to the JSON file.', ], 'unset' => [ 'panel-id' => 'The panel ID of the threshold. Example: memory_usage.', ], ], 'arrangement' => [ 'set' => [ 'section' => 'The section name to update the arrangement. Example: overview.', 'panel-ids' => 'Panel IDs separated by commas. Example: cpu_usage__cpu,memory_usage,hdd_util__root.', ], 'set-from-json' => [ 'json' => 'A string in the JSON format. Example: \'[{"section":"overview","panelIds":["cpu_usage__cpu","memory_usage"]},...]\'', ], 'set-from-file' => [ 'path' => 'The path to the JSON file.', ], ], 'subscriptions' => [ 'resctrl' => [ 'get-status' => 'Shows the Resource Controller (Cgroups) status.', 'enable' => 'Enables the Resource Controller (Cgroups).', 'disable' => 'Disables the Resource Controller (Cgroups).', ], 'integration' => [ 'get-status' => 'Shows the status of integration with customers\' subscriptions.', 'enable' => 'Enables integration with customers\' subscriptions.', 'disable' => 'Disables integration with customers\' subscriptions.', ], 'comparison' => [ 'get-status' => 'Shows the status of the subscriptions comparison.', 'list' => 'Lists the compared subscriptions.', 'add-item' => 'Adds a subscription to the comparison list (up to 10 items).', 'remove-item' => 'Removes a subscription from the comparison list.', 'disable' => 'Disables the subscriptions comparison.', ], ], 'cloud' => [ 'set-parameters' => [ 'user-id' => '360 Monitoring User ID. Can also be set via the PE_USER_ID environment variable.', 'server-id' => '360 Monitoring Server ID. Can also be set via the PE_SERVER_ID environment variable.', 'api-url' => '360 Monitoring API URL. Can also be set via the PE_API_URL environment variable.', 'api-key' => '360 Monitoring API key. Can also be set via the PE_API_KEY environment variable.', ], ], 'cloud-website' => [ 'enable-monitoring' => [ 'name' => 'Website name.', ], 'disable-monitoring' => [ 'name' => 'Website name.' ], ], ], 'messages' => [ 'hardwareChangesWereFound' => 'The hardware configuration was updated.', 'hardwareChangesNotFound' => 'The hardware configuration was rechecked: no changes found.', ], 'errors' => [ 'invalidOperationName' => 'The operation for the command is not valid. The list of available operations: %%list%%.', 'invalidOption' => 'The option "%%name%%" is not valid.', 'invalidOptionFromTheList' => 'The option "%%name%%" is not valid. The allowed values are: %%list%%.', 'invalidOptionByReason' => 'The option "%%name%%" is not valid: %%reason%%.', 'invalidFilePath' => 'The file "%%path%%" does not exist or is not accessible.', 'fileReadError' => 'Failed to read the file "%%path%%".', 'optionIsMissing' => 'The option "%%name%%" is required for this operation.', 'optionIsNotSetFromTheList' => 'The option for the operation is not set. The list of available options: %%list%%.', 'settingsSavingFailed' => 'Unable to save the settings. See the logs for more details.', 'resctrlIsNotSupported' => 'The Resource Controller (Cgroups) is not supported.', 'resctrlIsNotInstalled' => 'The Resource Controller (Cgroups) is not installed.', 'resctrlIsNotLicensed' => 'The Resource Controller (Cgroups) is not licensed.', 'resctrlIsNotEnabled' => 'The Resource Controller (Cgroups) is disabled. Use the "--resctrl" operation to enable the service.', 'csComparisonInvalidItem' => 'Cannot find a subscription with this name.', 'csComparisonListIsTooLong' => 'The comparison list can contain no more than 10 subscriptions. If you still want to compare the current subscription, remove another one from the list and try again.', 'cloudServerMonitoringIsNotEnabled' => '360 Monitoring is not enabled for this server. Use the "--cloud-server --enable-monitoring" operation to enable it.', 'cloudUserMonitoringExceedLimit' => 'You have reached the limit of websites you can monitor. To monitor more websites, upgrade your license.', 'websiteGetFullList' => 'Could not get the list of monitoring statuses of websites. Please try running the command again in debug mode.', 'cloudWebsiteInvalidDomainName' => 'The domain was not found or has no physical hosting configured.', 'cloudKeysAreNotSet' => 'Not all necessary keys are set', ], 'titles' => [ 'status' => 'Status', 'result' => 'Result', 'comment' => 'Comment', 'section' => 'Section', 'panelIds' => 'Panel IDs', 'panelId' => 'Panel ID', 'target' => 'Target', 'operator' => 'Operator', 'type' => 'Type', 'value' => 'Value', 'targets' => 'Targets', 'defaultSections' => 'Default Sections', 'resctrl' => 'ResCtrl', 'csIntegration' => 'Integration', 'csComparison' => 'Comparison', 'csComparisonList' => 'Comparison List', 'websiteName' => 'Website name', 'monitoringStatus' => 'Monitoring status', ], ], 'task' => [ 'enableResCtrl' => [ 'running' => 'The Resource Controller (Cgroups) service is being started.', 'error' => 'Failed to start the Resource Controller (Cgroups) service.', 'done' => 'The Resource Controller (Cgroups) service has been successfully started.', ], 'disableResCtrl' => [ 'running' => 'The Resource Controller (Cgroups) service is being stopped.', 'error' => 'Failed to stop the Resource Controller (Cgroups) service.', 'done' => 'The Resource Controller (Cgroups) service has been successfully stopped.', ], 'installCloudAgent' => [ 'running' => 'agent360 has been installed or updated.', 'error' => 'Failed to install or update agent360.', 'done' => 'agent360 has been installed or updated.', ], 'uninstallCloudAgent' => [ 'running' => 'agent360 is being uninstalled.', 'error' => 'Failed to uninstall agent360.', 'done' => 'agent360 has been uninstalled.', ], ], 'action_log' => [ 'mode_change' => 'Changed the Monitoring extension mode', ], 'home' => [ 'seeMoreLink' => 'See more', 'graphPeriod' => 'Last 24 hours', 'dataNotReady' => 'Data will be prepared in a few minutes', 'cpu' => [ 'title' => 'CPU usage, %', 'state' => [ 'idle' => 'Idle', 'steal' => 'Steal', 'system' => 'System', 'user' => 'User', ], 'description' => [ 'idle' => 'Time spent not doing any tasks.', 'steal' => 'Time given to other VM instances.', 'system' => 'Time spent running system-level processes.', 'user' => 'Time spent running user-level processes.', ], ], 'memory' => [ 'title' => 'Memory usage, GB', 'total' => 'Total memory: %%total%%', 'state' => [ 'cached' => 'Cached', 'free' => 'Free', 'used' => 'Used', ], 'description' => [ 'cached' => 'Memory used by the file system cache.', 'free' => 'Memory not used by any processes.', 'used' => 'Memory used by user and system processes.', ], ] ], ];