Hi guys... I need some help here please...
Using zabbix-sender I can send custom data to my Zabbix Server:
Being:
I'm planing to schedule this with cron and send this data every 1 min.
In Zabbix I created a trapped item to receive this data... but now, my question is: There is any way to show this data in graph?
I mean, I need to see in a graph the actual_value that's gonna be always different, and the top_value (124) that's not gonna change, because it's fixed.
There's any way to do this? If I have to explain this any way better that's ok.
I really appreciate any help
Thanks.
PS: Sorry for my english, it's not my primary language.
Using zabbix-sender I can send custom data to my Zabbix Server:
Code:
zabbix-sender -z 192.168.0.5 -s myserver -k ram.hana -o "58.27, 124"
- 58.27 = Actual RAM consumed by X app in GB
- 124 = Top RAM allowed to be consumed (allocation limit) in GB
I'm planing to schedule this with cron and send this data every 1 min.
In Zabbix I created a trapped item to receive this data... but now, my question is: There is any way to show this data in graph?
I mean, I need to see in a graph the actual_value that's gonna be always different, and the top_value (124) that's not gonna change, because it's fixed.
There's any way to do this? If I have to explain this any way better that's ok.
I really appreciate any help

Thanks.
PS: Sorry for my english, it's not my primary language.
Comment