Comments
-
The hint link from todays question gives me a 404 page not found error.
-
The new link works, but points are not awarded when answered correctly, same as yesterday.
-
Is the inode monitoring feature any closer to being released? I do not use SNMP for monitoring and using a script everywhere is also not an option. I do use the Solarwinds Agent package for collecting metrics to send back to the polling engine, could the agent collect inode use?
-
404 page not found on the hint link for me this morning. This works though Papertrail - cloud-hosted log management, live in seconds
-
The Survey from the 29th September question doesn't work for me, says the survey can't be found.
-
If the Memory Reboot mission is a "Bonus Mission" does that mean theres a normal monthly mission hiding somewhere?
-
Oh, you want a hint, do ya? Yes please, that would be very helpful!
-
My points from the 30th and 31st haven't been added to my total.
-
The video link for todays question reopens the March 2020 mission.
-
Same for me also
-
Thanks Adam, GROUP BY sorted it. If it helps anyone else this is the SWQL query for all critical nodes in container id's 1 and 2. SELECT Count (n.Status) as Qty FROM Orion.ContainerMembers n where n.ContainerID in ('1','2') GROUP BY n.Status HAVING n.Status = '14