0

Include_recursive in windows is not accepting absolute path when i use drive name in it. For example, include_recursive “C:/ProgramData/icinga2/opt/icinga2/config” is not working but include_recursive “/ProgramData/icinga2/opt/icinga2/config” is working. Did anyone encounter the same issue?

ProgrammerPanda
  • 1,566
  • 1
  • 12
  • 16

1 Answers1

1

It is a known bug, fixed in https://github.com/Icinga/icinga2/issues/5168 and soon released in v2.7.

dnsmichi
  • 466
  • 3
  • 11