Hi,
i currently testing Check_MK CFE and installed the normal Agent to a Ubuntu 18.04 LTS.
Multipath is present there via /etc/multipath/conf.d/multipath.conf - this was the default afaik.
But check_MK does not autodiscover the multipath - but I read, that it is capable of detecting it.
A quick view inside my baked agent reveals:
if [ -f /etc/multipath.conf ]; then
but this is not applicable for me, since I have another folder strcuture there:
cd /etc/multipath/
root@qlb-rserver01:/etc/multipath# find .
.
./multipath.conf-live
./conf.d
./conf.d/multipath.conf
./wwids
./bindings
Is it possible to add this case?