[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8265) RFE: resultCode counters in cn=monitor



Full_Name: Michael Str.der
Version: HEAD
OS: 
URL: 
Submission from: (NULL) (84.181.161.13)


It would be handy especially for security monitoring if one could observe
counters for several result codes in cn=monitor. E.g. correlating the number of
bind requests with 49 counter is much easier and gives better performance than
extracting log lines (if those are available at all).

Maybe a tree like this:

cn=monitor
  cn=Results
    monitoredResultCode=0
      monitoredInfo: <counter>
    monitoredResultCode=49
      monitoredInfo: <counter>

This should probably configurable because there are so many also custom result
code:

database monitor
monitor_resultcodes 0,49