Export to GitHub

molniya - issue #14

hostname cannot contain a dot


Posted on Jan 18, 2010 by Grumpy Cat

What steps will reproduce the problem? 1. type in an existing hostname in from your nagios setup containing a dot like server.test.com

What is the expected output? What do you see instead? I expected the status of the host. Instead I get "I'm sorry, I didn't quite catch that?"

What version of the product are you using? On what operating system? Centos 5.3/i386 svn trunk checkout Revision: 33

Please provide any additional information below. There is no error printed by the daemon.

Comment #1

Posted on Apr 16, 2010 by Quick Ox

molniya.rb line 283 first = scanner.scan(/[\w@]+/)

If extending this regex to include '-' and '.', it allows host checks, however there may be additional changes required.

Comment #2

Posted on Apr 21, 2010 by Happy Hippo

Fixed in revision 34.

Status: Verified

Labels:
Type-Defect Priority-Medium