Skip to content

Commit

Permalink
Merge pull request #172 from pavlozt/regex-fix
Browse files Browse the repository at this point in the history
Fix for Zabbix 6.4 regex validation
  • Loading branch information
v-zhuravlev authored Nov 6, 2023
2 parents d924f37 + 9f91468 commit fae4e3b
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 fae4e3b

Please sign in to comment.