add query for os-vif pyroute2 open files

- This change adds a query to detect too many open
  files errors raised by os-vif.

- some releases of pyroute2 have been known to leak
  file handels under python 2. This query should
  catch gate failure that result form this.

Change-Id: I600dc8045bc16ac7ee3a03935687557988893509
This commit is contained in:
Sean Mooney 2018-12-11 14:18:12 +00:00
parent f19a323569
commit 10fcb4e5cc
1 changed files with 5 additions and 0 deletions

5
queries/1807949.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >-
tags:"screen-n-cpu.txt" AND
message:"OSError: [Errno 24] Too many open files" AND
module:"os_vif" AND
loglevel: "ERROR"