Hello,
I am using zabbix sender with input file option. I need [average] value instead of [all] value because as I have read in the trapper documentation
"Note that if a single numeric value is sent in, the data graph will show a horizontal line to the left and to the right of the time point of the value."
I have a python script that returned a lot of values, these values vary all the time but zabbix trapper only capture last value and zabbix frontend paints horizontal line.
If I run the script in Linux machine with my_script.py | /usr/bin/zabbix_sender -r -z 127.0.0.1 -s mongodb -i - 2>&1, it returns success processed data.
I need the real time values in the graph, What can i do?
Thanks in advance.
I am using zabbix sender with input file option. I need [average] value instead of [all] value because as I have read in the trapper documentation
"Note that if a single numeric value is sent in, the data graph will show a horizontal line to the left and to the right of the time point of the value."
I have a python script that returned a lot of values, these values vary all the time but zabbix trapper only capture last value and zabbix frontend paints horizontal line.
If I run the script in Linux machine with my_script.py | /usr/bin/zabbix_sender -r -z 127.0.0.1 -s mongodb -i - 2>&1, it returns success processed data.
I need the real time values in the graph, What can i do?
Thanks in advance.
Comment