This is interesting.... kind of. Thought I would post it on Thwack and see where we go before opening a ticket....
I recently noticed that when using the Outage resource by tdanner on my 9.5.1 server not all of my down nodes showed up. I thought is was a glitch and put it aside for a few days. Well, I had time to look into it today and what I am seeing is not an apparent issue with the Outage resource but what appears to be missing data out of my events table.
I took the SQL statement out of the Outage resource and put it into Studio so I could see what it would return. I only had one node come back. Currently I have 4 nodes down. Perplexed I started to drop off some of the where conditions until I should be able to see any down device. Still not.
So digging further I saw that the SQL statement is trying to match data based upon NodeID between the nodes and events table. I then did a distinct query to see if any of my down nodes ID's where in the Events table. They were not - hence the lack of them displaying.
Now the question here is how can I have down devices and no corresponding information in the events table?
I just checked my events table and am collecting recent outage information.
Any thoughts, ideas?