Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue 133 - Convert mc-inventory into a simplerpc client
Include the server version
  • Loading branch information
ripienaar authored and The Marionette Collective committed Sep 18, 2010
1 parent 4c1a18b commit d0101cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mc-inventory
Expand Up @@ -69,6 +69,7 @@ def node_inventory(node, options)
nodestats = nodestats.first[:data]

puts " Server Statistics:"
puts " Version: #{nodestats[:version]}"
puts " Start Time: #{Time.at(nodestats[:starttime])}"
puts " Config File: #{nodestats[:configfile]}"
puts " Process ID: #{nodestats[:pid]}"
Expand Down

0 comments on commit d0101cc

Please sign in to comment.