ectool Matcher

Article ID:360033194051
1 minute readKnowledge base
 push (@::gMatchers,
  {
   id =>        "job-dne",
   pattern =>          q{\[NoSuchJob\]: Job (.*) does not exist},
   action =>           q{incValue("warnings");	diagnostic ("[NoSuchJob]", "warning", backTo("Tagging"));},
  },
  {
   id =>        "job-norights",
   pattern =>          q{\[AccessDenied\]: '(.*)' does not have},
   action =>           q{incValue("warnings");	diagnostic ("[AccessDenied]", "warning", backTo("Tagging "));},
  },
);