FORGEROCK-OPENAM-CTS.mib revision dcaf67650b5323dbf22121c7bf12be9be903f8c5
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- Copyright 2013 ForgeRock AS.
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- The contents of this file are subject to the terms of the Common Development and
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- Distribution License (the License). You may not use this file except in compliance with the
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- License.
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- specific language governing permission and limitations under the License.
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- When distributing Covered Software, include this CDDL Header Notice in each file and include
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- Header, with the fields enclosed by brackets [] replaced by your own identifying
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- information: "Portions copyright [year] [name of copyright owner]".
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- MIB for CTS Monitoring
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- Copyright (c) 2013, ForgeRock AS, All Rights Reserved.
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaFORGEROCK-OPENAM-CTS-MIB DEFINITIONS ::= BEGIN
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaIMPORTS
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna OBJECT-TYPE, enterprises,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna Integer32
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna FROM SNMPv2-SMI
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SnmpAdminString
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna FROM SNMP-FRAMEWORK-MIB;
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- ForgeRock
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunaforgerock OBJECT IDENTIFIER ::= {enterprises 36733}
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- SNMP
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunasnmp OBJECT IDENTIFIER ::= { forgerock 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- openAM
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunaopenam OBJECT IDENTIFIER ::= { snmp 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- SSO CTS Monitoring
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsMonitoring OBJECT IDENTIFIER ::= { openam 999 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- Instance of TokenTableEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunatokenTable OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SEQUENCE OF TokenEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Token Information"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsMonitoring 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaTokenEntry ::=
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SEQUENCE {
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna tokenTableIndex Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna tokenType SnmpAdminString
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunatokenTableIndex OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Token Table Index"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { tokenEntry 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunatokenType OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SnmpAdminString
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Token Type"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { tokenEntry 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- TokenTableEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunatokenEntry OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX TokenEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Information for a token"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna INDEX { tokenTableIndex }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { tokenTable 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- OperationTable
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaoperationTable OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SEQUENCE OF OperationEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Operation Information"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsMonitoring 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- OperationEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaoperationEntry OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX OperationEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Information regarding a specific operation type"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna INDEX { operationTableIndex }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { operationTable 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaOperationEntry ::=
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SEQUENCE {
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna operationTableIndex Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna operationType SnmpAdminString
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaoperationTableIndex OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Operation Table Index"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { operationEntry 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaoperationType OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SnmpAdminString
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Operation Operation Type"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { operationEntry 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- ctsCRUDOperationsTable
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsCRUDOperationsTable OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SEQUENCE OF CTSCRUDOperationsEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Rates accessed only through operation (no token type)"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsMonitoring 3 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- CTSOperationsPerTokenTypeEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsCRUDOperationsEntry OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX CTSCRUDOperationsEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Rate information for operation-specific (no token type) rates"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna INDEX { operationTableIndex }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsTable 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaCTSCRUDOperationsEntry ::=
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SEQUENCE {
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna sCumulativeCount Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna sAverage Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna sMinimum Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna sMaximum Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunasCumulativeCount OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Cumulative value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsEntry 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunasAverage OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Average value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsEntry 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunasMinimum OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Minimum value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsEntry 3 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunasMaximum OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Maximum value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsEntry 4 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- ctsCRUDOperationsPerTokenTypeTable
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsCRUDOperationsPerTokenTypeTable OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SEQUENCE OF CTSCRUDOperationsPerTokenTypeEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Rates accessed through operation and token type"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsMonitoring 4 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- CTSCRUDOperationsPerTokenTypeEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsCRUDOperationsPerTokenTypeEntry OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX CTSCRUDOperationsPerTokenTypeEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Rate information for a token & operation combination"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna INDEX { tokenTableIndex, operationTableIndex }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsPerTokenTypeTable 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaCTSCRUDOperationsPerTokenTypeEntry ::=
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SEQUENCE {
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna dCumulative Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna dAverage Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna dMinimum Counter64,
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna dMaximum Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunadCumulativeCount OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Cumulative value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsPerTokenTypeEntry 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunadAverage OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Average value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsPerTokenTypeEntry 2 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunadMinimum OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Minimum value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsPerTokenTypeEntry 3 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunadMaximum OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Maximum value"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsCRUDOperationsPerTokenTypeEntry 4 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- ctsTokenOperationsTable
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsTokenOperationsTable OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX SEQUENCE OF CTSTokenOperationsEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS not-accessible
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Values associated with information about a specific token"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsMonitoring 5 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna-- ctsTokenOperationsEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna--
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunactsTokenOperationsEntry OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX CTSTokenOperationsEntry
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DESCRIPTION "Information about a specific token, related to token index supplied"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna INDEX { tokenTableIndex }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsTokenOperationsTable 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaCTSTokenOperationsEntry ::=
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SEQUENCE {
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna totalCount Counter64,
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna averageDuration Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid LunatotalCount OBJECT-TYPE
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna SYNTAX Counter64
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna MAX-ACCESS read-only
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna STATUS current
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna DESCRIPTION "Total count of tokens of the specified type in OpenAM"
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna DEFVAL { 0 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna ::= { ctsTokenOperationsEntry 1 }
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
dcaf67650b5323dbf22121c7bf12be9be903f8c5David LunaaverageDuration OBJECT-TYPE
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna SYNTAX Counter64
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna MAX-ACCESS read-only
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna STATUS current
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna DESCRIPTION "Average duration of tokens of the specified type in OpenAM"
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna DEFVAL { 0 }
dcaf67650b5323dbf22121c7bf12be9be903f8c5David Luna ::= { ctsTokenOperationsEntry 2 }
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington--
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington-- ctsReaperOperationsTable
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington--
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington
8f643b425003d922f5007d0cda90822527256bdcPhill CunningtonrateOfDeletedSessions OBJECT-TYPE
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington SYNTAX Counter64
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington MAX-ACCESS read-only
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington STATUS current
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington DESCRIPTION "Rate of deleted sessions per reaper run"
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington DEFVAL { 0 }
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington ::= { ctsMonitoring 6 }
8f643b425003d922f5007d0cda90822527256bdcPhill Cunnington
88f608b8855a99b19653376900fc5f234b7e771cDavid LunaEND