elastic / beats-dashboards

DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues.
Other
196 stars 72 forks source link

nfs: ignore NFSERR_NOENT in error visualization #107

Closed kofemann closed 8 years ago

kofemann commented 8 years ago

Motivation: NFSERR_NOENT is a common nfs error and indicates that a client try to access non existing file. THis can be triggered by PATH and LD_LIBRARY_PATH settings.

Though massive NFSERR_NOENT errors may point to a problem, we can ignore them.

Modification: include NFSERR_NOENT into a regexp of ignored terms in NFS-error chart.

Signed-off-by: Tigran Mkrtchyan tigran.mkrtchyan@desy.de

monicasarbu commented 8 years ago

@kofemann Thanks for the fix.