The returned values of an LLD are used to create and remove items.
If one or more of the values returned by the script changes, an existing one will be marked for deletion with a TTL and a new one is created.
If have created an LLD which discovers sets of files with a similar name and it returns 3 values.
- The path where it discovered a set of similar named files
- A regular expression that matches that set
- A rounded down size representing 3/4 of the smallest file of that set
Because sometimes the smallest file can be removed it will sometimes happen that {SIZE} will return a different value.
I would like to have the possibility to ignore one or more of the returned parameters if the discovery already exists.