Feature Request - New property to indicate monitoring is disabled
I have a problem where my users will disable alerting on a resource that has been removed from the environment instead of deleting it. Or they may disable alerting and forget to re-enable it. With alerting disabled, my no-data datapoint alerts never trigger. In the case of removed devices, the resources just hang out there forever and never get removed because they don’t show up on my data collection failures dashboard. Devices for which the user intended to re-enable alerting eventually meet the same fate unless they go down and we don’t know about it. Either of these outcomes is bad news.
It would be nice if there were a property which would indicate that alerting for a resource has been disabled. As far as I am aware, there is currently no way to do this. Then I could create a dynamic group of devices which have monitoring disabled. As devices are populated in the group, I can investigate them. As it stands now, I have to go manually hunt them down.
LM User
·2 years agoMy longer post is being moderated. In the meantime: https://github.com/sweenig/lm/tree/main/LMAutomation/Alerting%20Status
LM User
·2 years agoThe idea with it being a property is that you could create a dynamic group and either list that group on the dashboard or use a big number widget to show the number of disabled devices?
You could write a propertysource to query the API for the “disableAlerting” attribute on the device and store that as a property:
It should create a property called “auto.disablealerting” with a value of true or false. YMMV, test in sandbox, with great power, yadda-yadda-yadda. FYI, a value of false means that alerting is not disabled. A value of true means alerting is disabled.
lmsdcr
·2 years agoHey @lroussell this would be a good situation to use our Alert Threshold report:
https://www.logicmonitor.com/support/reports/report-types/alert-threshold-report
It will deliver a report on alert thresholds that override the global thresholds and will also report on which resources have alerting disabled.
I hope this helps!