Hi,
I would be very grateful for any ideas on solving the following issue:
On a linux host I have a value that I want to monitor. I can access this Value in a python script or in bash. It is a "double"v value in the range 0.00 - 50.00.
This value can change rapidly but also stay constant for long periods of time.
I would like to be able to monitor/discover the short peaks in this value and possibly also have a long database history of these values.
Basically my naive idea would be: The zabbix agent would only send the value to the server, when the value changes and the value would be saved in the database on the server not in constant intervals, but only when it changes.
Can something like this be done with zabbix?
I would be very grateful for any ideas on solving the following issue:
On a linux host I have a value that I want to monitor. I can access this Value in a python script or in bash. It is a "double"v value in the range 0.00 - 50.00.
This value can change rapidly but also stay constant for long periods of time.
I would like to be able to monitor/discover the short peaks in this value and possibly also have a long database history of these values.
Basically my naive idea would be: The zabbix agent would only send the value to the server, when the value changes and the value would be saved in the database on the server not in constant intervals, but only when it changes.
Can something like this be done with zabbix?
Comment