106
edits
(add self-signed cert incident attribute) |
mNo edit summary |
||
Line 374: | Line 374: | ||
* '''bytes_dropped''': The amount of bytes dropped by a ring buffer in the given timespan. | * '''bytes_dropped''': The amount of bytes dropped by a ring buffer in the given timespan. | ||
* '''certificate_expires''': This is the number of days until the certificate expires. If the certificate is already expired, the value is <= 0. | * '''certificate_expires''': This is the number of days until the certificate expires. If the certificate is already expired, the value is <= 0. | ||
* '''certificate_is_self_signed''': If a self-signed certificat is used. The trigger checks whether “Issuer” and “Subject” have the same value. It does not check whether the certificate is signed by a public Certificate Authority. | * '''certificate_is_self_signed''': If a self-signed certificat is used. The trigger checks whether “Issuer” and “Subject” have the same value. It does not check whether the certificate is signed by a public Certificate Authority. Works only for connections for with TLS <= 1.2 | ||
* '''channel_status''': 0 means that the LACP port channel is not synchronized, 1 means that the LACP port channel is synchronized. | * '''channel_status''': 0 means that the LACP port channel is not synchronized, 1 means that the LACP port channel is synchronized. | ||
* '''duration''': | * '''duration''': |
edits