From 71accc61eb6474935434e2973e360a63dec8112e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 05 Sep 2013 09:51:06 -0400 Subject: [PATCH] - Added DB size report in monitor. Thanks to Florian for the patch! --- interface/web/monitor/lib/lang/en.lng | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/monitor/lib/lang/en.lng b/interface/web/monitor/lib/lang/en.lng index ec5ca73..aa6472e 100644 --- a/interface/web/monitor/lib/lang/en.lng +++ b/interface/web/monitor/lib/lang/en.lng @@ -10,6 +10,7 @@ $wb['no_data_serverload_txt'] = 'No data about the server load available at the moment. Please check again later.'; $wb['no_data_memusage_txt'] = 'No data about the memory usage available at the moment. Please check again later.'; $wb['no_data_diskusage_txt'] = 'No data about the disk usage available at the moment. Please check again later.'; +$wb['no_data_database_size_txt'] = 'No data about the database usage available at the moment. Please check again later.'; $wb['no_data_cpuinfo_txt'] = 'No data about the CPU available at the moment. Please check again later.'; $wb['no_data_services_txt'] = 'No data about the services available at the moment. Please check again later.'; $wb['no_data_updates_txt'] = 'No data about updates available at the moment. Please check again later.'; @@ -58,6 +59,10 @@ $wb['monitor_diskusage_available_txt'] = 'Available'; $wb['monitor_diskusage_usage_txt'] = 'Use%'; $wb['monitor_diskusage_mounted_txt'] = 'Mounted on'; +$wb['monitor_database_name_txt'] = 'Database'; +$wb['monitor_database_size_txt'] = 'Size'; +$wb['monitor_database_client_txt'] = 'Client'; +$wb['monitor_database_domain_txt'] = 'Domain'; $wb['monitor_logs_mail_txt'] = 'Mail - Log'; $wb['monitor_logs_mailwarn_txt'] = 'Mail-Warn - Log'; $wb['monitor_logs_mailerr_txt'] = 'Mail-Error - Log'; -- Gitblit v1.9.1