Skip to content

Reducing the ERROR level to INFO if host not reachable

Imre Toth requested to merge reduce_host_unreachable_warning into develop

Reducing the ERROR level to INFO if a hosts is not reachable. The row for that host will not be colored, and the icon will show it is not reachable. Comparing the previous one to the modification:

Previously on the list: image Previously on Host details: image

After modification on list: image After modification on details page: image

Merge request reports