Comments
-
You have to use a certificate that is signed by a trusted certificate authority (CA) to remove that message. There are several out there like Verisign, GoDaddy, Entrust, Digicert, etc. The cert requirement isn't specific to SolarWinds, any webpage that uses SSL, where you don't want it to show that message, requires a…
-
You would keep the any/any on the ACL. In ASDM under Configuration go in Device Management > Logging > Netflow. See if you have multiple exporters, i'm guessing there is one for the inside and one for the outside. I've always found this doc helpful. https://supportforums.cisco.com/document/30476/configuring-netflow-asa-asdm
-
No, EOC is not mandatory. It rolls up certain status/alerts into a single pain of glass. Specifically for creating a centralized NOC view. Each distributed instance of SolarWinds will still handle the polling, alerting, reporting and web console.
-
Edit any application template, expand any component monitor and go down to the threshold settings.
-
My CPU alert is a little different. Here is what I have. Not having direct access to those servers does make it more difficult. Maybe see if you can work with that Linux team to see if there are any abnormalities. If everything checks out ok and you're still getting CPU alerts then those 6 servers are probably just normal…
-
Looking at the outstanding feature request I don't see any mention of Fortinet. So i doubt this is on anyone's radar, several other vendors in there with a handful of up votes. https://thwack.solarwinds.com/community/network-management_tht/orion-network-performance-monitor/orion-network-performan…
-
You could create a linux script monitor to accomplish this using bash (or another scripting language if you prefer). Once you isolate the number of packages as a variable then the rest of the script would be pretty easy. As far as formatting the output as SAM needs it it would looks like this, i'm just using a variable…
-
i don't think that's possible. the node icon is really reflective up the up/down status of the node. everything else is wrapped into the node child status.
-
Yeah, there are a lot of potential alert variables and unfortunately change based on the alert type. What i have found very useful is to follow these steps, then you can see what each alert variable output would be without having to send the email first.
-
You can bulk assign custom properties by following these steps https://support.solarwinds.com/Success_Center/Network_Configuration_Manager_(NCM)/NCM_Administrator_Guide/170_Custom_properties/020_Assign_values_to_a_custom_property Another route that I've taken is to use the alert engine to automatically assign custom…
-
weird, I haven't seen that before. I'd only recommend going to support at this point.
-
The passwords are auto generated when the account is created. You'll need to use that link you provided to set them to a password that you know.
-
I'd try nuking the website and just have the config wizard rebuild it. https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Rebuild_the_Orion_Website
-
Appinsight for IIS should be able to monitor wildcard certificates. The template that I created also supports it. I put the website domain and the certificate CN into the component message.
-
This should answer your questions. High Availability in SolarWinds products - SolarWinds Worldwide, LLC. Help and Support
-
Can you post some screenshots? * IIS binding config * Orion License Details page (Settings > License details page), specifically looking at the Orion and SAM sections. Also have you restarted the IIS Application pool and all Solarwinds services? For SW, there is an application call Orion Service Manager that includes a…
-
That is correct. The Linux agent is only for OS monitoring. It does not support the QoE function. That is an outstanding feature request
-
Not sure why they have to be changed, I just know that is what it took to get it working on my end.
-
Best I can do is give you a script that i've used outside of solarwinds for deleting files older than X days. I've cleaned it up but you could probably use it as a base. You'd have to modify it to look for number of minutes instead of days. Then have it count the number of files found in the last X minutes that have been…
-
In the past what I have done is actually ignore monitoring the actual java process. I stacked about 10 tomcat instances per each of my web servers, each on their own port, which means that I'd have 10 java processes. Plus any other tool that also used java would also display as another java process. So seeing 10 java…
-
Honestly, I haven't used SNMP on Windows in a long time. Look at the section called "Agent resource consumption" (near the bottom of the page) to find estimated resource overhead. It is significantly low. SolarWinds Orion agent requirements - SolarWinds Worldwide, LLC. Help and Support Agent resource consumption…
-
Glad we could help.
-
So there are really only two options that I'm aware of, and neither really fit the description you've provided. Either option is going to be using Windows accounts or groups that have been set up in Settings > All Settings > Manage Accounts. * Use AD credentials without automatic login. This wouldn't show a popup at all.…
-
ah, those variables can't be used in the script arguments section and be "passed" in. However, just reference them directly in your script body and they should work.
-
Never worked with the firewall broswer but have you tried right clicking and running as administrator? See if anything changes. If that doesn't work then I'd try and pause McAfee and trying again.
-
Can you provide some screenshots of the error? What URL are you trying?
-
Awesome Madhaven! I tested everything in curl and it worked as expected. I was passing this json text and it looks like it didn't like my date/time format. ["N:668", "2015-16-03T09:00:00Z", "2015-18-03T09:00:00Z", "false"] I then translated it to powershell without using the swis plugin and it worked. ["N:668","11-17-2015…
-
The Remote Office Poller (ROP) would not work in this scenario. The backend architecture and connection requirements for the ROP are identical as a full Additional Polling Engine (APE). The only difference between the ROP and APE is the ROP has less polling capacity. The ROP has either 250 elements or 1000 elements and…
-
I agree with Toby, you just need to update how you're printing the output. This is a doc that has some good info on custom scripts too SAM Script Component Monitors - Everything you need to know
-
You could try running this in the Database manager on the Solarwinds server. SELECT ip_address, CAPTION, ObjectSubType, Community, Vendor, statusdescription FROM [dbo].[NodesData] WHERE ChildStatus = 0 AND ObjectSubType = 'SNMP'