ConSol-Monitoring / snclient

SNClient+ - Cross platform monitoring agent
MIT License
48 stars 8 forks source link

new "regexpi" filter for matching processes/services case insensitive #20

Closed lgmu closed 1 year ago

lgmu commented 1 year ago

for example: check_process "filter=exe regexp "WES.*"

-> in nsclient this is always case sensitive

Would be great to be able to do something like this: /wes.*/i or "regexpi"

For users I think "regexpi" would be easier to use :)

sni commented 1 year ago

both ways are possible now, see https://github.com/ConSol-Monitoring/snclient/blob/main/docs/filter/_index.md