You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an sensu setup monitoring multiple environment and use metrics-events.rb to store in graphite the long term history of the stats of the monitoring system.
We would greatly appreciate if it was possible to "filter" the results by clients (or subscriptions). For example having (assume VMs names start with production-app1 production-app2 preproduction-app1 preproduction-app2 :
metrics-events.rb --scheme production --filter "production*"
metrics-events.rb --scheme preproduction --filter "preproduction*"
Any chance of getting that ?
The text was updated successfully, but these errors were encountered:
We also though there might be a way to have this feature by using separate users for each execution and having the sensu api users only see a select part of the infrastructure, do you know if that's possible ?
We have an sensu setup monitoring multiple environment and use metrics-events.rb to store in graphite the long term history of the stats of the monitoring system.
We would greatly appreciate if it was possible to "filter" the results by clients (or subscriptions). For example having (assume VMs names start with production-app1 production-app2 preproduction-app1 preproduction-app2 :
Any chance of getting that ?
The text was updated successfully, but these errors were encountered: