Hello!
I'm having some trouble with LLD + HTTP Agents Prototypes.
My LLD Works just fine, but when the data is received it doesn't allow me to use received variables as KEY to HTTP Item.
So it makes me stranded between two options that don't work:
1) If I don't use variable on keys, I can create the prototype, but when the discovery rule is activated by the first time it crashes, because it tries to create multiple items with the same key;
Template prototype creation:

Discovery first run:

2) If I try to put the variable name in key's name, it doesn't allow me to create the prototype (because of the type of characters):
It doesn't allow me to create

I don't know what to do, did anyone have some scenario like this?
I used to use LLD with Passive Checks and works very well, but I never needed to change Item Key, so I don't know.
Thanks,
I'm having some trouble with LLD + HTTP Agents Prototypes.
My LLD Works just fine, but when the data is received it doesn't allow me to use received variables as KEY to HTTP Item.
So it makes me stranded between two options that don't work:
1) If I don't use variable on keys, I can create the prototype, but when the discovery rule is activated by the first time it crashes, because it tries to create multiple items with the same key;
Template prototype creation:
Discovery first run:
2) If I try to put the variable name in key's name, it doesn't allow me to create the prototype (because of the type of characters):
It doesn't allow me to create
I don't know what to do, did anyone have some scenario like this?
I used to use LLD with Passive Checks and works very well, but I never needed to change Item Key, so I don't know.
Thanks,
Comment