Closed NavidSassan closed 2 months ago
In GitLab by @markuslf on Nov 24, 2021, 09:37
Please explain me what to do on this issue. ;-)
when running check2basket --auto
and there is a new check, all datafield_id
s of the later processed checks are adjusted, since currently the datafield_id
is just a global incrementing number. this leads to a lot of changes which are not needed (ie the only change in the json file is the datafield_id
s).
the easiest is probably to start with datafield_id = 0
for each file (since basket-join
renumbers them anyway during joining).
In GitLab by @markuslf on Feb 16, 2022, 21:30
What to do on this issue?
What to do on this issue depends on what's all about with the new UUIDs in Icinga Director.
I think we fixed that with https://github.com/Linuxfabrik/monitoring-plugins/commit/21f4fbde738ada4f7d3c8fdea19384ee4a893ec0, but we just forgot to close this issue.
this reduces the changes in commits