Comments
-
Not sure if the above could be done with the custom table report resource without needing custom swql or sql. never tried to case values with it.
-
I had to do the same and there is a status integer under the IPAM node SWQL - though I could not find a status friendly name column - had to manually case them into reserved, used, transient, available. Thanks, Christian
-
In case I missed your meaning Group Dynamic queries - that interface is weak but I believe just specifying is and leaving the value empty will work. Do one for Contact and another query for Location - if you add both to one query it's additive and will only match those with both empty.
-
aLTeReGo with the logical answer as always. I was staring at the resource saying last run time as UTC and next poll as local time and confused as hell. 1. UTC so that's what run time is reporting in. 2. EST so that's what poll time is in. I think we just have different approaches to things like these:
-
you have to poll and import in the volumes after the add node check this script from lag for the volume portion then give him props https://thwack.solarwinds.com/docs/DOC-176491
-
This is a prime use case for Powershell. It's a trivial task to build a script to loop through the list of IP's you provide and write out to a file all the services for each host. Make it a csv file and you have an easy excel report.
-
Now I understand that MonitorStatus.x is what I wanted instead of PE.x Still not sure why PE.Name LIKE 'svchost.exe' would not work since thats the name in the swis field? If it's deprecated or broken can the documentation here be updated to reflect? SolarWinds Online Help
-
after plenty of testing today I can say that node up but childstatus = 0 is a good indicator except maybe where there are no child objects or hardware health to poll over SNMP. I'm interested to try Richards suggestion of lastsystemuptimepollutc.
-
Sure- create link -add two interfaces to the link and then see variables for those links show up on the correct "side" of the link. Take the new utilization weather maps on network atlas w10.7- makes sense that the whole link is the same utilization, ${interfacespeed} should be also but I would love to see…
-
That's a cool link for Powershell to Excel but I can't see a way to apply it to Orion report writer
-
Sam 6.2.4 and CUCM 10.5(2) It looks like the template now correctly set to Get, instead of Get-Next, but I did have to change the OID to .1, vs the template setting of .0.
-
Same Running newest UDT version 3.2 and core 2015.1.0 Had to simply remove the AD controller from UDT all together- adding back did not help
-
You had me at Sharknado but since a competitor's network I don't think we could use it. https://www.youtube.com/watch?v=jX-qQSB3KZU
-
HHardware reference guides and collaboration would be great- I think we can do this now with user groups but might need some encouragement to get it started. No reason so many should be reinventing the wheel with the same vendor issues.
-
What we really need is a library of object stencils and the location, room, rack, u-position stored for each device. Think of the WorldMap but for data centers. Update a node's u-position or rack value and NPM moves it for you along with it's title and status. If the stencils are good enough then it could even display port…
-
Then yes it sounds like you are in a loop- you add the node but cannot see the node to add it into the groups you can see. I would recommend using maybe selection of vendors? Are your routers and servers different vendors? If not then maybe the best is to set your groups to be populated by a dynamic query of nodes' machine…
-
sorry it did not work for you but it's working fine for me- maybe just add another filter to bring back your other objects? remember that the filters are additive in Appstack so if you add another filter for say engineid or external node so all remaining nodes show up but not vim discovered nodes. if you were missing…
-
Try this to see if scans are delayed: IPAM_Delayed_Scan_Job.png
-
That makes sense based on what I am seeing. Thank you. Could I request tech edit review for that portion of the manual? The manual makes no mention of last run or scheduled vs not.
-
I copied in and got the same results - kicked it about till I got it to work - I think. removed $coreCfgInnerPiece removed $output.innerxml added $out = @() but I think that's useless here Try that and see if any work for you. It did import in the IP I gave it.
-
Try for each $node in $nodeid. As it is this is only pulling the one group ID on the loop
-
A powershell script can easily ask your engineer for the the start and end times then for the path to a list file as inputs. If this file is a list of server names or IP's then you could execute an unmanage sdk call. thwack.solarwinds.com/.../224972 Bonus points for making it a function.
-
Drop me a note - my DBA and I both come up with separate specs for what we need to provision a Flow DB server. I need a tie breaking vote...
-
Johnuk- [serious] how many datacenters and rows do you have cause that looks both awesome and about impossible to maintain. Reminds me of when I tried to create switch interface maps, fast forward to Nexus and FEX and now I have a a single switch with 780 interfaces reporting. Not gunna happen.
-
I used a terrible sql query to help me fix a similar issue - it will probably break your environment so don't use it. UPDATE DBO.VIM_Hosts SET NodeID = n.NodeID FROM VIM_Hosts v INNER JOIN DBO.Nodes n ON v.HostName = n.IP_Address AND v.NodeID IS NULL and whatever you do don't run it as a SQL agent job
-
Would these links not be static for each node if you placed it say on a node details page? Does user links support page variables?
-
if that does not work then there is a work around way to put custom property field into a custom query resource. I prefer to drive the HTML off URL parameters though. SELECT Caption ,${URL} AS [URL] ,'${URL}' AS [_LinkFor_URL] FROM Orion.Nodes WHERE NodeID = ${nodeid} placed on a node details page it would return the…
-
I am not sure this is want you are looking for but I have been planning to move away from reporting from the DB as it's consistently under change. For example in the most recent version of Core 2015.1 the sacred Nodes table is deprecated and split out into several new tables while the performance data tables for detail,…
-
Just a note - I am no longer able to as of core 2015.1 get custom pollers to work on WMI nodes whether or not SNMP was ever used. WMI Monitoring (as compared to SNMP) * CON WMI-only devices cannot use custom pollers (UnDP).* Work-around: If the machine has EVER been an SNMP polled device, the snmp info is retained and…
-
Just to confirm that's inclusive or exclusive of the 10k elements limit for NPM per poller?