Advertisement
gassanpavel

syslog1

Feb 9th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. <parser processALL="true" trace="0" name="System log 1">
  2. <file keepOpen="false">*System</file>
  3. <rules>
  4. <rule name="The current firmware version arg1 is older than the required version arg2 for arg3 .">
  5. <match repeatCount="0" repeatInterval="120">(.*)</match>
  6. <event>CTL200</event>
  7. <id>2131</id>
  8. <source>Server Administrator</source>
  9. </rule>
  10. <rule name="Power supply cable has been removed from arg1 .">
  11. <match repeatCount="0" repeatInterval="120">(.*)</match>
  12. <event>PSU1000</event>
  13. <id>2312</id>
  14. <source>Server Administrator</source>
  15. </rule>
  16. <rule name="The enclosure detected that a power supply unit was removed and is no longer functioning in optimal condition">
  17. <match repeatCount="0" repeatInterval="120">The AC power supply cable has been removed.: Power Supply (.*) Controller (.*), Connector (.*), Enclosure (.*)</match>
  18. <event>PSU1002</event>
  19. <id>2324</id>
  20. <source>Server Administrator</source>
  21. </rule>
  22. <rule name="One or more of the enclosure components has failed. For example, a fan or power supply may have failed. Although the enclosure is currently operational, the failure of additional components could cause the enclosure to fail.">
  23. <match repeatCount="0" repeatInterval="60">(.*)</match>
  24. <event>ENC5</event>
  25. <id>2122</id>
  26. <source>Server Administrator</source>
  27. </rule>
  28. <rule name="PSU1004 Power supply cable has been inserted into: Power Supply 1 Controller 1, Connector 0, Enclosure 0">
  29. <match repeatCount="0" repeatInterval="240">The power supply cable has been inserted.: Power Supply (.*) Controller (.*), Connector (.*), Enclosure (.*)</match>
  30. <event>PSU1004</event>
  31. <id>2325</id>
  32. <source>Server Administrator</source>
  33. </rule>
  34. <rule name="ENC33 Message Redundancy on arg1 is normal.">
  35. <match repeatCount="0" repeatInterval="120">Redundancy normal: Power Supply (.*) Controller (.*), Connector (.*), Enclosure (.*)</match>
  36. <event>ENC33</event>
  37. <id>2124</id>
  38. <source>Server Administrator</source>
  39. </rule>
  40. <rule name="arg1 - Issue with PHY arg2 .">
  41. <match repeatCount="0" repeatInterval="60">(.*)</match>
  42. <event>ENC23</event>
  43. <id>2299</id>
  44. <source>Server Administrator</source>
  45. </rule>
  46. <rule name="Virtual disk degraded: Virtual Disk 0 (SSD) Controller 0 (PERC H730P Adapter)">
  47. <match repeatCount="0" repeatInterval="60">(.*)</match>
  48. <event>VDR8</event>
  49. <id>2057</id>
  50. <source>Server Administrator</source>
  51. </rule>
  52. <rule name="Device failed: Enclosure 0:1 Controller 0, Connector 0">
  53. <match repeatCount="0" repeatInterval="120">(.*)</match>
  54. <event>STOR0212</event>
  55. <id>2048</id>
  56. <source>Server Administrator</source>
  57. </rule>
  58. <rule name="The StarWind Virtual SAN service terminated unexpectedly">
  59. <match repeatCount="0" repeatInterval="120">(.*) StarWind Virtual SAN (.*)</match>
  60. <event>STARWIND_VSAN_TERM_UNEXP</event>
  61. <id>7034</id>
  62. <source>Service Control Manager</source>
  63. </rule>
  64. <rule name="Windows successfully diagnosed a low virtual memory condition">
  65. <match repeatCount="0" repeatInterval="120">(.*)</match>
  66. <event>WIN_MEMORY_LEAK</event>
  67. <id>2004</id>
  68. <source>Microsoft-Windows-Resource-Exhaustion-Detector</source>
  69. </rule>
  70. <rule name="DELL: Command timeout on physical disk: Physical Disk 1 Controller 2, Connector 3">
  71. <match repeatCount="0" repeatInterval="60">(.*)</match>
  72. <event>DELL_DISKS_TIMEOUT</event>
  73. <level>3</level>
  74. <id>2405</id>
  75. <source>Server Administrator</source>
  76. </rule>
  77. <rule name="DELL: Unexpected sense. SCSI sense data: Sense key: 6 Sense code: 29 Sense qualifier: 0: Physical Disk 0:1:0 Controller 0, Connector 0">
  78. <match repeatCount="0" repeatInterval="60">(.*)</match>
  79. <event>DELL_DISKS_SCSI_SENSE</event>
  80. <id>2095</id>
  81. <source>Server Administrator</source>
  82. </rule>
  83. <rule name="DELL: Fan sensor detected a failure value Sensor location: System Board Fan6 Chassis">
  84. <match repeatCount="0" repeatInterval="120">(.*)</match>
  85. <event>DELL_FAN_FAILED</event>
  86. <level>2</level>
  87. <id>1104</id>
  88. <source>Server Administrator</source>
  89. </rule>
  90. <rule name="DELL: Voltage sensor value unknown Sensor location: System Board PVNN SW PG">
  91. <match repeatCount="0" repeatInterval="120">(.*)</match>
  92. <event>DELL_VOLTAGE_ERROR</event>
  93. <level>3</level>
  94. <id>1151</id>
  95. <source>Server Administrator</source>
  96. </rule>
  97. <rule name="DELL: Voltage sensor returned to a normal value Sensor location: System Board PVNN">
  98. <match repeatCount="0" repeatInterval="60">(.*)</match>
  99. <event>DELL_VOLTAGE_OK</event>
  100. <level>4</level>
  101. <id>1152</id>
  102. <source>Server Administrator</source>
  103. </rule>
  104. <rule name="DELL: Fan sensor returned to a normal value Sensor location: System Board Fan6">
  105. <match repeatCount="0" repeatInterval="120">(.*)</match>
  106. <event>DELL_FAN_OK</event>
  107. <level>4</level>
  108. <id>1102</id>
  109. <source>Server Administrator</source>
  110. </rule>
  111. </rules>
  112. <macros/>
  113. </parser>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement