Hey Zabbixers!
I have an item reading a windows log, being the “Type of information” as Log. From this item I have a dependent item to create a graph for the backup status, by preprocessing the results of it’s master to convert them to numbers (‘success’ to 1 / ‘failed’ to -1 so I can get a nice transition in the graph). For that graph to be created I need the type of information to be “Numeric (float)”.
Everything works with the positive values as the work as strings anyway, but I get errors with the negative ones as they are received as strings. Is it possible to transform the values from the master item or do I have to look for a different approach with another type of widget?
Is there any option to change the background of an Item (widget) in the dashboard according to these results without a Grafana?
Thanks in advance!
I have an item reading a windows log, being the “Type of information” as Log. From this item I have a dependent item to create a graph for the backup status, by preprocessing the results of it’s master to convert them to numbers (‘success’ to 1 / ‘failed’ to -1 so I can get a nice transition in the graph). For that graph to be created I need the type of information to be “Numeric (float)”.
Everything works with the positive values as the work as strings anyway, but I get errors with the negative ones as they are received as strings. Is it possible to transform the values from the master item or do I have to look for a different approach with another type of widget?
Is there any option to change the background of an Item (widget) in the dashboard according to these results without a Grafana?
Thanks in advance!
Comment