Skip to Main Content
Liongard Library

Welcome to Liongard Library, where Lions share! This is a community-led space where Liongard users can come to teach and learn from one another.
Share custom Metrics, get inspired and see what’s trending in the Pride.

Pride Etiquette:
➕ Have great custom Metrics? Add them as entries!
🌟 Want to use a Metric? Copy the query and
follow this doc.
👍 Tried a Metric from the Library? Like it!
📣 Have a question or feedback on a Metric? Add a comment!
🔎 Not sure where to start? Learn about Metrics and how to write them.
💬 Need help writing a metric or want to help support others? Join the conversation in our Liongard Lounge #metrics slack channel.


🥴 See something off? Open a support chat to let us know.

Created by Jai Dametto
Created on Aug 4, 2021

TLS/SSL: Issuer (excluding cPanel and Let's Encrypt)

Identify which SSL certs are about to expire but ignore autorenew certs from cPanel and Let's Encrypt.

Query

SystemInfo.IssuerOrganization | !contains(@, `cPanel`) && !contains(@, `Let's Encrypt`)

  • Attach files
  • Jai Dametto
    Reply
    |
    Jan 6, 2022

    Thanks for fixing Devon. It was right at some point but obviously the dataset changed. Updated mine to be inline with yours.

  • Devon
    Reply
    |
    Sep 8, 2021

    **Error in the query.


    Correct query


    SystemInfo.IssuerOrganizationName | !contains(@, `cPanel`) && !contains(@, `Let's Encrypt`)



    This returns either "true" or "false"

  • Guest
    Reply
    |
    Aug 24, 2021

    Getting same error "Error: TypeError: contains() expected argument 1 to be type 2,3 but received type 7 instead."

  • Robert Smith
    Reply
    |
    Aug 6, 2021

    Getting an error when running this metric.

    "Error: TypeError: contains() expected argument 1 to be type 2,3 but received type 7 instead."

    Any ideas?

  • Ben Jones
    Reply
    |
    Aug 5, 2021

    Nice metric! This has been one alert that has annoyed us :D