From 6bc9517c206b0b8d7cfec7ea4abb7f9dfad535ac Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 23 Oct 2007 21:16:19 +0000
Subject: [PATCH] Fix for issue 2505 (Provide monitoring information about the number of entries on a given base DN)
---
opends/src/server/org/opends/server/util/ServerConstants.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index d91894a..55ac28e 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -255,6 +255,12 @@
"ds-backend-entry-count";
+ /**
+ * The name of the monitor attribute that is used to hold the base DN entry
+ * count.
+ */
+ public static final String ATTR_MONITOR_BASE_DN_ENTRY_COUNT =
+ "ds-base-dn-entry-count";
/**
* The name of the monitor attribute that is used to hold the backend
--
Gitblit v1.10.0