So, after upgrading to SAM 6.3 and NPM 12.0.1, some of our admins noticed something weird. The native reboot alert stops working after I rebooted the SAM/NPM server upon lovely patch night each month.
This usually requires extensive troubleshooting each time to for lack of better words, kick it until it works again.
I'm executing the following queries against the SolarWindsOrion DB:
delete from dbo.PendingNotifications
delete from dbo.SubscriptionTags
delete from dbo.Subscriptions
Stopping IIS and Deleting the .NET Cache
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root
I eventually have to continuously reboot the server, perhaps about 3 more times, before it finally kicks through.
I have a case logged in with support about the problem, but thought i'd throw this into the Thwack pool to see if anyone else has run into this problem.
All of my other alerts work fine, but just this one, which uses the "Last Boot has changed", does not. This is the built-in one that ships with SAM/NPM, but I did recreate it just for grins and it still does not work. I manually tested each action, which works fine, but doesn't seem to pickup on whatever it's looking for in the database. The event for reboots _is_ logged under the events feed inside Solarwinds, but this alert never fires off for some reason.