Cmc.log - error traceback

I guess from your debug when you say hostname you mean as in replace hostname by value ??? you should be more clear we should not need to debug your debug :stuck_out_tongue:

OMD[ultra]:~$ cmk --debug -vvII 127.0.0.1

Hostname or tag specification '127.0.0.1' does not match any host.
Traceback (most recent call last):
  File "/omd/sites/ultra/bin/cmk", line 85, in <module>
    exit_status = modes.call(mode_name, mode_args, opts, args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 69, in call
    return handler(*handler_args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/check_mk.py", line 1506, in mode_discover
    hostnames = modes.parse_hostname_list(args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 160, in parse_hostname_list
    raise MKBailOut("Hostname or tag specification '%s' does "
cmk.utils.exceptions.MKBailOut: Hostname or tag specification '127.0.0.1' does not match any host.

OMD[ultra]:~$ cmk --debug -vvII service

Hostname or tag specification 'service' does not match any host.
Traceback (most recent call last):
  File "/omd/sites/ultra/bin/cmk", line 85, in <module>
    exit_status = modes.call(mode_name, mode_args, opts, args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 69, in call
    return handler(*handler_args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/check_mk.py", line 1506, in mode_discover
    hostnames = modes.parse_hostname_list(args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 160, in parse_hostname_list
    raise MKBailOut("Hostname or tag specification '%s' does "
cmk.utils.exceptions.MKBailOut: Hostname or tag specification 'service' does not match any host.

OMD[ultra]:~$ cmk --debug -vvII ultra

Hostname or tag specification 'ultra' does not match any host.
Traceback (most recent call last):
  File "/omd/sites/ultra/bin/cmk", line 85, in <module>
    exit_status = modes.call(mode_name, mode_args, opts, args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 69, in call
    return handler(*handler_args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/check_mk.py", line 1506, in mode_discover
    hostnames = modes.parse_hostname_list(args)
  File "/omd/sites/ultra/lib/python3/cmk/base/modes/__init__.py", line 160, in parse_hostname_list
    raise MKBailOut("Hostname or tag specification '%s' does "
cmk.utils.exceptions.MKBailOut: Hostname or tag specification 'ultra' does not match any host.