|
50 | 50 | 'LDAP Bind Time': {'metric_name': 'ldap.bind_time'}, |
51 | 51 | 'LDAP Successful Binds/sec': {'metric_name': 'ldap.successful_binds_persec'}, |
52 | 52 | 'LDAP Searches/sec': {'metric_name': 'ldap.searches_persec'}, |
| 53 | + 'LDAP Writes/sec': {'metric_name': 'ldap.writes_persec', 'type': 'rate'}, |
| 54 | + 'LDAP Active Threads': {'metric_name': 'ldap.active_threads'}, |
| 55 | + 'DS Client Binds/sec': {'metric_name': 'ds.client_binds_persec', 'type': 'rate'}, |
| 56 | + } |
| 57 | + ], |
| 58 | + }, |
| 59 | + 'Netlogon': { |
| 60 | + 'name': 'netlogon', |
| 61 | + 'counters': [ |
| 62 | + { |
| 63 | + 'Semaphore Waiters': 'semaphore_waiters', |
| 64 | + 'Semaphore Holders': 'semaphore_holders', |
| 65 | + 'Semaphore Acquires': {'name': 'semaphore_acquires', 'type': 'count'}, |
| 66 | + 'Semaphore Timeouts': {'name': 'semaphore_timeouts', 'type': 'count'}, |
| 67 | + 'Average Semaphore Hold Time': 'semaphore_hold_time', |
| 68 | + } |
| 69 | + ], |
| 70 | + }, |
| 71 | + 'Security System-Wide Statistics': { |
| 72 | + 'name': 'security', |
| 73 | + 'counters': [ |
| 74 | + { |
| 75 | + 'NTLM Authentications': {'name': 'ntlm_authentications', 'type': 'rate'}, |
| 76 | + 'Kerberos Authentications': {'name': 'kerberos_authentications', 'type': 'rate'}, |
| 77 | + } |
| 78 | + ], |
| 79 | + }, |
| 80 | + 'DHCP Server': { |
| 81 | + 'name': 'dhcp', |
| 82 | + 'counters': [ |
| 83 | + { |
| 84 | + 'Failover: BndUpd Dropped.': {'name': 'failover.binding_updates_dropped', 'type': 'count'}, |
| 85 | + 'Failover: BndUpd pending in outbound queue.': 'failover.binding_updates_pending', |
| 86 | + 'Failover: BndUpd received/sec.': {'name': 'failover.binding_updates_received', 'type': 'rate'}, |
| 87 | + 'Failover: BndUpd sent/sec.': {'name': 'failover.binding_updates_sent', 'type': 'rate'}, |
| 88 | + } |
| 89 | + ], |
| 90 | + }, |
| 91 | + 'DFS Replicated Folders': { |
| 92 | + 'name': 'dfsr', |
| 93 | + 'counters': [ |
| 94 | + { |
| 95 | + 'Conflict Space In Use': {'name': 'conflict_space_in_use', 'unit': 'byte'}, |
| 96 | + 'Deleted Space In Use': {'name': 'deleted_space_in_use', 'unit': 'byte'}, |
| 97 | + 'File Installs Retried': {'name': 'file_installs_retried', 'type': 'count'}, |
| 98 | + 'Staging Space In Use': {'name': 'staging_space_in_use', 'unit': 'byte'}, |
53 | 99 | } |
54 | 100 | ], |
55 | 101 | }, |
|
0 commit comments