|
@@ -454,6 +454,7 @@ Em.I18n.translations = {
|
|
|
'installer.step3.hostWarningsPopup.report.hosts': '<br>######################################<br><br>######################################<br># Hosts<br>#<br># A space delimited list of hosts which have issues.<br># Provided so that administrators can easily copy hostnames into scripts, email etc.<br>######################################<br>HOSTS<br>',
|
|
|
'installer.step3.hostWarningsPopup.report.firewall': '<br><br>######################################<br># Firewall<br>#<br># A newline delimited list of firewall issues.<br>######################################<br>FIREWALL<br>',
|
|
|
'installer.step3.hostWarningsPopup.report.fileFolders': '<br><br>######################################<br># Files and Folders<br>#<br># A space delimited list of files and folders which should not exist.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br># Example: rm -r /etc/hadoop /etc/hbase<br>######################################<br>FILES AND FOLDERS<br>',
|
|
|
+ 'installer.step3.hostWarningsPopup.report.reverseLookup': '<br><br>######################################<br># Reverse Lookup<br># <br># The hostname was not found in the reverse DNS lookup. This may result in incorrect behavior. <br># Please check the DNS setup and fix the issue.<br>######################################<br>REVERSE LOOKUP<br>',
|
|
|
'installer.step3.hostWarningsPopup.report.process': '<br><br>######################################<br># Processes<br>#<br># A comma separated list of process tuples which should not be running.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br>######################################<br>PROCESSES<br>',
|
|
|
'installer.step3.hostWarningsPopup.report.package': '<br><br>######################################<br># Packages<br>#<br># A space delimited list of software packages which should be uninstalled.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br># Example: yum remove hadoop-hdfs nagios<br>######################################<br>PACKAGES<br>',
|
|
|
'installer.step3.hostWarningsPopup.report.service': '<br><br>######################################<br># Services<br>#<br># A space delimited list of services which should be up and running.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br># Example: services start ntpd httpd<br>######################################<br>SERVICES<br>',
|
|
@@ -507,6 +508,10 @@ Em.I18n.translations = {
|
|
|
'installer.step3.hostWarningsPopup.empty.firewall':'firewalls running',
|
|
|
'installer.step3.hostWarningsPopup.empty.repositories':'repositories OS type mis-match with registered hosts',
|
|
|
'installer.step3.hostWarningsPopup.empty.disk':'disk space issues',
|
|
|
+ 'installer.step3.hostWarningsPopup.reverseLookup.name': 'Reverse Lookup validation failed on',
|
|
|
+ 'installer.step3.hostWarningsPopup.reverseLookup': 'Reverse Lookup issues',
|
|
|
+ 'installer.step3.hostWarningsPopup.reverseLookup.message': 'The hostname was not found in the reverse DNS lookup. This may result in incorrect behavior. Please check the DNS setup and fix the issue.',
|
|
|
+ 'installer.step3.hostWarningsPopup.reverseLookup.empty': 'hosts failed DNS lookup validation',
|
|
|
'installer.step3.hostWarningsPopup.action.exists':'Exists on',
|
|
|
'installer.step3.hostWarningsPopup.action.notRunning':'Not running on',
|
|
|
'installer.step3.hostWarningsPopup.action.installed':'Installed on',
|