Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimaxim authored Aug 17, 2020
1 parent f2069ac commit 2bb53cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Template smartmonitor.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>5.0</version>
<date>2020-08-14T11:54:38Z</date>
<date>2020-08-17T07:32:47Z</date>
<groups>
<group>
<name>Templates Users</name>
Expand Down Expand Up @@ -376,7 +376,7 @@ NVME</description>
<preprocessing>
<step>
<type>REGEX</type>
<params>(?:197 Current_Pending_Sector|197 ).+ ([0-9]+)
<params>(?:197 Current_Pending_Sector|197\s+\w+_\w+).+ ([0-9]+)
\1</params>
<error_handler>CUSTOM_ERROR</error_handler>
<error_handler_params>Not supported</error_handler_params>
Expand Down Expand Up @@ -502,7 +502,7 @@ NVME</description>
<preprocessing>
<step>
<type>REGEX</type>
<params>(?:231 SSD_Life_Left |Available Spare: |231 ).+ ([0-9]+)
<params>(?:231 SSD_Life_Left |Available Spare: |231\s+\w+_\w+ ).+ ([0-9]+)
\1</params>
<error_handler>CUSTOM_ERROR</error_handler>
<error_handler_params>Not supported</error_handler_params>
Expand Down

0 comments on commit 2bb53cd

Please sign in to comment.