| | |
| | | { |
| | | // It's possible that this is a monitor attribute rather than a configurable |
| | | // one. Check all of those. |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(name.toLowerCase(), name); |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(name); |
| | | for (MonitorProvider<? extends MonitorProviderCfg> monitor : monitorProviders) |
| | | { |
| | | for (org.opends.server.types.Attribute a : monitor.getMonitorData()) |
| | |
| | | |
| | | // It's possible that this is a monitor attribute rather than a |
| | | // configurable one. Check all of those. |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(name.toLowerCase(), name); |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(name); |
| | | |
| | | monitorLoop: |
| | | for (MonitorProvider<? extends MonitorProviderCfg> monitor : |