Fix miab-munin.conf filter not capturing HTTP/2.0 (#2359)
This commit is contained in:
parent
e931e103fe
commit
84919fefa4
|
@ -3,5 +3,5 @@
|
||||||
before = common.conf
|
before = common.conf
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
failregex=<HOST> - .*GET /admin/munin/.* HTTP/1.1\" 401.*
|
failregex=<HOST> - .*GET /admin/munin/.* HTTP/\d+\.\d+\" 401.*
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
Loading…
Reference in New Issue