ua-parser / uap-core

The regex file necessary to build language ports of Browserscope's user agent parser.
Other
752 stars 451 forks source link

Add support for Riemann Tools #556

Open smortex opened 1 year ago

smortex commented 1 year ago

riemann-tools include a bunch of tools that perform HTTP(S) requests (e.g. riemann-apache-status, riemann-haproxy, riemann-http-check, riemann-wrapper). A user agent including the tool name and version is automatically included with each HTTP request.

Add a user-agent pattern to match those tools, classify them under a single user agent family "Riemann Tools", and capture the version used.