Hey,
I have create a log item that steam the line from specific log file (this data is not saved - Do not keep history)
MASTER ITEM:
- type: Zabbix agent (active)
- key: log[path_to_file_name,'REGEX of the LINE',,,skip]
- Type of information: Log
- Update interval: 1m
From this item I have created a dependent one:
DEP ITEM:
- type: Dependent item
- key: SomeKey
- Master item: MASTER ITEM
- Type of information: Numeric (float)
With a pre-processing to get specific (numeric) value from the line.
I get a nice graph from collected data, but I failed to understand how it is calculated.
In the graph I can see a `corridor` (min-max) and a average line.
Why I'm getting this results?
What is the reason of that?
Why not just one line with a "sample" per line?
Can I change it so I will get only one line with the REAL per line samples results?

Amiram
I have create a log item that steam the line from specific log file (this data is not saved - Do not keep history)
MASTER ITEM:
- type: Zabbix agent (active)
- key: log[path_to_file_name,'REGEX of the LINE',,,skip]
- Type of information: Log
- Update interval: 1m
From this item I have created a dependent one:
DEP ITEM:
- type: Dependent item
- key: SomeKey
- Master item: MASTER ITEM
- Type of information: Numeric (float)
With a pre-processing to get specific (numeric) value from the line.
I get a nice graph from collected data, but I failed to understand how it is calculated.
In the graph I can see a `corridor` (min-max) and a average line.
Why I'm getting this results?
What is the reason of that?
Why not just one line with a "sample" per line?
Can I change it so I will get only one line with the REAL per line samples results?
Amiram
Comment