ContributionsMost RecentMost LikesSolutionsRe: LogicMonitor "Application ELB" Datasource returns NoData instead of metric for ELB 5XX Yes - it is because CloudWatch doesn’t actually report 0s via the API. So that means No Data could mean: there is no data because the load balancer is unresponsive or otherwise not working, OR it could mean: the value is 0. One reason we don’t automatically change No Data to 0 is that it eliminates the ability to alert on that first No Data condition (the load balancer will always appear to be working from a monitoring perspective if we default No Data to 0). The best option is to use the complex datapoint option above, but instead of doing it based on the raw metric, use a different datapoint that should always return a value when the resource is functioning(like HealthyHostCount). We are trying to add these complex datapoints to more of our cloud out of the box modules. Re: Is it feasible to get data for EBS from CloudWatch metrics at every minute interval? EBS CloudWatch metrics are available at 1 minute intervals (seehttps://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/using_cloudwatch_ebs.html), so you can just change the polling interval in LM to 1 minute. The reason we default to 5 mins is to optimize CloudWatch costs out of the box -- the 1 minute polling will get you more granular data (and alerts), but it will add more to your CloudWatch bill as well. Re: Details for the CloudWatchProbe feature? Hey @Brandon- That note is intended to capture a change for our cloud collector in which we've improved how we're making the CloudWatch getMetricStatistics requests to be more efficient, but the details here (v3, CloudWatchProbe) are more specific to our internal teams. Sorry for the confusion - we'll clarify the release notes. Re: New User Message Overwritten! Apologies for this mistake and the inconvenience caused. We'll make sure to pay close attention to ensure this doesn't happen again. Re: Aruba Central monitoring Hi @SeanStarson- We're looking into this, but don't yet have any official plans. We'll keep you updated with progress :)/emoticons/smile@2x.png 2x" title=":)" width="20" /> Thanks @Michael Dieterfor the detailed response on desired monitoring! Ideally we'll build this as a cloud integration since the information is available via API, but traditional DataSources may be a faster short term option. Re: Include additional S3 Tiers in data source and graphs Thanks @NTmatter - we should be able to do that & will dig into it! Re: select pre-canned dashboard tokens via menu Hi @mnagelthats a great idea, thanks for the feedback! We'll see if we can get that on the roadmap :)/emoticons/smile@2x.png 2x" title=":)" width="20" /> Re: 22 July 2020 - Dynamic Thresholds 18 hours ago, David Good said: Also, what happens if you have, say, a dynamic threshold set for disk usage and the usage grows veryslowly and steadily. If I also have a static threshold set for when the disk is dangerously full will it still send notifications or will they be suppressed since the value isn't anomalous? It's possible if the usage is slowly & steadily increasing that the band will adjust to that usage. You can avoid suppression by having static & dynamic thresholds at separate severities (eg static threshold for critical severity & dynamic for warn | error). Sometimes these metrics where you generally know that certain good and bad ranges always hold true (e.g. above 90% is always bad, below 90% is always good) are a better fit for static thresholds. Dynamic Thresholds are most useful when it is not possible or difficult to identify a range generally/globally across all instances (e.g. above 10MB/s may be bad for instance A, but for instance B it should be above 100MB/s). Re: ##EXTERNALTICKETID## in Alert API So you have to specify the externalTicketIdcustom column in the API request, like this: GET /alert/alerts?customColumns=%2523%2523externalticketid%2523%2523 Re: AWS Neptune Datasource Request Hi @Ravi, Yes - The AWS Neptune DataSource was published already & should apply to RDS instances with the neptune db engine property in your LM account. Let us know if you have any questions about this!
Top ContributionsRe: LogicMonitor "Application ELB" Datasource returns NoData instead of metric for ELB 5XXRe: Is it feasible to get data for EBS from CloudWatch metrics at every minute interval?Re: Include additional S3 Tiers in data source and graphsRe: Additional Checkpoint locationsRe: Additional Checkpoint locationsRe: Get LM DeviceGroup Properties REST APIRe: Details for the CloudWatchProbe feature?Re: New User Message Overwritten!Re: Support alerts based on data aggregated from multiple hostsRe: Support alerts based on data aggregated from multiple hosts