Comments
-
Can you post some screenshots when running this in powershell?
-
theroberts, the script is more of a "skeleton" script designed to make it easy to incorporate into an already existing script. You can't see the script from the Orion Web Console, but you can modify custom properties directly from the web console. For node based custom properties you can edit that node and look in the…
-
sja, Yes, you can use this with 3rd party tools. The only change is that you'll need to know the Orion Node ID that you're working with on the 3rd party side.
-
Duplicate post found here How do I configure NTA to monitor my VM?
-
Take a look at this post I put out about running .bat/powershell as an alert action. It talks about how i had to change the service "run-as" for Orion. The link shows a .bat script but there is a link at the top that also takes you to a powershell script. Hope it helps. PSEXEC to start remote process
-
Try these 2 alert variables. Component Statistic: ${N=SwisEntity;M=ComponentAlert.StatisticData} Component Message: ${N=SwisEntity;M=ComponentAlert.ComponentMessage}
-
What info is contained in the Websites table on the DB? 1. RDP info the SolarWinds server. 2. Open Database Manager 3. Add default server and expand the Orion DB 4. Find the Websites table and double click it then execute query.
-
Ah, that must be it svigano. I created this off the UniFi line. You might have to edit it and update the SNMP sys OID based on what your devices are using.
-
negative. The HA option only work to pair the main Orion server with a passive Orion server. Or pairing a polling engine with a passive polling engine. In either scenario only the active side of the HA pair/pool can poll.
-
I'd install wireshark on the main Orion server. Sounds like it's not even getting flows. There may have been a new firewall ACL that's blocking the default netflow port (2055).
-
I found out when troubleshooting something similar with UDT is that the port active/not active counter is not polled directly from the switch itself via snmp. So I'd run a report of all inactive ports for greater than 30 days and it would come back with a fraction of ports it should have. The port status is based on when…
-
The 'Assign to group' option can help if you have several servers of a specific type/function. Assign a SAM temple to the group. Any server added to that group automatically inherits the template. If you can leverage Custom Properties on nodes and a Group's ability to do Dynamic Queries off Custom Properties to bring…
-
If you look at the out of the box alerts there are 2 based around applications. One is alert when an application has an issue, which is probably the one that you're using. I disable both of those application alerts. There are 2 other out of the box alerts called alert me when a component....these are most likely the ones…
-
You have a typo. $swis = Connect-Swis –Credential – Screds –Hostname 10.10.100.169 Try: $swis = Connect-Swis –Credential $creds –Hostname 10.10.100.169
-
The automatic logon to Orion is configurable via the Configuration Wizard. Select Website and then toggle this setting to either yes or no. And the link that d09h provide can help you setup SSL in Orion but there are some prerequisites that have to be done before. You have to generate a self-signed certificate and…
-
I know SolarWinds does not publish the SQL schema which leaves you just combing through tables. I do know that there are some 3rd party tools that can accomplish this. Integrate SolarWinds and ServiceNow for unified CMDB management - SynQ ServiceNow Integration Platform
-
It will poll everything currently checked in 'List Resources'
-
Curious if you're running antivirus software on your Orion server. I've seen AV do weird things like you mentioned above. If you are, what are you running? This is a generic AV file exclusion list for Orion.…
-
The SolarWinds Windows Agent is going to be the best option for your scenario. You'll need to manually install the agent on the remote machine and ensure your SolarWinds server has a public IP with port 17778 open. Ensure it's setup for 'agent initiated' communication. This link outlines deploying the agent in Amazon's…
-
I've never tried it this is how i would do it. 1. Create the new connection profile with a fake password through the web console. 2. RDP into the Solarwinds server and open Database Manager 3. Add default server > Expand the Orion database and find the table: NCM_ConnectionProfiles 4. Execute query and Enable table editing…
-
Yes, you can do this with NTA CBQoS policies - SolarWinds Worldwide, LLC. Help and Support
-
Try ${Component.Name}. That *should work. There is a list of supported script variables at the bottom of this article SAM Script Component Monitors - Everything you need to know
-
Just want to check if this is just a copy/paste issue here. There needs to be a space between $Json and -Credential
-
There is this report that might be able to show you which nodes are unmanaged/muted. Unmanaged+%2f+Muted+Nodes+Reports.xml
-
This will be a setting that will either be on the server itself or on setting you need to change on your proxy server. Check out his link: https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/NetPath_graph_issue_Missing_Internet_nodes_where_connection_stops_at_internal_node Also check out step 5…
-
Does it need to be in report format? You can see which AD servers you have added in: Settings (All Settings) > UDT Settings > Manage Active Directory Domain Controllers
-
Storage Resource Monitor (SRM) would be what you would want. In all honestly it would not be recommended to monitor HP 3PAR with NPM. It would only be through SNMP using 100% custom Universal Device Pollers (UnDP). It would be very manual and not worth the effort nor would be give the level of detail that SRM provides.
-
What is the end goal of finding the data in the DB? What will you do with it from there? If you're trying to do a data dump of some kind then you could create a report of that component monitor and then export those results to a csv file.
-
Thist article outlines the basic steps that you'll need to do. It's specifc to Cisco IOS but the process is the same. Upgrade IOS (firmware) using NCM - SolarWinds Worldwide, LLC. Help and Support 1. Place the firmware image onto a TFTP/SCP server. This can be the TFTP/SCP server that comes with NCM or your own. 2. Create…
-
If you go to settings > QoE Settings > Manage QoE sensors you can edit the sensor on that server and select which interface it captures on.