home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / e52os2m.exe / netfin.mif < prev    next >
Text File  |  1998-05-27  |  11KB  |  318 lines

  1. Language = "en|US|iso8859-1"
  2.  
  3. Start Component
  4.     Name = "Netfinity Services"
  5.     Description = "This group contains information about Netfinity Services."
  6.  
  7.     Start Path
  8.       Name="Netfinity Services Instrumentation"
  9.       WIN32=direct-interface
  10.     End Path
  11.  
  12.     start group
  13.         name    = "ComponentID"
  14.         id      = 1
  15.         class   = "DMTF|ComponentID|001"
  16.         description = "This group defines attributes common to all components."
  17.                       "This group is required."
  18.  
  19.         start attribute
  20.             name    = "Manufacturer"
  21.             id      = 1
  22.             description = "The name of the manufacturer that produces this component."
  23.             access  = READ-ONLY
  24.             storage = COMMON
  25.             type    = STRING(64)
  26.             value   = "IBM Corporation"
  27.         end attribute
  28.  
  29.         start attribute
  30.             name    = "Product"
  31.             id      = 2
  32.             description = "The name of the component."
  33.             access  = READ-ONLY
  34.             storage = COMMON
  35.             type    = STRING(64)
  36.             value   = "Netfinity Services"
  37.         end attribute
  38.  
  39.         start attribute
  40.             name    = "Version"
  41.             id      = 3
  42.             description = "The version for the component."
  43.             access  = READ-ONLY
  44.             storage = COMMON
  45.             type    = STRING(64)
  46.             value   = "5.20"
  47.         end attribute
  48.  
  49.         start attribute
  50.             name    = "Serial Number"
  51.             id      = 4
  52.             description = "The serial number for this instance of this component."
  53.             access  = READ-ONLY
  54.             storage = SPECIFIC
  55.             type    = STRING(64)
  56.             value   = ""
  57.         end attribute
  58.  
  59.         start attribute
  60.             name    = "Installation"
  61.             id      = 5
  62.             description = "The time and date of the last install of this component."
  63.             access  = READ-ONLY
  64.             storage = SPECIFIC
  65.             type    = DATE
  66.             value   = ""
  67.         end attribute
  68.  
  69.         Start Attribute
  70.             Name = "Verify"
  71.             ID = 6
  72.             Description = "A code that provides a level of verification that the component is still installed and working."
  73.             Type = Start ENUM
  74.                        Name = "Verify_Type"
  75.                        Type = Integer
  76.                        0x00 = "An error occurred; check status code"
  77.                        0x01 = "This component does not exist"
  78.                        0x02 = "The verification is not supported"
  79.                        0x03 = "Reserved"
  80.                        0x04 = "This component exists, but the functionality is untested"
  81.                        0x05 = "This component exists, but the functionality is unknown"
  82.                        0x06 = "This component exists, and is not functioning correctly"
  83.                        0x07 = "This component exists, and is functioning correctly"
  84.                    End ENUM
  85.             Access = Read-Only
  86.             Storage = Specific
  87.             Value = 7
  88.         End Attribute
  89.  
  90.     end group
  91.  
  92.     Start Group
  93.         Name = "Netfinity Alert"
  94.         ID   = 2
  95.         Class = "IBM|NetFinity Alert|3.0"
  96.         Description = "Netfinity Alert data fields."
  97.  
  98.         Start Attribute
  99.             Name   = "Alert Text"
  100.             ID     = 1
  101.             Description = "Text associated with the Netfinity Alert."
  102.             Access = READ-ONLY
  103.             Type   = DISPLAYSTRING(256)
  104.             Value  = *"Netfinity Services Instrumentation"
  105.         End Attribute
  106.  
  107.         Start Attribute
  108.             Name   = "Severity"
  109.             ID     = 2
  110.             Description = "Alert severity level (0 = highest, 7 = lowest)."
  111.             Access = READ-ONLY
  112.             Type   = INTEGER
  113.             Value  = *"Netfinity Services Instrumentation"
  114.         End Attribute
  115.  
  116.         Start Attribute
  117.             Name   = "Alert Type"
  118.             ID     = 3
  119.             Description = "Standard alert ID and type."
  120.             Access = READ-ONLY
  121.             Type   = DISPLAYSTRING(64)
  122.             Value  = *"Netfinity Services Instrumentation"
  123.        End Attribute
  124.  
  125.         Start Attribute
  126.             Name   = "Application ID"
  127.             ID     = 4
  128.             Description = "Identity of the application which issued the alert."
  129.             Access = READ-ONLY
  130.             Type   = DISPLAYSTRING(16)
  131.             Value  = *"Netfinity Services Instrumentation"
  132.        End Attribute
  133.  
  134.         Start Attribute
  135.             Name   = "Application Alert Type"
  136.             ID     = 5
  137.             Description = "Application-specific alert ID."
  138.             Access = READ-ONLY
  139.             Type   = INTEGER
  140.             Value  = *"Netfinity Services Instrumentation"
  141.         End Attribute
  142.  
  143.         Start Attribute
  144.             Name   = "Alert Time and Date"
  145.             ID     = 6
  146.             Description = "Time and date when alert was issued."
  147.             Access = READ-ONLY
  148.             type    = DATE
  149.             Value  = *"Netfinity Services Instrumentation"
  150.         End Attribute
  151.  
  152.         Start Attribute
  153.             Name   = "Alert Sender"
  154.             ID     = 7
  155.             Description = "Network path to system which created alert, if not local system."
  156.             Access = READ-ONLY
  157.             Type   = DISPLAYSTRING(256)
  158.             Value  = *"Netfinity Services Instrumentation"
  159.         End Attribute
  160.  
  161.         Start Attribute
  162.             Name   = "Alert System Name"
  163.             ID     = 8
  164.             Description = "System name of system which created alert."
  165.             Access = READ-ONLY
  166.             Type   = DISPLAYSTRING(256)
  167.             Value  = *"Netfinity Services Instrumentation"
  168.         End Attribute
  169.  
  170.     End Group
  171.  
  172.     Start Enum
  173.         Name = "BOOL"
  174.         Type = Integer
  175.         0x00 = "False"
  176.         0x01 = "True"
  177.     End Enum
  178.  
  179.     Start Group
  180.         Name = "Netfinity Monitor Attributes"
  181.         ID   = 3
  182.         Class = "IBMNetFinity|Monitor Attribs|3.1"
  183.         Description = "Current values of Netfinity Monitor Attributes."
  184.         Key = 1
  185.  
  186.         Start Attribute
  187.             Name   = "Attribute ID"
  188.             ID     = 1
  189.             Description = "Unique ID for monitored attribute."
  190.             Access = READ-ONLY
  191.             Type   = INTEGER
  192.             Value  = *"Netfinity Services Instrumentation"
  193.         End Attribute
  194.  
  195.         Start Attribute
  196.             Name   = "Attribute Name"
  197.             ID     = 2
  198.             Description = "Textual name of the monitored attribute."
  199.             Access = READ-ONLY
  200.             Type   = DISPLAYSTRING(256)
  201.             Value  = *"Netfinity Services Instrumentation"
  202.         End Attribute
  203.  
  204.         Start Attribute
  205.             Name   = "Current Value (integer)"
  206.             ID     = 3
  207.             Description = "Integral portion of current value of attribute."
  208.             Access = READ-ONLY
  209.             Type   = INTEGER
  210.             Value  = *"Netfinity Services Instrumentation"
  211.         End Attribute
  212.  
  213.         Start Attribute
  214.             Name   = "Current Value (thousandths)"
  215.             ID     = 4
  216.             Description = "Fraction portion of current value of attribute, in units of 1/1000th"
  217.             Access = READ-ONLY
  218.             Type   = INTEGER
  219.             Value  = *"Netfinity Services Instrumentation"
  220.         End Attribute
  221.  
  222.         Start Attribute
  223.             Name   = "Current Value (string)"
  224.             ID     = 5
  225.             Description = "Current value of attribute, as display string."
  226.             Access = READ-ONLY
  227.             Type   = DISPLAYSTRING(128)
  228.             Value  = *"Netfinity Services Instrumentation"
  229.        End Attribute
  230.  
  231.         Start Attribute
  232.             Name   = "Value Units"
  233.             ID     = 6
  234.             Description = "Textual label for value units."
  235.             Access = READ-ONLY
  236.             type    = DISPLAYSTRING(64)
  237.             Value  = *"Netfinity Services Instrumentation"
  238.         End Attribute
  239.  
  240.         Start Attribute
  241.             Name   = "Recording Enabled"
  242.             ID     = 7
  243.             Description = "Flag indicates if data recording is active."
  244.             Access = READ-ONLY
  245.             Type   = "BOOL"
  246.             Value  = *"Netfinity Services Instrumentation"
  247.         End Attribute
  248.  
  249.     End Group
  250.  
  251.     Start Group
  252.         Name = "Netfinity Attribute Groups"
  253.         ID   = 4
  254.         Class = "IBMNetFinity|Attrib Groups|3.1"
  255.         Description = "Current values of Netfinity Attribute Groups."
  256.         Key = 1, 2
  257.  
  258.         Start Attribute
  259.             Name   = "Attribute Group ID"
  260.             ID     = 1
  261.             Description = "Unique ID for attribute group."
  262.             Access = READ-ONLY
  263.             Type   = INTEGER
  264.             Value  = *"Netfinity Services Instrumentation"
  265.         End Attribute
  266.  
  267.         Start Attribute
  268.             Name   = "Attribute ID"
  269.             ID     = 2
  270.             Description = "Unique ID for attribute within attribute group."
  271.             Access = READ-ONLY
  272.             Type   = INTEGER
  273.             Value  = *"Netfinity Services Instrumentation"
  274.         End Attribute
  275.  
  276.         Start Attribute
  277.             Name   = "Attribute Group Name"
  278.             ID     = 3
  279.             Description = "Textual name of the attribute group."
  280.             Access = READ-ONLY
  281.             Type   = DISPLAYSTRING(128)
  282.             Value  = *"Netfinity Services Instrumentation"
  283.         End Attribute
  284.  
  285.         Start Attribute
  286.             Name   = "Attribute Name"
  287.             ID     = 4
  288.             Description = "Textual name of the attribute within the attribute group."
  289.             Access = READ-ONLY
  290.             Type   = DISPLAYSTRING(128)
  291.             Value  = *"Netfinity Services Instrumentation"
  292.         End Attribute
  293.  
  294.         Start Attribute
  295.             Name   = "Current Value (textual)"
  296.             ID     = 5
  297.             Description = "Current value of attribute, as text."
  298.             Access = READ-ONLY
  299.             Type   = DISPLAYSTRING(64)
  300.             Value  = *"Netfinity Services Instrumentation"
  301.         End Attribute
  302.  
  303.         Start Attribute
  304.             Name   = "Current Value (index)"
  305.             ID     = 6
  306.             Description = "Index of current value of attribute. Index = -1 "
  307.                 "if attribute's value is not indexed."
  308.             Access = READ-ONLY
  309.             Type   = INTEGER
  310.             Value  = *"Netfinity Services Instrumentation"
  311.         End Attribute
  312.  
  313.     End Group
  314.  
  315. End Component
  316.  
  317.  
  318.