Changeset 231

Show
Ignore:
Timestamp:
12/10/06 17:01:51 (2 years ago)
Author:
sacha
Message:

protocol is shown also on the short description of an action/service
infrastructure menu item added (not implemented yet).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/message-handling-refactor-branch/bin/run-command-center.rb

    r229 r231  
    125125 
    126126def short_info_structure info_structure 
    127   sprintf("ackReg: %1$*2$s, syncReply: %3$*2$s", info_structure['info']['mc-ackRequested'], 6, info_structure['info']['mc-syncReplyMode'] ) 
     127  sprintf("ackReg: %1$*2$s syncReply: %3$*4$s  protocol: %5$*2$s", info_structure['info']['mc-ackRequested'], 6, info_structure['info']['mc-syncReplyMode'], 14, info_structure['info']['transport-protocol-name'] ) 
    128128end 
    129129 
     
    301301  puts "S - Show statistics" 
    302302  puts "D - Create directive" 
     303  puts "I - Infrastructure" 
    303304  puts "Q - QUIT" 
    304305  puts "" 
     
    329330      system "clear" 
    330331      work_directive_menu 
     332    when "I" 
     333      output = <<EOF 
     334Infrastructure 
     335This is not yet implemented 
     336This should provide some information like: 
     337# hefeweizen processes 
     338# web servers listening 
     339  - status of web server 
     340# pipes 
     341# b2b systems running 
     342more 
     343EOF 
    331344    else 
    332345      puts "unkown"