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
|
||||
|
||||
[Definition]
|
||||
failregex=<HOST> - .*GET /admin/munin/.* HTTP/1.1\" 401.*
|
||||
failregex=<HOST> - .*GET /admin/munin/.* HTTP/\d+\.\d+\" 401.*
|
||||
ignoreregex =
|
||||
|
|
Loading…
Reference in New Issue