Hello,
How could I do the following:
Custom Value divided by Custom Interval.
I basically have a script that pulls a value from flat file, and resets the value timer each time I pull the value. I am tracking the last pull from the custom counter.......So basically I need to make a custom Delta.
eg. VALUE=10 / TIME(ms)=30000
I know this can be accomplished at my script level, but I would much rather keep an absolute value and have Zabbix divide the custom interval, so I can later graph this.
How could I do the following:
Custom Value divided by Custom Interval.
I basically have a script that pulls a value from flat file, and resets the value timer each time I pull the value. I am tracking the last pull from the custom counter.......So basically I need to make a custom Delta.
eg. VALUE=10 / TIME(ms)=30000
I know this can be accomplished at my script level, but I would much rather keep an absolute value and have Zabbix divide the custom interval, so I can later graph this.
Comment