Comments
-
We don't need full management but it would be nice to be able to attach properties (like location) for grouping/alerting/reporting.
-
Whenever X-Forwarded-For is present, that's what should be used in logs. That should be changed in SolarWinds too.
-
Actually, I'm not sure if ID does anything... I found a call that was set to the numeric part of the NetObjectID (can't remember where now) and took off the status parameter... no go, it changed from the Up icon to the Unknown icon (0) so it doesn't appear to be doing the lookup, just using the supplied status parameter.…
-
I saw an id= parameter in a couple of cases but it was set to 0, so I'm not sure what it does. Thought I'd ask before I did the legwork just to find out there was a mystery parameter that did it all.
-
It's a utility URL that returns the appropriate icon image without having to dig out all of the components (like the F5 status icon folder location). Here it is in a line from a SWQL query: CONCAT('/Orion/StatusIcon.ashx?entity=', AO.EntityType, '&size=small&status=1') AS [_IconFor_Alerting Object] Note that I have…