aboutsummaryrefslogtreecommitdiff
path: root/SENDMAIL-STATS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SENDMAIL-STATS.txt')
-rw-r--r--SENDMAIL-STATS.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/SENDMAIL-STATS.txt b/SENDMAIL-STATS.txt
index 7761e42..72b24e7 100644
--- a/SENDMAIL-STATS.txt
+++ b/SENDMAIL-STATS.txt
@@ -36,6 +36,12 @@ queueTotal OBJECT-TYPE
::= { queue 1 }
QueueNameString ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "128t"
+ STATUS current
+ DESCRIPTION "A string containing Sendmail queue name."
+ SYNTAX OCTET STRING (SIZE (0..128))
+
+QueuePathString ::= TEXTUAL-CONVENTION
DISPLAY-HINT "1024t"
STATUS current
DESCRIPTION "A string representing Sendmail queue directory."
@@ -44,6 +50,7 @@ QueueNameString ::= TEXTUAL-CONVENTION
QueueEntry ::= SEQUENCE {
queueIndex Index32,
queueName QueueNameString,
+ queueDirectory QueuePathString,
queueMessages Counter64
}
@@ -77,16 +84,24 @@ queueName OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "The name of the mailer."
+ "The name of the queue."
::= { queueEntry 2 }
+queueDirectory OBJECT-TYPE
+ SYNTAX QueuePathString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Queue directory."
+ ::= { queueEntry 3 }
+
queueMessages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of messages in the queue."
- ::= { queueEntry 3 }
+ ::= { queueEntry 4 }
MailerNameString ::= TEXTUAL-CONVENTION
DISPLAY-HINT "128t"

Return to:

Send suggestions and report system problems to the System administrator.