Skip to content

Commit

Permalink
Fix for Zabbix 6.4 regex validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlozt committed Nov 3, 2023
1 parent d924f37 commit 9f91468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template_3.4_HDD_SMARTMONTOOLS_2_WITH_LLD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ NVMe: Supported</description>
<preprocessing>
<step>
<type>5</type>
<params>(?:194 Temperature[^(\n]+|Airflow_Temperature[^(\n]+|Drive Temperature:|Temperature:) +([0-9]+)
<params>(?:194 Temperature[^\(\n]+|Airflow_Temperature[^\(\n]+|Drive Temperature:|Temperature:) +([0-9]+)
\1</params>
</step>
</preprocessing>
Expand Down Expand Up @@ -1379,7 +1379,7 @@ NVMe: Supported</description>
<preprocessing>
<step>
<type>5</type>
<params>(?:194 Temperature[^(\n]+|Airflow_Temperature[^(\n]+|Drive Temperature:|Temperature:) +([0-9]+)
<params>(?:194 Temperature[^\(\n]+|Airflow_Temperature[^\(\n]+|Drive Temperature:|Temperature:) +([0-9]+)
\1</params>
</step>
</preprocessing>
Expand Down

0 comments on commit 9f91468

Please sign in to comment.