Hi !
For our monitoring needs on large "buckets" of apps we are developping a set of widgets (that may be usefull to the community ?) :
1 - Group Bucket State : displays a grid of states for all the hosts in the selected group. States are supposed to be discrete and config will let map the colors to the measurement discrete values. This allows monitoring in a glance one particular item (by item key) for a lot of hosts
2 - Group Bucket Heatmap : Same as above, but the value is considered as numeric and continuous range, and converts the value into a colored "heat" cell. A possible "overrange" color can be set for those cells that goes over a fixed max value.
3 - Data Distribution : Takes a set of items, or one item among an host group, and displays an histogram of values against a definition of ranges (e.g : three ranges : low,mid,high, or ten ranges : 10%, 20%, ... 100%, or any other value splitting need)
4 - Correlation : Takes two items that may be bound by a common contextual value (time, scope, context, etc) and draws a correlation graph (map of value in a 2D map) -> Still in project, so description is not the clearest we have.
question :
How must be front end strings be handled to let operate those extra modules on several languages ?
Cheers !
For our monitoring needs on large "buckets" of apps we are developping a set of widgets (that may be usefull to the community ?) :
1 - Group Bucket State : displays a grid of states for all the hosts in the selected group. States are supposed to be discrete and config will let map the colors to the measurement discrete values. This allows monitoring in a glance one particular item (by item key) for a lot of hosts
2 - Group Bucket Heatmap : Same as above, but the value is considered as numeric and continuous range, and converts the value into a colored "heat" cell. A possible "overrange" color can be set for those cells that goes over a fixed max value.
3 - Data Distribution : Takes a set of items, or one item among an host group, and displays an histogram of values against a definition of ranges (e.g : three ranges : low,mid,high, or ten ranges : 10%, 20%, ... 100%, or any other value splitting need)
4 - Correlation : Takes two items that may be bound by a common contextual value (time, scope, context, etc) and draws a correlation graph (map of value in a 2D map) -> Still in project, so description is not the clearest we have.
question :
How must be front end strings be handled to let operate those extra modules on several languages ?
Cheers !