Comments
-
Very strong idea and helpful for troubleshooting entire IT stack with perspective of Network. (would be Networkstack like we have currently AppStack.)
-
Great Idea, after all Custom Properties (for most Orion Objects) are key in customization ... and now Cloud Instances are part of Orion Object.
-
Its becoming mandatory to have this feature now for Import / Export of Modern Dashboards. Actually when the Modern Dashboards were released back we used to do it using JSON and it was simpler after that they removed this and we have to go over Powershell steps which are risky and time consuming.
-
783 votes, that sounds like more than enough ... I hope it will be considered at last.
-
https://thwack.solarwinds.com/docs/DOC-176899#start=425 AIX would be part of agent family ... hope HP-UX too will have a Agent.
-
Bump need to stay in market ...
-
Is there a Feature Request against this or its tracked internally in SolarWinds roadmap ?
-
True Orion Maps should have all parity checks with current Network Atlas, and few features are needed immediately, still more than 2 years and manual connection feature is missing.
-
Is this tip applicable to for 64bit executables too ? like BusinessLayerHostx64.exe ?
-
Is the MIB file in Orion MIB database.
-
was there a feature request created for this ability to disable certain topology connections ?
-
Adding on that you also need to check and verify in your both devices cdp / lldp population, as NPM topology polling is depended on this data.
-
This is part of scripts, anything similar we can have in Device template itself.
-
Still same error in 2020.2.1 HF2 -- 15Dec2020 offline installer file. Same registry fix is working, not sure why solarwinds is not fixing this in their setup files.
-
We see another Hot Fix and specially it had the .dll file for business layer maybe it will help you. the second one.
-
Its easy to convert that file to escaped unicode, follow below steps. 1. Rename the earlier sent file to CustomLabels_ar.properties.orig 2. Copy that file to <webhelpdesk>\bin folder 3. Run the native2ascii tool as mentioned in the guide for converting it to Escaped Unicode. How to run native2ascii ? Open cmd and navigate…
-
Here is one file which has translated Arabic labels, not all are converted but still useful to have basic Arabic GUI and you can start over from this file.
-
Hi LadaVarga, Is there a way to convert this macro of DownTime minutes to Days:Hours:Minutes:Seconds ?
-
can you point to Feature Request ?
-
That will be great, looking forward for new version of this mostly used Alert ...
-
Is there a way to do this same change in Bulk, lets say we deployed agent more than 100 servers and we want Status & Response time to be monitored using ICMP instead of agent how do we do for all 100+ servers. Going to each node doing list resources and selecting ICMP would be very tedious task. Appreciate any response.
-
Can you post the feature request you created ?
-
Exported and Imported the keys from working server and RESTARTED only the Windows Management Instrumentation Service (not the server), it worked like a charm. [Issue faced on Windows 2008] without R2. Exported keys from Windows 2008 R2 server which was working fine. Final Registry screen of working keys.
-
Old post, did you manage to have this working or a custom poller created ? I see on extreme switches we are not getting CPU and Memory utilization always it is 0.
-
Report looks like this now;
-
True its good to be a feature request, I voted up the Feature Request.
-
Thanks for your reply, SolarWinds case has sorted it out. posted the workaround you can mark it as answered.
-
Great share !
-
No problem, I used same SWQL query and changed it to plain SQL query which anyone can use in generating reports for specific nodes. SELECT * from (SELECTStartTime.EventTime AS Down_Event_time,(SELECT TOP 1EventTimeFROM Events AS EndtimeWHERE EndTime.EventTime >= StartTime.EventTimeAND EndTime.EventType = 5AND…
-
Thanks for your response, tried giving nodeid in the same query it doesn't work.