-- Copyright (c) 2007 gateProtect AG Germany. All rights reserved. -- $Id: GATEPROTECT-STATISTICS-MIB.txt,v 1.6 2007/10/23 14:01:05 Jan Schumacher Exp $ GATEPROTECT-STATISTICS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, OBJECT-TYPE, NOTIFICATION-TYPE, TimeTicks FROM RFC1155-SMI; -- MODULE-IDENTITY -- OrgName -- gateProtect AG Germany -- ContactInfo -- gateProtect AG -- Valentinskamp 24 -- D-20354 Hamburg -- Germany -- -- Phone: +49 1805 428 377 -- E-Mail: support@gateprotect.de -- WWW: http://www.gateprotect.de gateProtect OBJECT IDENTIFIER ::= { enterprises 29577 } gpStatistics OBJECT IDENTIFIER ::= { gateProtect 7 } gpStatDeniedAccesses OBJECT IDENTIFIER ::= { gpStatistics 1 } gpStatSpam OBJECT IDENTIFIER ::= { gpStatistics 2 } gpStatVirus OBJECT IDENTIFIER ::= { gpStatistics 3 } gpStatTraps OBJECT IDENTIFIER ::= { gpStatistics 128 } -- -- gpStatDeniedAccesses -- gpStatDeniedAccessesToday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of denied accesses today." ::= { gpStatDeniedAccesses 1 } gpStatDeniedAccessesYesterday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of denied accesses yesterday." ::= { gpStatDeniedAccesses 2 } gpStatDeniedAccessesLast7Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of denied accesses in the last 7 days." ::= { gpStatDeniedAccesses 3 } gpStatDeniedAccessesLast30Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of denied accesses in the last 30 days." ::= { gpStatDeniedAccesses 4 } -- -- gpStatSpam -- gpStatSpamToday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of spam mails today." ::= { gpStatSpam 1 } gpStatSpamYesterday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of spam mails yesterday." ::= { gpStatSpam 2 } gpStatSpamLast7Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of spam mail in the last 7 days." ::= { gpStatSpam 3 } gpStatSpamLast30Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of spam mails in the last 30 days." ::= { gpStatSpam 4 } -- -- gpStatVirus -- gpStatVirusToday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of viruses found today." ::= { gpStatVirus 1 } gpStatVirusYesterday OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of viruses found yesterday." ::= { gpStatVirus 2 } gpStatVirusLast7Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of viruses found in the last 7 days." ::= { gpStatVirus 3 } gpStatVirusLast30Days OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Number of viruses found in the last 30 days." ::= { gpStatVirus 4 } -- ---- ---- -- Traps -- ---- ---- gpStatTrapsDeniedAccesses NOTIFICATION-TYPE ENTERPRISE gpStatTraps DESCRIPTION "Denied accesses threshold exceeded." ::= { gpStatTraps 100 } gpStatTrapsSpam NOTIFICATION-TYPE ENTERPRISE gpStatTraps DESCRIPTION "Spam threshold exceeded." ::= { gpStatTraps 200 } gpStatTrapsVirus NOTIFICATION-TYPE ENTERPRISE gpStatTraps DESCRIPTION "Virus threshold exceeded." ::= { gpStatTraps 300 } END