I want to be able to reference variables that I have set per resource. For example,
I want to be able to set a variable somewhere like so:
monitoring.http.latency.threshold = 6000
To set that variable to 6000(milliseconds).
Then when I set alerts for multiple resources, I can just reference the variable monitoring.http.latency.threshold instead of putting in 6000. Later on, when I decide that it ought to be 8 seconds instead, I just need to change the global variable to 8000 instead of changing each and every alert.
1 person likes this idea
1 Comment
CloudMonix Support
said
over 7 years ago
Very interesting idea, thanks for the suggestion. We're going to consider it
yukonc
I want to be able to reference variables that I have set per resource. For example,
I want to be able to set a variable somewhere like so:
monitoring.http.latency.threshold = 6000
To set that variable to 6000(milliseconds).
Then when I set alerts for multiple resources, I can just reference the variable monitoring.http.latency.threshold instead of putting in 6000. Later on, when I decide that it ought to be 8 seconds instead, I just need to change the global variable to 8000 instead of changing each and every alert.
1 person likes this idea