ThomasKaiser / Check_MK

Some Check_MK tweaks
GNU General Public License v2.0
27 stars 9 forks source link

Added working version of lnx_if for OSX #2

Closed catchdave closed 4 years ago

catchdave commented 4 years ago

Added working version of lnx_if for OSX (depends on minor modification in CMK codebase).

For this to work, users must install iproute2mac via brew.

catchdave commented 4 years ago

Depends on https://github.com/tribe29/checkmk/pull/138 being merged as CMK currently breaks on decimals (and I don't think it should).

ThomasKaiser commented 4 years ago

Sorry for ignoring this that long. In https://github.com/ThomasKaiser/Check_MK/commit/7c35edfd64582c5f8eed0309048563931a232ab7 I went with an approach without the external iproute2mac requirement.

First tests with 10.13.6 (17G13035) and 10.16 (20A4299v) look promising though we get a lot of errors on the interfaces. Haven't had the time yet to check for details...