Hello, deer Colleagues.
Can't figure out how to monitor Certificate expiration with LLD...
I get JSON data from Windows server:
Discovery Rule Key: certificate.discovery
Item prototype: Name Certificate {#CERTINFO} expiring, Key: certificate[{#DAYSLEFT}], Numerical (Decimal)
Trigger prototype Expression: {Template OS Windows:certificate[{#DAYSLEFT}].last()}<10
But nothing happening...
Q: What kind of keys i must use if I want to be notified about expiring cert in 10 days?
Thanks a lot in advance!
Can't figure out how to monitor Certificate expiration with LLD...
I get JSON data from Windows server:
Code:
{
"data":
[
{
"{#CERTINFO}": "BlueBridge SIL Authentication",
"{#DAYSLEFT}": 1169
},
{
"{#CERTINFO}": "Certum",
"{#DAYSLEFT}": 3469
}
]
}
Item prototype: Name Certificate {#CERTINFO} expiring, Key: certificate[{#DAYSLEFT}], Numerical (Decimal)
Trigger prototype Expression: {Template OS Windows:certificate[{#DAYSLEFT}].last()}<10
But nothing happening...
Q: What kind of keys i must use if I want to be notified about expiring cert in 10 days?
Thanks a lot in advance!
Comment