Public bug reported:

Inciga has declared the colon ':' as illegal character for object names.
This conflicts with the check_mk generated configurations.

Currently (29.03.2014) is no bugfix for check_mk available.
A workaround is to change the line 62 in 
/usr/share/check_mk/checks/apache_status

old
    item = '%s:%s' % (address, port)

new
    item = '%s port %s' % (address, port)

See also http://www.computer42.org/xwiki-
static/exported/DevNotes/xwiki.DevNotes.monitoring.html#Hcheck_mkandIcinga22651.1028apache_status29

** Affects: check-mk (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: check-mk (Debian)
     Importance: Unknown
         Status: Unknown

** Bug watch added: Debian Bug tracker #742980
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742980

** Also affects: check-mk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742980
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299522

Title:
   check_mk apache_status is incompatible witch icinga (1.10 and newer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/check-mk/+bug/1299522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to