Evening all.
I've got a custom zabbix item that's monitoring the text output of a process for a number of items, and i'm struggling with my next desired monitoring point, and wondering if anyone might be able to prod me in the right direction?
The text file includes a number of times for items in the system, and i want to process each time in that string to determine how old it is; this can be up to 500 timestamps that i'd like to analyse, and i'm not sure the best way to do it - all i really need to know is the "most latent", and "most recent" time stamp.
I'm thinking it's probably best to create a custom java script item to process the string and report the most and least latent as a dependant item on that source text string, but i'm not sure if there is a better way to do this using fuzzy time or similar?
Has anyone else had a similar issue, and if so, how did you manage to get the data you wanted?
Ta!
I've got a custom zabbix item that's monitoring the text output of a process for a number of items, and i'm struggling with my next desired monitoring point, and wondering if anyone might be able to prod me in the right direction?
The text file includes a number of times for items in the system, and i want to process each time in that string to determine how old it is; this can be up to 500 timestamps that i'd like to analyse, and i'm not sure the best way to do it - all i really need to know is the "most latent", and "most recent" time stamp.
I'm thinking it's probably best to create a custom java script item to process the string and report the most and least latent as a dependant item on that source text string, but i'm not sure if there is a better way to do this using fuzzy time or similar?
Has anyone else had a similar issue, and if so, how did you manage to get the data you wanted?
Ta!
Comment