lib/scout/command/troubleshoot.rb in scout-5.6.3.pre vs lib/scout/command/troubleshoot.rb in scout-5.6.4
- old
+ new
@@ -26,9 +26,10 @@
def run
puts "Gathering troubleshooting information about your Scout install ... "
heading "Scout Info"
bullet "Hostname", Socket.gethostname
+ bullet "FQDN", @fqdn
bullet "History file", history
bullet "Version", Scout::VERSION
heading "Latest Log"
contents=File.read(log_path) rescue "Log not found at #{log_path}"