REDDOXX-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, enterprises FROM SNMPv2-SMI; reddoxx MODULE-IDENTITY LAST-UPDATED "200906150000Z" -- Jun. 15, 2009 ORGANIZATION "REDDOXX Appliance" CONTACT-INFO "Reddoxx GmbH http://www.reddoxx.com" DESCRIPTION "This MIB can be used to manage a REDDOXX Appliance." REVISION "200906150000Z" -- Jun. 15, 2009 DESCRIPTION "The original version of this MIB." ::= { enterprises 31581 } -- Current reddoxx core MIB entries -- rdxSmtpServer OBJECT IDENTIFIER ::= { reddoxx 1 } -- rdxClientServer OBJECT IDENTIFIER ::= { reddoxx 2 } -- rdxValidator OBJECT IDENTIFIER ::= { reddoxx 3 } -- rdxArchive OBJECT IDENTIFIER ::= { reddoxx 4 } -- rdxSpamfinder OBJECT IDENTIFIER ::= { reddoxx 10 } -- -------------------------------------------------------------------- -- SMTP-Server -- -------------------------------------------------------------------- rdxSmtpServer OBJECT IDENTIFIER ::= { reddoxx 1 } rdxSmtpServerConnections OBJECT IDENTIFIER ::= { rdxSmtpServer 1 } rdxSmtpServerMsgRecv OBJECT IDENTIFIER ::= { rdxSmtpServer 2 } rdxSmtpServerBytesRecv OBJECT IDENTIFIER ::= { rdxSmtpServer 3 } rdxSmtpServerConnectionsIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of inbound SMTP-Server connections since engine started." ::= { rdxSmtpServerConnections 1 } rdxSmtpServerConnectionsOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of outbound SMTP-Server connections since engine started." ::= { rdxSmtpServerConnections 2 } rdxSmtpServerMsgRecvIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of inbound messages received since engine started." ::= { rdxSmtpServerMsgRecv 1 } rdxSmtpServerMsgRecvOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of outbound messages received since engine started." ::= { rdxSmtpServerMsgRecv 2 } rdxSmtpServerBytesRecvIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of bytes received inbound since engine started." ::= { rdxSmtpServerBytesRecv 1 } rdxSmtpServerBytesRecvOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of bytes received outbound since engine started." ::= { rdxSmtpServerBytesRecv 2 } rdxSmtpServerActiveSessions OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Number of active SMTP connections." ::= { rdxSmtpServer 4 } -- -------------------------------------------------------------------- -- SMTP-Client -- -------------------------------------------------------------------- rdxSmtpClient OBJECT IDENTIFIER ::= { reddoxx 2 } rdxSmtpClientConnections OBJECT IDENTIFIER ::= { rdxSmtpClient 1 } rdxSmtpClientMsgSent OBJECT IDENTIFIER ::= { rdxSmtpClient 2 } rdxSmtpClientBytesSent OBJECT IDENTIFIER ::= { rdxSmtpClient 3 } rdxSmtpClientConnectionsIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of inbound SMTP-Client connections since engine started." ::= { rdxSmtpClientConnections 1 } rdxSmtpClientConnectionsOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of outbound SMTP-Client connections since engine started." ::= { rdxSmtpClientConnections 2 } rdxSmtpClientMsgSentIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of inbound messages sent since engine started." ::= { rdxSmtpClientMsgSent 1 } rdxSmtpClientMsgSentOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of outbound messages sent since engine started." ::= { rdxSmtpClientMsgSent 2 } rdxSmtpClientBytesSentIn OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of bytes sent inbound since engine started." ::= { rdxSmtpClientBytesSent 1 } rdxSmtpClientBytesSentOut OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of bytes sent inbound since engine started." ::= { rdxSmtpClientBytesSent 2 } rdxSmtpClientSessions OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of outgoing SMTP connections." ::= { rdxSmtpClient 4 } rdxSmtpClientQueueLength OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of messages waiting to be sent." ::= { rdxSmtpClient 5 } -- -------------------------------------------------------------------- -- Validator -- -------------------------------------------------------------------- rdxValidator OBJECT IDENTIFIER ::= { reddoxx 3 } rdxValidatorSessions OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of messages validations." ::= { rdxValidator 1 } rdxValidatorQueueLength OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of messages waiting to be processed." ::= { rdxValidator 2 } -- -------------------------------------------------------------------- -- Archive -- -------------------------------------------------------------------- rdxArchive OBJECT IDENTIFIER ::= { reddoxx 4 } rdxArchiveMsgCount OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of archived messages." ::= { rdxArchive 1 } -- -------------------------------------------------------------------- -- Spamfinder -- -------------------------------------------------------------------- rdxSpamfinder OBJECT IDENTIFIER ::= { reddoxx 10 } rdxSpamfinderRecjects OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of connections rejected since engine started." ::= { rdxSpamfinder 1 } rdxSpamfinderTagMessages OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of messages tagged since engine started." ::= { rdxSpamfinder 2 } rdxSpamfinderCissQuarantine OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of messages moved to CISS-Quarantine since engine started." ::= { rdxSpamfinder 3 } rdxSpamfinderSpamQuarantine OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of messages moved to Spam-Quarantine since engine started." ::= { rdxSpamfinder 4 } rdxSpamfinderSpamBounced OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of messages bounced due to spam detection since engine started." ::= { rdxSpamfinder 5 } rdxSpamfinderVirusesDetected OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of viruses detection since engine started." ::= { rdxSpamfinder 6 } rdxSpamfinderBatvHits OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of message droped due to BATV since engine started." ::= { rdxSpamfinder 100 } rdxSpamfinderAddedIpBlacklistEntries OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of entries added to IP-Blacklist since engine started." ::= { rdxSpamfinder 101 } rdxSpamfinderRecipientVerificationHits OBJECT-TYPE SYNTAX integer MAX-ACCESS read-only STATUS current DESCRIPTION "Amount of recipient addresses rejected due to the recipient check since engine started." ::= { rdxSpamfinder 102 } END