Wildcard in manual check

Dear forum.

CMK: v1.5.0p16

I’m trying to use the Citrix Netscaler SSL Certificates check.
but in the configuration, I’m prompted to type the certificate name.

On newer versions (currently testing 2.0.0b6) i do not have to specify a cert name and the check just picks up all certificates.

Any idea on how to replicate this?

I have attached some pictures of the configuration and one where I specified the cert name and one with a * as a wildcard


image
image

Could you try a .* as the name of the certificate ?
The wildcard only is not a regular expression, as it means “the character before this character any number of times”.
In 1.6p18 i also don´t have the input field for the certficate name, maybe its time for an update :slight_smile:

Andre

1 Like

We are waiting for the big 2.0 update :slight_smile: But that must be something with our install…

It has been alive since 1.2! And then just upgraded over time

Did you try it with a correct regular expression ?

I assume that the recommended upgrade path from 1.5 to 2.0 will be :

1.5.x > 1.5.latest
1.5.latest → 1.6 latest
1.6 latest → 2.0

so you can do some work upfront and update to 1.6 first :slight_smile:

Have not tried

[\s\S]+
^[a-zA-Z0-9!@#$&()\\-`.+,/\"]

and some others

Maybe I’m not that good at creating regex’es or maybe I need some help defining one

I would love to upgrade, but strict update/ upgrade here where I work.

The simplest one would be

.*

that should match all services. (if regex is enabled at this point)

Enabled?!? I have never heard that you would need to enable regex?
but that did not do it
image

You don´t have to enable it. I meant, if the input field “Name of certificate” supports the usage of regex.
Maybe you can toggle the inline help and see what is shown there.
I can´t, as the field doesn´t even exist in my installations >1.5.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.