home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / sysmgt / ffst / probe / proberep.txt < prev    next >
Text File  |  1999-05-11  |  3KB  |  65 lines

  1. Descriptive_Name         = 'System Management Example Template file'
  2. *
  3. * 'File name only' can be specified as long as the message files are on the
  4. * system's DPATH otherwise full path must be specified.
  5. * NOTE:  MESSAGE FILES WILL BE 6 CHAR file name with a .MSG Extension
  6. * Created by MKMSGF utility
  7. *
  8. *A single template file can contain entries for an entire product or a single program
  9. *depending soley on the development teams preferences.  The only requirement is that all
  10. *users of the template file use the same DMI triplet or hardcode to the same path
  11. *
  12. Default_message_pathname = probe.msg
  13. Default_causes_pathname  = probe.msg
  14. Default_actions_pathname = probe.msg
  15. Default_details_pathname = probe.msg
  16. *
  17. *Template number is associated with the FFSTProbe call
  18. *
  19. Template_number          = 11111
  20. *
  21. * Message_number is the message number you want displayed on the SYSLOG summary
  22. * screen
  23. *
  24. Message_number           = 1
  25. *
  26. * Log_class 1 is hardware, 2 is software
  27. *
  28. Log_class                = 2
  29. *
  30. *Default_xxxxx_pathname can be overriden on a template entry basis like this:
  31. *Causes_pathname          = c:\os2\system\othrCmsg.msg
  32. *Actions_pathname         = c:\os2\system\othrAmsg.msg
  33. *Details_pathname         = c:\os2\system\othrDmsg.msg
  34. *
  35. * On the right of the = sign you specify which message number you want displayed in the
  36. * relevent _causes _actions section of the SYSLOG display. Here message 4 is displayed
  37. * from FRIZMSG.MSG in the Fail_causes section of SYSLOG.
  38. *
  39. Fail_causes              = 4,0,0,0
  40. Fail_actions             = 0,0,0,0
  41. Install_causes           = 0,0,0,0
  42. Install_actions          = 0,0,0,0
  43. User_causes              = 0,0,0,0
  44. User_actions             = 0,0,0,0
  45. *
  46. Template_number          = 22222
  47. Message_number           = 2
  48. Log_class                = 2
  49. Fail_causes              = 4,0,0,0
  50. Fail_actions             = 0,0,0,0
  51. Install_causes           = 0,0,0,0
  52. Install_actions          = 0,0,0,0
  53. User_causes              = 5,0,0,0
  54. User_actions             = 6,0,0,0
  55. *
  56. *Detail data allows you to format the FFSTProbes log_user_data (if used). You can use as
  57. *many Detail data phrases as needed and they can overlap the same data. The format is
  58. *Detail_data = L,O,H,T where L is Length of data, O is the Offset it starts at, T is the Type
  59. *of data as it was sent and how you want it formated (e.g. binary show as hex) and H is *The Heading message number you want to display with it.
  60. *
  61. Detail_data              = 8,0,7,3
  62. Detail_data              = 8,0,8,1
  63. Detail_data              = 8,0,9,2
  64. *
  65.