a3rd / molniya

Automatically exported from code.google.com/p/molniya
GNU General Public License v2.0
0 stars 0 forks source link

Service status request does not return anything #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by jalbstme...@gmail.com on 18 Jan 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Hello,

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)

Original comment by cswhee...@gmail.com on 21 Apr 2010 at 10:15