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.
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