Changeset 231
- Timestamp:
- 12/10/06 17:01:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/message-handling-refactor-branch/bin/run-command-center.rb
r229 r231 125 125 126 126 def 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'] ) 128 128 end 129 129 … … 301 301 puts "S - Show statistics" 302 302 puts "D - Create directive" 303 puts "I - Infrastructure" 303 304 puts "Q - QUIT" 304 305 puts "" … … 329 330 system "clear" 330 331 work_directive_menu 332 when "I" 333 output = <<EOF 334 Infrastructure 335 This is not yet implemented 336 This should provide some information like: 337 # hefeweizen processes 338 # web servers listening 339 - status of web server 340 # pipes 341 # b2b systems running 342 more 343 EOF 331 344 else 332 345 puts "unkown"
