Forum Discussion
I will only be disabling alerting, not the module or tune. I thought it would still work for suppression
So HostStatus is just to alert/notify you that the device is down, it doesn't actually do the suppression itself (from my understanding). The 6-min suppression happens if you want it to or not. So if a HostStatus alert is disabled and the device goes down, you may not get notified that the device is down. You may not get any alerts at all without HostStatus in some device-down situations.
Originally I did the whole NoData thing for checking for broken wmi/snmp too but ended up having dedicated checks specific for wmi/snmp as it works better, can help with troubleshooting, and also much less likely to be misinterpreted by staff.
- eortiz14 days ago
Neophyte
When you say dedicated checks for broken wmi/snmp, you created your own modules for it? Could you share, I would love to take a look. Are you also using one for NetFlow? Thank you in advance.
- Mike_Moniz14 days ago
Professor
I can't but they are basically just modified Win_WMI_Access_Denied_ErrorCodes and SNMP_LM_Troubleshooter. I'm not really on the network side of things and I haven't done anything for NetFlow myself.