Zabbix preprocessing: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Get data from a file= Item vfs.file.contents[/some/file] ==regular expression== ([0-9]+)\s+([0-9]+)\s+([0-9x]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\n [\4, \5, \6, \7]"
Tag: wikieditor
 
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Line 5: Line 5:
  ([0-9]+)\s+([0-9]+)\s+([0-9x]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\n  
  ([0-9]+)\s+([0-9]+)\s+([0-9x]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\n  
  [\4, \5, \6, \7]
  [\4, \5, \6, \7]
=Javascript=
=FAQ=
==cannot perform regular expression "xx" match for value of type "string": pattern does not match==
[[Category:Zabbix]]

Revision as of 11:39, 25 August 2025

Get data from a file

Item

vfs.file.contents[/some/file]

regular expression

([0-9]+)\s+([0-9]+)\s+([0-9x]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\n 
[\4, \5, \6, \7]

Javascript

FAQ

cannot perform regular expression "xx" match for value of type "string": pattern does not match