Describe the bug
As an example I created a service check with check_nsc_web with own warning definitions.
definition like :
is ending up in splitting the 'warn=state!=started' because of the exclamation mark. Single quotes for this warning definitions has no effects. Saving ends up in:
Thruk Version
backslash before exclamation mark does not work either
i'd say it's better to use a single $ARG1$ and put everything in there. Otherwise you would have to create a new command for every combination or arguments.
Describe the bug As an example I created a service check with check_nsc_web with own warning definitions. definition like :
is ending up in splitting the 'warn=state!=started' because of the exclamation mark. Single quotes for this warning definitions has no effects. Saving ends up in:
Thruk Version
backslash before exclamation mark does not work either