-
Re: NPM 10.4.2 hardware health monitoring
batusek Mar 18, 2013 8:33 AM (in response to charliedontsurf)Hi charliedontsurf,
have you tried ideas recommended in this thread? Especially using CISCO-ENVMON-MIB could help you.
Robert
-
Re: NPM 10.4.2 hardware health monitoring
charliedontsurf Mar 18, 2013 10:32 AM (in response to batusek)Hi Robert, I've just tried this but it doesn't fix the issue. I was wondering if there is a global command to turn off HW Health Monitoring rather than listing resources for each device and turning it off.
-
Re: NPM 10.4.2 hardware health monitoring
batusek Mar 20, 2013 3:39 AM (in response to charliedontsurf)Hi charliedontsurf,
unfortunately, there is no such command. You would have to do it directly in the database. If this issue is urgent for you, please open the support case and post its number here. You can also disable the alert causing you trouble (I mean just the alert - the hardware status monitoring would keep running.)
-
Re: NPM 10.4.2 hardware health monitoring
hdoan Apr 2, 2013 10:11 AM (in response to charliedontsurf)Have you found any resolution to this issue? I'm looking at upgrading to 10.4.2 and this is giving me doubts.
-
Re: NPM 10.4.2 hardware health monitoring
charliedontsurf Apr 3, 2013 2:24 AM (in response to hdoan)Hi hdoan,
I opened a support ticket and was provided with a sql solution as below, I applied it yesterday and so far I haven't had any false alerts. This is the only issue I've come across so far with 10.4.2 otherwise it seems generally quicker than 10.3.
Update APM_HardwareInfo
Set IsDisabled = 1
Where Manufacturer = 'Cisco'
-
-
-