summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/REGEX-MIB.txt8
-rw-r--r--doc/bsnmp-regex.86
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/REGEX-MIB.txt b/doc/REGEX-MIB.txt
index 3357f56..06cd2f0 100644
--- a/doc/REGEX-MIB.txt
+++ b/doc/REGEX-MIB.txt
@@ -105,4 +105,12 @@ regexString OBJECT-TYPE
DESCRIPTION "String value of this regexEntry object."
::= { regexEntry 5 }
+regexCounter OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Counter value for this regexEntry object."
+ ::= { regexEntry 6 }
+
END
+
diff --git a/doc/bsnmp-regex.8 b/doc/bsnmp-regex.8
index 0d2253e..ef44842 100644
--- a/doc/bsnmp-regex.8
+++ b/doc/bsnmp-regex.8
@@ -82,9 +82,11 @@ The description of the counter.
.It Ar regex.regexEntry.regexLast.X
How long ago the counter was last updated.
.It Ar regex.regexEntry.regexInteger.X
-The current counter value as a integer.
+The current value or counter as a integer.
.It Ar regex.regexEntry.regexString.X
-The current counter value as a string.
+The current value as a string.
+.It Ar regex.regexEntry.regexCounter.X
+The current counter value as a 64 bit integer.
.El
.Sh OPTIONS
To activate the