bashclub / checkmk-opnsense-agent

65 stars 14 forks source link

Small typo causes labels to not work #8

Closed virus2500 closed 2 years ago

virus2500 commented 2 years ago

Hi,

there is a small typo causing labels to not work right now.

367             _ret.append('{{"cmk/device_type":"vm"}}')

should be 367 _ret.append('{"cmk/device_type":"vm"}')

So there is one { and } to much resulting in check_mk being unable to parse it.

Thank you!

best regards Mike

virus2500 commented 2 years ago

fixed with commit 0dd1b32aa8a32b6d2ce09287ca373e126072c514