aboutsummaryrefslogtreecommitdiff
path: root/SENDMAIL-STATS.txt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-09-26 22:58:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-09-26 22:59:28 +0300
commit718f880383e64f3ef2fc43c36979af96bfbb1a44 (patch)
tree3aba37ee314f2a150f6890f2e4a7ab140e166e8d /SENDMAIL-STATS.txt
parentc62da081f3dca12030a32fc10eb240c45d08f8f3 (diff)
downloadnetsnmp-sendmail-718f880383e64f3ef2fc43c36979af96bfbb1a44.tar.gz
netsnmp-sendmail-718f880383e64f3ef2fc43c36979af96bfbb1a44.tar.bz2
Implement queue group table.
* SENDMAIL-STATS.txt: Add new OIDs. * sendmail.pl: Restore documentation section. Read queue groups from the Sendmail configuration file. (queue_stats): Define queueName and queueDirectory
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.