Comments
-
Are you still pushing location data from SN into a node CP? per node or lookup table values?
-
aLTeReGo, Posted link below - can I ask why it's so difficult to create icons in web report creator? For example - given a generic icon path I cannot get the LastRunStatus to create the correct icons in the report and do not know how to get the same control we did with [_IconFor_field] function.
-
I do see audits for web based alert so we hold high expectations. Thanks, Christian
-
I am doing exactly this now with alerts which set the custom property (used to use sql agent jobs) Create an alert whose trigger is caption contains XA and whose action is to set the custom property to what you wanted.
-
Thank you- it's sometimes lonely out on the end of the surfboard Can I ask if is possible to supply json filter property values much like the appstack resource xml property filter has?
-
I checked my out of the box top 10 and it's now APM\SolarWinds.APM.RealTimeProcessPoller.exe -n=${NodeID} -alert=${N=Alerting;M=AlertDefID} -sort=PhysicalMemory I use another one for powershell scripts - are you trying to run an alert action or pull metrics into a SAM monitor?
-
I agree 100% with both sentiments and no need to learn SWQL to administer Solarwinds (for the most part) We did the same modification to the template and I've suggested to alertego that larger default index sizes might be best. I am sure they are balancing people who are upset it was too high and masked issues vs us who…
-
Sorry I did not get a chance to dig into this in beta. Now in production looking at hundreds of new auto depedencies I am leary. Not Denis Leary leary but still gonna keep an eye on this. Any thought of allowing us to filter what nodes can and cannot have auto dependencies made? Say I want auto dependencies on servers but…
-
Well actually if you install curl.exe you can simply call it from powershell as a command. If you need it I can dig up the syntax but it's the same as from the cmd
-
Non official answer here but I am needing to do the same thing. If you can can find the next available IP by SQL query and insert a status of reserved, comments that it was res for vcenter, and hostname into a custom property such as alias (to compare against hostname when it returns) then why not do it all through SQL?
-
SWQL does not handle concat but if they are the type of object then a simple + will work. Example- constructing a SWQL field for node url or such ,'yourserverip/.../whatever.aspx + ToString(NodeID) AS The ToString function will allow the integer node ID to be concatenated with the string you type in, this case the…
-
We looked at this approach and noped out pretty quick. Simple things such as upgrades and troubleshooting would make my head hurt with live merging in effect. We are spending our time trying to document where custom views and code are being used to guide our deployments.
-
That's if you want/need to execute a remote powershell session. Yours would run local to the polling engine, telnet or check mail for an account and return a status code and message.
-
Let's take a less dangerous route - here's a terrible query that joins the IPAM_Node table with the DiscoveryProfiles table and returns the first 1000 IP's which are not found in the profiles. Feel free to pull instead from the IPAM_Group (subnets) and search profiles for the subnet friendly name. Use [insert your db…
-
These are completely different node detail pages - while I agree 100% on consistency across the UI- it's up to us to manage page views by machinetype anyway we want. Try adding Hyper-V resources to your normal node detail view, go to settings, custom views by node type and change for hyper-v to the standard view. Now you…
-
Sorry if my example was misleading - my preference is to have few alerts encapsulating all components that might be down. While I agree more canned AppInsight for SQL alerts should be included and I made a feature request for you here: But if you want more granular column choices nothing is stopping you. Just need to open…
-
I don't look down at windsurfers at all… well technically from 20ft up I have to look down. Truth is we don't get enough wind in the Chesapeake Bay for as much windsurfing - most all had to switch to keep moving on the water.
-
this one is tricky- if you have custom props that can be null then you should either * Use SQL IsNULL() function to set NULL values to something before the logic * Use a grouped selection in the web-based alert or report selector - prop is "value" OR prop is empty
-
You have wrapped up your riddle into a quandary. To have dynamic maps you need to use a group details page, then set the map resource to use the ${caption} selection, and name your maps to match the name of which ever group you want such as Marketing. However, while it would be a single page with a dynamic map I know of no…
-
As I've seen- if you have an OS issue and its a hardware issue you will not see that through the UCS relationships in the same way that the virtual pages do. I'll play with group membership and AppStack and see if I can get it to show the relationship.
-
rob- is the worldmap lat/long available for groups as well?
-
http://www.solarwinds.com/netperfmon/solarwinds/wwhelp/wwhimpl/common/html/wwhelp.htm#context=SolarWinds&file=orioncoreagaddingdeviceswebconsole.htm http://www.solarwinds.com/netperfmon/solarwinds/OrionCoreAGCreatingConfiguringAlertsAdvanced.htm#10002380
-
Custom query resource if its SWQL Thanks, Christian
-
Can you confirm NPM node details is reporting the same data -I've had delays in having those changes roll up. What happens when you add a new test node with location set?
-
Understanding all support is null and void. Is there anything likely to break if I simply Set IsServer = 1 for all nodes? So far it seems to be fine for a few select nodes and since I generally filter AppStack by a node custom property rather then app or other relationships it's presents what I want - Servers = Nodes and…
-
IIS caches those images - I wonder if an IIS reset would release and re cache them?
-
Not in front of me but I thought it was binary 0 or 1 for true?
-
Having just built a SWQL events trigger today may I recommend you also consider seeing if the netobjecttype field has a value for these events? If so then you should include that in the query to make the filtering faster.
-
I am also a unix-Windows convert so I understand but when in Rome... Assuming you have a recent version of powershell, 2,3,or 4 then you should only have to open your Powershell ISE, I think its in the Accessories/Powershell folder in the Start Menu, then choose open and navigate to the SDK folder you installed and find…
-
Also read up on groups since most availability I have seen reported deals with groups of servers by location or functional workgroup. By adding your nodes to groups you can view and report on group availability.