Aleksandr Kovalenko created AMBARI-2540:
-------------------------------------------
Summary: Host Check UI: Show details action should provide
appropriate content
Key: AMBARI-2540
URL: https://issues.apache.org/jira/browse/AMBARI-2540
Project: Ambari
Issue Type: Task
Components: client
Affects Versions: 1.2.5
Reporter: Aleksandr Kovalenko
Assignee: Aleksandr Kovalenko
Fix For: 1.2.5
On the hosts check UI there is a 'Show Details' action. Clicking on it should
show output in the following format.
The link should be renamed to 'Show Report'.
{noformat}
######################################
# Host Checks Report
#
# Generated: Jun 25th, 2013 PST
######################################
######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email
etc.
######################################
HOSTS
dev01 dev03 dev12
######################################
# Files and Folders
#
# A space delimited list of files and folders which should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: rm -r /etc/hadoop /etc/hbase /etc/some\ /folder
######################################
FILES AND FOLDERS
/etc/hadoop /etc/hbase /etc/some\ /folder
######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(dev12,hdfs,200),(dev02,root,322)
######################################
# Packages
#
# A space delimited list of software packages which should be uninstalled.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: yum remove hadoop-hdfs nagios
######################################
PACKAGES
hadoop-hdfs nagios
######################################
# Services
#
# A space delimited list of services which should be up and running.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: services start ntpd httpd
######################################
SERVICES
ntpd httpd
######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
hdfs
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira