Comments
-
if you feel that these IP's and hostnames should be available by checking your arp tables then you might be running into a known bug in UDT 2. I believe it was 2.5.1 that resolved it ?
-
One at a time there buckaroo Dynamic Queries into group membership seem to update at least as often as the polling cycle - all my groups are query based and no issue yet. As for report on who is lonely - paste this into a Custom SQL report then add using the Report from Report Writer resource to your page of choice select…
-
I can confirm what aLTeReGo suggests in that today I use a Custom Property named "GroupSystem" which is also the field that most of my Group Dynamic Queries is based on. However I find some limitation in that Custom Properties can only contain one value whereas with Groups they can belong to many. Not sure a workaround yet…
-
I'm not sure we ever got documentation on the alert variables like you show. Are you using SWQL for alert trigger or post alert reporting/external processes? I would download the SDK, install, open the Schema/3.0/index.html file in your browser and go through the Alert tables looking for the navigation options. If you can…
-
What you have will work for a table. If you want a chart then pull the same from the interfacestatistics tables (detail, daily, or hourly depending on what you want) and pull back the time stamp. Then the report chart can chart against those timestamps
-
can I request filtering of UDT port column to only direct and active connections? This is becoming a confusing field for our users.
-
And with this powershell module I am all set: Script Local User Management Module
-
Frankly I'm testing out network sonar discovery for this task. If my SQL job to add known unwanted volumes to the ignore tables fails then I'll be trying this through SDK and filter right in the script. Thanks, Christian
-
snmp-server location Paris,texas Configuring SNMP Support
-
Cisco Nexus 7004 - 1.3.6.1.4.1.9.12.3.1.3.1147 Machine Type : Cisco (should be Cisco Nexus 7000 Series) Model: N7K-C7004
-
good
-
Have you tried sorting by the field ${parent ID}? I have not tried this yet but all subnets under each parent should share that field so using the Orion report writer grouping function might work. You can try without resorting to SQL for that field.
-
Bump - I have an additional poller on a private lan and want to be able to limit all IPAM polling to this one poller.
-
Jiri, My lab has Cisco Nexus 2248,5548,6248, and 7004. Happy to help as we need to have some people practice loading_unloading NXOS anyways. Let us know. BTW - Someone should post something about the requirement in NXOS for snmp-server source-interface trap <interface> to get any traps out.
-
Scott, you can create a report which includes a filter for where volume responding = N which would likely be all your orphan volumes. In the thread below I presented a custom query SWQL statement that you could put on every node page and just call volumes not responding (just change the where statement to WHERE nodeid =…
-
I think this is more the role of NPM module: Network Monitoring Software – Network Monitor | SolarWinds
-
Can you include a copy of your alert screen? It might be easier both to use the machinetype field for the printers in the suppression of the alert - do not trigger if machinetype starts with to Canon or something.
-
Shaun, If you have any sql confidence you can build a trigger or job to update groupattr based on parent id attributes. It's slightly more difficult since its a join back to itself in the update statement but still a basic tsql statement. Message me if you want any pointers...
-
If you wanted interface bandwidth metrics only then NPM can monitor the interfaces. You might consider digging deeper into the traffic making up that bandwidth by using the QoE feature and/or NTA (netflow) http://oriondemo.solarwinds.com/Orion/SummaryView.aspx?ViewKey=DPI%20Summary…
-
* Interface descriptions are now available for 3Com switches Are Interface Descriptions available for any switches in the the Ports Details resource? This is still a sorely lacking feature where this resource should allow me to see ifDescription right next to the discovered DNSname. Just sayin...
-
actually this could be done if you don't mind being creative. First- the nodes with problems resource is not interactive so you will need to recreate it either way. Custom Query and some well picked SWQL should do it. Second- since nodes have custom properties you could choose that path but multiple issues or tickets…
-
Do you see one active endpoint connection or none at all? We see only one for either LACP or network fault tolerant active/passive nics. +1 to see Solarwinds figure out how to reconcile UDT and redundant endpoint connections.
-
${caption} is what I use Thanks, Christian
-
Do you use IPAM? In addition or besides a discovery you could do a simple report comparing NPM and IPAM where IP_Address = Used. This would really only be helpful if you trusted people to fill in custom properties in IPAM such as Status=Production then you go off those. Scheduled Discovery does provide more actions after…
-
David, I know it's an old post but have you tried command chaining? <Command Name="DOWNLOADCONFIG" Value="show version; show config" /> Works for me ;-)
-
Why not add it into the alert description field? I have been known to case out sql to provide remediation but it's not the best method. You could also create a separate remediation table which included alert name, object type, and a remediation note. Join this to the active alerts table in a custom sql report to provide…
-
I have some integration to our Sharepoint sites through use of the custom HTML and external link resources. When we decide to display Solarwinds data in Sharepoint we prefer a link to a map or resource. For example click export on a chart get your settings then save off the URL...
-
for nodes the statusdescription field will enumerate the status and any problem child objects. Groups and applications have similar fields.
-
child node as in groups and dependencies or as in child objects such as volumes and interfaces?