smilint output for ./ITU-ALARM-TC


Message Severities
SeverityCount
error2
warning3
Message Types
TypeCount
bad-identifier-case (error)1
module-name-suffix (warning)1
object-identifier-not-prefix (error)1
type-unref (warning)2

Messages:

ITU-ALARM-TC

   1: -- extracted from draft-ietf-disman-alarm-mib-18.txt
   2: -- at Thu Feb 12 06:16:55 2004
   3: 
   4:    ITU-ALARM-TC DEFINITIONS ::= BEGIN
   5: 
   6:    IMPORTS
   7:       MODULE-IDENTITY, mib-2      FROM SNMPv2-SMI
   8:       TEXTUAL-CONVENTION          FROM SNMPv2-TC;
   9: 
  10:      ituAlarmTc MODULE-IDENTITY
  11:          LAST-UPDATED "200402090000Z"
  12:          ORGANIZATION "IETF Distributed Management Working Group"
  13:          CONTACT-INFO
  14:             " WG EMail: disman@ietf.org
  15:               Subscribe: disman-request@ietf.org
  16:               http://www.ietf.org/html.charters/disman-charter.html
  17: 
  18:               Chair:     Randy Presuhn
  19:                          randy_presuhn@mindspring.com
  20: 
  21:               Editors:   Sharon Chisholm
  22:                          Nortel Networks
  23:                          PO Box 3511 Station C
  24:                          Ottawa, Ont.  K1Y 4H7
  25:                          Canada
  26:                          schishol@nortelnetworks.com
  27: 
  28:                          Dan Romascanu
  29:                          Avaya
  30:                          Atidim Technology Park, Bldg. #3
  31:                          Tel Aviv, 61131
  32:                          Israel
  33:                          Tel: +972-3-645-8414
  34:                          Email: dromasca@avaya.com"
  35:          DESCRIPTION
  36:             "This MIB module defines the ITU Alarm
  37:             textual convention for objects not expected to require
  38:             regular extension.
  39: 
  40:             Copyright (C) The Internet Society (2004).  The
  41:             initial version of this MIB module was published
  42:             in RFC YYYY. For full legal notices see the RFC
  43:             itself. Supplementary information may be available on:
  44:                http://www.ietf.org/copyrights/ianamib.html"
  45:          -- RFC Ed.: replace yyyy with actual RFC number & remove
  46:          -- this note
  47:          REVISION    "200402090000Z"
  48:          DESCRIPTION
  49:              "Initial version, published as RFC yyyy."
  50:              -- RFC-Editor assigns yyyy
  51:         ::= { mib-2 XX } -- to be assigned by IANA
  51: error - `XX' should start with a lower case letter
  51: error - Object identifier element `XX' name only allowed as first element
  52: 
  53:    ItuPerceivedSeverity ::= TEXTUAL-CONVENTION
  53: warning - warning: current type `ItuPerceivedSeverity' is not referenced in this module
  54:        STATUS current
  55:        DESCRIPTION
  56:                "ITU perceived severity values"
  57:        REFERENCE
  58:               "ITU Recommendation M.3100, 'Generic Network Information
  59:                Model', 1995
  60:                ITU Recommendation X.733, 'Information Technology - Open
  61:                Systems Interconnection - System Management: Alarm
  62:                Reporting Function', 1992"
  63:        SYNTAX         INTEGER
  64:               {
  65:               cleared (1),
  66:               indeterminate (2),
  67:               critical (3),
  68:               major (4),
  69:               minor (5),
  70:               warning (6)
  71:               }
  72: 
  73:    ItuTrendIndication ::= TEXTUAL-CONVENTION
  73: warning - warning: current type `ItuTrendIndication' is not referenced in this module
  74:        STATUS current
  75:        DESCRIPTION
  76:                "ITU trend indication values for alarms."
  77:        REFERENCE
  78:               "ITU Recommendation M.3100, 'Generic Network Information
  79:                Model', 1995
  80:                ITU Recommendation X.733, 'Information Technology - Open
  81:                Systems Interconnection - System Management: Alarm
  82:                Reporting Function', 1992"
  83:        SYNTAX         INTEGER
  84:          {
  85:          moreSevere (1),
  86:          noChange (2),
  87:          lessSevere (3)
  88:          }
  89: 
  90: 
  91:    END
  91: warning - warning: module name `ITU-ALARM-TC' should match `*-MIB'
  92: 
  93: -- 
  94: --   Copyright (C) The Internet Society (2004). All Rights Reserved.
  95: -- 
  96: --   This document and translations of it may be copied and furnished to
  97: --   others, and derivative works that comment on or otherwise explain it
  98: --   or assist in its implementation may be prepared, copied, published
  99: --   and distributed, in whole or in part, without restriction of any kind,
 100: --   provided that the above copyright notice and this paragraph are
 101: --   included on all such copies and derivative works.  However, this
 102: --   document itself may not be modified in any way, such as by removing
 103: --   the copyright notice or references to the Internet Society or other
 104: --   Internet organizations, except as needed for the  purpose of
 105: --   developing Internet standards in which case the procedures for
 106: --   copyrights defined in the Internet Standards process must be followed,
 107: --   or as required to translate it into languages other than English.
 108: -- 
 109: --   The limited permissions granted above are perpetual and will not be
 110: --   revoked by the Internet Society or its successors or assigns.
 111: -- 
 112: --   This document and the information contained herein is provided on an
 113: --   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
 114: --   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
 115: --   NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN
 116: --   WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
 117: --   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 118: