What steps will reproduce the problem? 1. servername 2. servername/load
What is the expected output? What do you see instead? servername, gave me the status of the host servername/load, does not return anything. Expected the service status.
What version of the product are you using? On what operating system? Centos 5.4/i386 svn trunk checkout : Rev 33
Please provide any additional information below. The daemon does not show any error, like it would if the service does not exist.
Comment #1
Posted on Apr 21, 2010 by Happy HippoHello,
My apologies for the delay in picking this up.
Please try starting the daemon with the -e option to enable the 'eval' command, and then send the following messages and record the output:
eval sb.find_host('hostname') eval sb.find_host('hostname').services.keys.sort.inspect eval sb.find_host('hostname').services['servicename'].inspect eval sb.find_host('hostname').services['servicename'].detail(:xmpp)
Status: Accepted
Labels:
Type-Defect
Priority-Medium