home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / ins.cab / nntp_nntp.mib < prev    next >
Encoding:
Text File  |  1999-12-29  |  19.2 KB  |  516 lines

  1. NntpServer-MIB DEFINITIONS ::= BEGIN
  2.  
  3.   
  4.         IMPORTS
  5.                 enterprises,
  6.                 OBJECT-TYPE,
  7.                 Counter
  8.                         FROM RFC1155-SMI
  9.                 internetServer
  10.                         FROM InternetServer-MIB;
  11.  
  12. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  13. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  14. --      internetServer  OBJECT IDENTIFIER ::= { software 7 }
  15.         nntpServer       OBJECT IDENTIFIER ::= { internetServer 6 }
  16.         nntpStatistics   OBJECT IDENTIFIER ::= { nntpServer 1 }
  17.  
  18. -- NNTP Server Statistics
  19.  
  20.         totalBytesSentHighWord OBJECT-TYPE
  21.                 SYNTAX  Counter
  22.                 ACCESS  read-only
  23.                 STATUS  mandatory
  24.                 DESCRIPTION
  25.                         "This is the high 32-bits of the total number of
  26.                         of BYTEs sent by the NNTP Server"
  27.                 ::= { nntpStatistics 1 }
  28.  
  29.         totalBytesSentLowWord OBJECT-TYPE
  30.                 SYNTAX  Counter
  31.                 ACCESS  read-only
  32.                 STATUS  mandatory
  33.                 DESCRIPTION
  34.                         "This is the low 32-bits of the total number of
  35.                         of BYTEs sent by the NNTP Server"
  36.                 ::= { nntpStatistics 2 }
  37.  
  38.         totalBytesReceivedHighWord OBJECT-TYPE
  39.                 SYNTAX  Counter
  40.                 ACCESS  read-only
  41.                 STATUS  mandatory
  42.                 DESCRIPTION
  43.                         "This is the high 32-bits of the total number of
  44.                         of BYTEs received by the NNTP Server"
  45.                 ::= { nntpStatistics 3 }
  46.  
  47.         totalBytesReceivedLowWord OBJECT-TYPE
  48.                 SYNTAX  Counter
  49.                 ACCESS  read-only
  50.                 STATUS  mandatory
  51.                 DESCRIPTION
  52.                         "This is the low 32-bits of the total number of
  53.                         of BYTEs received by the NNTP Server"
  54.                 ::= { nntpStatistics 4 }
  55.  
  56.         totalConnections OBJECT-TYPE
  57.                 SYNTAX  Counter
  58.                 ACCESS  read-only
  59.                 STATUS  mandatory
  60.                 DESCRIPTION
  61.                         "This is the total number of connections made to this
  62.                         NNTP Server"
  63.                 ::= { nntpStatistics 5 }
  64.  
  65.         totalSslConnections OBJECT-TYPE
  66.                 SYNTAX  Counter
  67.                 ACCESS  read-only
  68.                 STATUS  mandatory
  69.                 DESCRIPTION
  70.                         "This is the total number of SSL connections made
  71.                          to this NNTP Server"
  72.                 ::= { nntpStatistics 6 }
  73.  
  74.         currentConnections OBJECT-TYPE
  75.                 SYNTAX  INTEGER
  76.                 ACCESS  read-only
  77.                 STATUS  mandatory
  78.                 DESCRIPTION
  79.                         "This is the number of sessions currently
  80.                         connected to the NNTP Server"
  81.                 ::= { nntpStatistics 7 }
  82.  
  83.         maxConnections OBJECT-TYPE
  84.                 SYNTAX  INTEGER
  85.                 ACCESS  read-only
  86.                 STATUS  mandatory
  87.                 DESCRIPTION
  88.                         "This is the maximum number of users simulateously
  89.                         connected to the NNTP Server"
  90.                 ::= { nntpStatistics 8 }
  91.  
  92.         logonAttempts OBJECT-TYPE
  93.                 SYNTAX  Counter
  94.                 ACCESS  read-only
  95.                 STATUS  mandatory
  96.                 DESCRIPTION
  97.                         "This is the total number of logon attempts
  98.                         against the NNTP Server"
  99.                 ::= { nntpStatistics 9 }
  100.  
  101.         logonFailures OBJECT-TYPE
  102.                 SYNTAX  Counter
  103.                 ACCESS  read-only
  104.                 STATUS  mandatory
  105.                 DESCRIPTION
  106.                         "This is the total number of logon attempts
  107.                         that failed against the NNTP Server"
  108.                 ::= { nntpStatistics 10 }
  109.  
  110.         currentAnonymousUsers OBJECT-TYPE
  111.                 SYNTAX  Counter
  112.                 ACCESS  read-only
  113.                 STATUS  mandatory
  114.                 DESCRIPTION
  115.                         "This is the current number of anonymous users
  116.                         connected to the NNTP Server"
  117.                 ::= { nntpStatistics 11 }
  118.  
  119.         currentNonAnonymousUsers OBJECT-TYPE
  120.                 SYNTAX  Counter
  121.                 ACCESS  read-only
  122.                 STATUS  mandatory
  123.                 DESCRIPTION
  124.                         "This is the current number of nonanonymous users
  125.                         connected to the NNTP Server"
  126.                 ::= { nntpStatistics 12 }
  127.  
  128.         totalAnonymousUsers OBJECT-TYPE
  129.                 SYNTAX  Counter
  130.                 ACCESS  read-only
  131.                 STATUS  mandatory
  132.                 DESCRIPTION
  133.                         "This is the total number of anonymous users
  134.                         connected to the NNTP Server"
  135.                 ::= { nntpStatistics 13 }
  136.  
  137.         totalNonAnonymousUsers OBJECT-TYPE
  138.                 SYNTAX  Counter
  139.                 ACCESS  read-only
  140.                 STATUS  mandatory
  141.                 DESCRIPTION
  142.                         "This is the total number of nonanonymous users
  143.                         connected to the NNTP Server"
  144.                 ::= { nntpStatistics 14 }
  145.  
  146.         maxAnonymousUsers OBJECT-TYPE
  147.                 SYNTAX  Counter
  148.                 ACCESS  read-only
  149.                 STATUS  mandatory
  150.                 DESCRIPTION
  151.                         "This is the maximum number of anonymous users
  152.                         simultaneously connected to the NNTP Server"
  153.                 ::= { nntpStatistics 15 }
  154.  
  155.         maxNonAnonymousUsers OBJECT-TYPE
  156.                 SYNTAX  Counter
  157.                 ACCESS  read-only
  158.                 STATUS  mandatory
  159.                 DESCRIPTION
  160.                         "This is the maximum number of nonanonymous users
  161.                         simultaneously connected to the NNTP Server"
  162.                 ::= { nntpStatistics 16 }
  163.  
  164.         totalOutboundConnects OBJECT-TYPE
  165.                 SYNTAX  INTEGER
  166.                 ACCESS  read-only
  167.                 STATUS  mandatory
  168.                 DESCRIPTION
  169.                         "This is the total number of outbound connections
  170.                         that have been made by the NNTP Server"
  171.                 ::= { nntpStatistics 17 }
  172.  
  173.         outboundConnectFailures OBJECT-TYPE
  174.                 SYNTAX  INTEGER
  175.                 ACCESS  read-only
  176.                 STATUS  mandatory
  177.                 DESCRIPTION
  178.                         "This is the total number of failed outbound
  179.                         connections made by the NNTP Server"
  180.                 ::= { nntpStatistics 18 }
  181.  
  182.         currentOutboundConnects OBJECT-TYPE
  183.                 SYNTAX  INTEGER
  184.                 ACCESS  read-only
  185.                 STATUS  mandatory
  186.                 DESCRIPTION
  187.                         "This is the current number of outbound connections
  188.                         made by the NNTP Server"
  189.                 ::= { nntpStatistics 19 }
  190.  
  191.         outboundLogonFailures OBJECT-TYPE
  192.                 SYNTAX  INTEGER
  193.                 ACCESS  read-only
  194.                 STATUS  mandatory
  195.                 DESCRIPTION
  196.                         "This is the total number of failed outbound logons
  197.                         made by the NNTP Server"
  198.                 ::= { nntpStatistics 20 }
  199.  
  200.         totalPushFeeds OBJECT-TYPE
  201.                 SYNTAX  Counter
  202.                 ACCESS  read-only
  203.                 STATUS  mandatory
  204.                 DESCRIPTION
  205.                         "This is the total number of push feeds
  206.                         made by the NNTP Server"
  207.                 ::= { nntpStatistics 21 }
  208.  
  209.         totalPullFeeds OBJECT-TYPE
  210.                 SYNTAX  Counter
  211.                 ACCESS  read-only
  212.                 STATUS  mandatory
  213.                 DESCRIPTION
  214.                         "This is the total number of pull feeds
  215.                         made to the NNTP Server"
  216.                 ::= { nntpStatistics 22 }
  217.  
  218.         totalPassiveFeeds OBJECT-TYPE
  219.                 SYNTAX  Counter
  220.                 ACCESS  read-only
  221.                 STATUS  mandatory
  222.                 DESCRIPTION
  223.                         "This is the total number of passive feeds
  224.                         accepted by the NNTP Server"
  225.                 ::= { nntpStatistics 23 }
  226.  
  227.         totalArticlesSent OBJECT-TYPE
  228.                 SYNTAX  Counter
  229.                 ACCESS  read-only
  230.                 STATUS  mandatory
  231.                 DESCRIPTION
  232.                         "This is the total number of articles sent
  233.                         by the NNTP Server"
  234.                 ::= { nntpStatistics 24 }
  235.  
  236.         totalArticlesReceived OBJECT-TYPE
  237.                 SYNTAX  Counter
  238.                 ACCESS  read-only
  239.                 STATUS  mandatory
  240.                 DESCRIPTION
  241.                         "This is the total number of articles received
  242.                         by the NNTP Server"
  243.                 ::= { nntpStatistics 25 }
  244.  
  245.         totalArticlesPosted OBJECT-TYPE
  246.                 SYNTAX  Counter
  247.                 ACCESS  read-only
  248.                 STATUS  mandatory
  249.                 DESCRIPTION
  250.                         "This is the total number of articles posted
  251.                         to the NNTP Server"
  252.                 ::= { nntpStatistics 26 }
  253.  
  254.         currentArticleMapEntries OBJECT-TYPE
  255.                 SYNTAX  Counter
  256.                 ACCESS  read-only
  257.                 STATUS  mandatory
  258.                 DESCRIPTION
  259.                         "This is the current number of entries in the
  260.                         article mapping table the NNTP Server"
  261.                 ::= { nntpStatistics 27 }
  262.  
  263.         currentHistoryMapEntries OBJECT-TYPE
  264.                 SYNTAX  Counter
  265.                 ACCESS  read-only
  266.                 STATUS  mandatory
  267.                 DESCRIPTION
  268.                         "This is the current number of entries in the
  269.                         history mapping table the NNTP Server"
  270.                 ::= { nntpStatistics 28 }
  271.  
  272.         currentXoverEntries OBJECT-TYPE
  273.                 SYNTAX  Counter
  274.                 ACCESS  read-only
  275.                 STATUS  mandatory
  276.                 DESCRIPTION
  277.                         "This is the current number of entries in the
  278.                         XOVER table the NNTP Server"
  279.                 ::= { nntpStatistics 29 }
  280.  
  281.         currentSessionsFlowControlled OBJECT-TYPE
  282.                 SYNTAX  Counter
  283.                 ACCESS  read-only
  284.                 STATUS  mandatory
  285.                 DESCRIPTION
  286.                         "This is the current number of sessions in the
  287.                         flow control state for the NNTP Server"
  288.                 ::= { nntpStatistics 30 }
  289.  
  290.         totalArticlesExpired OBJECT-TYPE
  291.                 SYNTAX  Counter
  292.                 ACCESS  read-only
  293.                 STATUS  mandatory
  294.                 DESCRIPTION
  295.                         "This is the total number of articles expired
  296.                         by the NNTP Server"
  297.                 ::= { nntpStatistics 31 }
  298.  
  299.         totalControlMessagesIn OBJECT-TYPE
  300.                 SYNTAX  Counter
  301.                 ACCESS  read-only
  302.                 STATUS  mandatory
  303.                 DESCRIPTION
  304.                         "This is the total number of control messages received
  305.                         by the NNTP Server"
  306.                 ::= { nntpStatistics 32 }
  307.  
  308.         totalControlMessagesFailed OBJECT-TYPE
  309.                 SYNTAX  Counter
  310.                 ACCESS  read-only
  311.                 STATUS  mandatory
  312.                 DESCRIPTION
  313.                         "This is the total number of control messages failed or not applied
  314.                         by the NNTP Server"
  315.                 ::= { nntpStatistics 33 }
  316.  
  317.         totalModeratedPostingsSent OBJECT-TYPE
  318.                 SYNTAX  Counter
  319.                 ACCESS  read-only
  320.                 STATUS  mandatory
  321.                 DESCRIPTION
  322.                         "This is the total number of moderated postings the NNTP Server 
  323.                         attempts to send to an SMTP Server"
  324.                 ::= { nntpStatistics 34 }
  325.  
  326.         totalModeratedPostingsFailed OBJECT-TYPE
  327.                 SYNTAX  Counter
  328.                 ACCESS  read-only
  329.                 STATUS  mandatory
  330.                 DESCRIPTION
  331.                         "This is the total number of moderated postings the NNTP Server
  332.                         fails to send to an SMTP Server"
  333.                 ::= { nntpStatistics 35 }
  334.  
  335.         totalArticleCommands OBJECT-TYPE
  336.                 SYNTAX  Counter
  337.                 ACCESS  read-only
  338.                 STATUS  mandatory
  339.                 DESCRIPTION
  340.                         "This is the total number of ARTICLE commands received
  341.                         by the NNTP Server"
  342.                 ::= { nntpStatistics 36 }
  343.  
  344.         totalGroupCommands OBJECT-TYPE
  345.                 SYNTAX  Counter
  346.                 ACCESS  read-only
  347.                 STATUS  mandatory
  348.                 DESCRIPTION
  349.                         "This is the total number of GROUP commands received
  350.                         by the NNTP Server"
  351.                 ::= { nntpStatistics 37 }
  352.  
  353.         totalHelpCommands OBJECT-TYPE
  354.                 SYNTAX  Counter
  355.                 ACCESS  read-only
  356.                 STATUS  mandatory
  357.                 DESCRIPTION
  358.                         "This is the total number of HELP commands received
  359.                         by the NNTP Server"
  360.                 ::= { nntpStatistics 38 }
  361.  
  362.         totalIHaveCommands OBJECT-TYPE
  363.                 SYNTAX  Counter
  364.                 ACCESS  read-only
  365.                 STATUS  mandatory
  366.                 DESCRIPTION
  367.                         "This is the total number of IHAVE commands received
  368.                         by the NNTP Server"
  369.                 ::= { nntpStatistics 39 }
  370.  
  371.         totalLastCommands OBJECT-TYPE
  372.                 SYNTAX  Counter
  373.                 ACCESS  read-only
  374.                 STATUS  mandatory
  375.                 DESCRIPTION
  376.                         "This is the total number of LAST commands received
  377.                         by the NNTP Server"
  378.                 ::= { nntpStatistics 40 }
  379.  
  380.         totalListCommands OBJECT-TYPE
  381.                 SYNTAX  Counter
  382.                 ACCESS  read-only
  383.                 STATUS  mandatory
  384.                 DESCRIPTION
  385.                         "This is the total number of LIST commands received
  386.                         by the NNTP Server"
  387.                 ::= { nntpStatistics 41 }
  388.  
  389.         totalNewgroupsCommands OBJECT-TYPE
  390.                 SYNTAX  Counter
  391.                 ACCESS  read-only
  392.                 STATUS  mandatory
  393.                 DESCRIPTION
  394.                         "This is the total number of NEWGROUPS commands received
  395.                         by the NNTP Server"
  396.                 ::= { nntpStatistics 42 }
  397.  
  398.         totalNewnewsCommands OBJECT-TYPE
  399.                 SYNTAX  Counter
  400.                 ACCESS  read-only
  401.                 STATUS  mandatory
  402.                 DESCRIPTION
  403.                         "This is the total number of NEWNEWS commands received
  404.                         by the NNTP Server"
  405.                 ::= { nntpStatistics 43 }
  406.  
  407.         totalNextCommands OBJECT-TYPE
  408.                 SYNTAX  Counter
  409.                 ACCESS  read-only
  410.                 STATUS  mandatory
  411.                 DESCRIPTION
  412.                         "This is the total number of NEXT commands received
  413.                         by the NNTP Server"
  414.                 ::= { nntpStatistics 44 }
  415.  
  416.         totalPostCommands OBJECT-TYPE
  417.                 SYNTAX  Counter
  418.                 ACCESS  read-only
  419.                 STATUS  mandatory
  420.                 DESCRIPTION
  421.                         "This is the total number of POST commands received
  422.                         by the NNTP Server"
  423.                 ::= { nntpStatistics 45 }
  424.  
  425.         totalQuitCommands OBJECT-TYPE
  426.                 SYNTAX  Counter
  427.                 ACCESS  read-only
  428.                 STATUS  mandatory
  429.                 DESCRIPTION
  430.                         "This is the total number of QUIT commands received
  431.                         by the NNTP Server"
  432.                 ::= { nntpStatistics 46 }
  433.  
  434.         totalStatCommands OBJECT-TYPE
  435.                 SYNTAX  Counter
  436.                 ACCESS  read-only
  437.                 STATUS  mandatory
  438.                 DESCRIPTION
  439.                         "This is the total number of STAT commands received
  440.                         by the NNTP Server"
  441.                 ::= { nntpStatistics 47 }
  442.  
  443.         totalCheckCommands OBJECT-TYPE
  444.                 SYNTAX  Counter
  445.                 ACCESS  read-only
  446.                 STATUS  mandatory
  447.                 DESCRIPTION
  448.                         "This is the total number of CHECK commands received
  449.                         by the NNTP Server"
  450.                 ::= { nntpStatistics 48 }
  451.  
  452.         totalTakethisCommands OBJECT-TYPE
  453.                 SYNTAX  Counter
  454.                 ACCESS  read-only
  455.                 STATUS  mandatory
  456.                 DESCRIPTION
  457.                         "This is the total number of TAKETHIS commands received
  458.                         by the NNTP Server"
  459.                 ::= { nntpStatistics 49 }
  460.  
  461.         totalModeCommands OBJECT-TYPE
  462.                 SYNTAX  Counter
  463.                 ACCESS  read-only
  464.                 STATUS  mandatory
  465.                 DESCRIPTION
  466.                         "This is the total number of MODE commands received
  467.                         by the NNTP Server"
  468.                 ::= { nntpStatistics 50 }
  469.  
  470.         totalSearchCommands OBJECT-TYPE
  471.                 SYNTAX  Counter
  472.                 ACCESS  read-only
  473.                 STATUS  mandatory
  474.                 DESCRIPTION
  475.                         "This is the total number of SEARCH commands received
  476.                         by the NNTP Server"
  477.                 ::= { nntpStatistics 51 }
  478.  
  479.         totalXHdrCommands OBJECT-TYPE
  480.                 SYNTAX  Counter
  481.                 ACCESS  read-only
  482.                 STATUS  mandatory
  483.                 DESCRIPTION
  484.                         "This is the total number of XHDR commands received
  485.                         by the NNTP Server"
  486.                 ::= { nntpStatistics 52 }
  487.  
  488.         totalXOverCommands OBJECT-TYPE
  489.                 SYNTAX  Counter
  490.                 ACCESS  read-only
  491.                 STATUS  mandatory
  492.                 DESCRIPTION
  493.                         "This is the total number of XOVER commands received
  494.                         by the NNTP Server"
  495.                 ::= { nntpStatistics 53 }
  496.  
  497.         totalXPatCommands OBJECT-TYPE
  498.                 SYNTAX  Counter
  499.                 ACCESS  read-only
  500.                 STATUS  mandatory
  501.                 DESCRIPTION
  502.                         "This is the total number of XPAT commands received
  503.                         by the NNTP Server"
  504.                 ::= { nntpStatistics 54 }
  505.  
  506.         totalXReplicCommands OBJECT-TYPE
  507.                 SYNTAX  Counter
  508.                 ACCESS  read-only
  509.                 STATUS  mandatory
  510.                 DESCRIPTION
  511.                         "This is the total number of XREPLIC commands received
  512.                         by the NNTP Server"
  513.                 ::= { nntpStatistics 55 }
  514.  
  515. END
  516.