Hello,
My problem is the following: I want to automatically populate my warranty expiration date for all my Dell hosts; and maybe later, setup a trigger on this item.
I'm using an external script get-dell-warranty.sh and what I'm trying to do is something like this:
Fact is, according to this page https://www.zabbix.com/documentation...types/external this MACRO is not supported in "Item key's parameters".
Does someone have and idea of how I can accomplish this ? Any idea would be good to hear, except, I would like to keep this as an external check, or at least keep it running server / proxy side.
Thank you for your support.
My problem is the following: I want to automatically populate my warranty expiration date for all my Dell hosts; and maybe later, setup a trigger on this item.
I'm using an external script get-dell-warranty.sh and what I'm trying to do is something like this:
Code:
Key: get-dell-warranty.sh["{INVENTORY.SERIALNO.A}"]
Does someone have and idea of how I can accomplish this ? Any idea would be good to hear, except, I would like to keep this as an external check, or at least keep it running server / proxy side.
Thank you for your support.
Comment