Comments
-
Hi @"solar_vijay", If Orion is using the same credential that you used in your test (can't hurt to verify by Manage Nodes > Edit Properties > click TEST button in polling method section), then I would recommend contacting SolarWinds customer support. I'm not sure what to do at that point. Sorry.
-
Hi @"tdanner", Thank you. That solved the error. However it doesn't seem to be causing a poll to occur. I get a return of "null": But when I look at the status of "MinutesSinceLastSync" it never changes. If I perform a "Poll Now" from the Orion website in Manage Nodes this field updates. Is that the correct field for me to…
-
Thank you. I went with rickrocks solution. It seems to be working perfect. EDIT 2 (2020-01-14): Turns out that my below edit is incorrect. The internal team responsible for the VM infrastructure was missing a VLAN on some of the hosts, so if the VM migrated to one of those hosts the VM would lose connectivity. We haven't…
-
Hi @"tdanner", I'm getting an error stating: "Encountered unexpected character '''." I'm not sure what I'm doing wrong Here's how I tried it via Postman: Here's trying it in PowerShell ISE: Do you know what I'm doing incorrectly?
-
My first instinct is that WMI is not functioning on the target node (or there's something blocking the path). I would test from far end to local. The easiest test to do would be this one: https://support.solarwinds.com/SuccessCenter/s/article/Testing-WMI-Connectivity. For good measure, I tried the same on the machine I ran…
-
Hi Stuartd, It was based on an SNMP Walk. When I walked one of the devices to find the OIDs that I wanted I got this response: .1.3.6.1.4.1.12532.13.0 = GAUGE32: #### (#### being the number of logged in users)
-
Hi anandsharma, I had the problem where the UnDP items didn't appear as options for the node in PerfStack, and for me it was due to selecting "Raw Value" in the "MIB Value Type" when creating the new Universal Device Poller. If the UnDP you're trying to create isn't for the Pulse Secure user count, try changing to "Rate"…
-
Thank you!
-
@"dan_jagnow": Can you direct me to anything to remediate this issue, please?
-
FYI: the reason that I created 2 UnDP pollers is that I wanted to force a scale on the graphs that shows the maximum possible users as the top of the graph. If you don't need that, you could leave out the max user count UnDP poller. I just thought it would make it easier to visually represent the % of users. There are a…
-
Hi@"dan_jagnow", I'm still experiencing this issue. I upgraded from 2019.4 to 2020.2 last week, but all jobs go into 'Unknown' state. I tried via script using this: https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/ImportListResources.ps1. But to eliminate potential script errors also tried directly…
-
Hi @"Admin59", Could you be more specific please? What do you need the script to do? I can't tell what you're trying to automate. FYI: if you type the at symbol (@) in your reply it will bring up the list of people you can address related to the post.
-
Hi @"dbradley1", @"rmullal"is correct for the removal of the extra line. To answer your other question about receiving alerts immediately after configuring this: yes, that is normal behavior.
-
Sorry, I didn't word that clearly enough. For issue 2: there are 2 methods of addressing the path to the script/command/program you wish to execute. * Method 1: do not define the name of the server that will execute the command. This means that the command will be executed on the active main polling engine. * Method 2:…
-
Hi @"raymond.chen", Sorry for the long delay. Yes, this can be executed in the Web-based report. You'll need to use custom SWQL. Here are the steps: 1. Write a query. The columns listed in the 'SELECT' statement will be what is available in the report. (examples at the end) 2. Create a 'Custom Table' type Report. 3. Change…
-
I have the same question. Have you found an answer elsewhere? Or did you configure an additional NIC to be able to accommodate the need?
-
@"mwb"Thanks! This pointed me in the right direction. For any future people: I was able to make a query to get statistic for business hours and business days using the following: SELECT TOP 1000 IT.NodeID, N.Caption, TOLOCAL(IT.DateTime) AS Date_Time, WEEKDAY(TOLOCAL(IT.DateTime)) AS DayOfWeek, IT.InterfaceID,…
-
Hi @"patriot", For the nodes which show the old LastSystemUpTimePollUTC, if you manually initiate a poll or rediscover, will the LastSystemUpTimePollUTC change?
-
It looks like I don't have the ability to submit a feature request in this forum. Can in the others. Are they using GitHub for feature requests instead?
-
Here is how I created it: Create 2 Universal Device Pollers # 1, Current User Count, OID: 1.3.6.1.4.1.12532.13.0 MIB Value Type = Rate Unit = Gauge32 Time Frame = None I made my polling rate every minute to figure it out, a slower rate is probably fine. # 2, Maximum User Count, OID: 1.3.6.1.4.1.12532.55.0 Same details…
-
I was hoping it was already possible, but I was missing the setting to change. Created request as you mentioned: https://thwack.solarwinds.com/t5/NPM-Feature-Requests/Display-Saved-Credentials-Sorted-Alphabetically/idi-p/591529#M16464
-
Hi @"solar_vijay", Does my below suggestion work for you?
-
I vote for this being the correct answer. I think OPs question was the same as mine (how to accomplish this with a single NIC using multiple IP addresses); I changed to dual NICs with the lower metric applied to the NIC that I assigned the polling IP address to instead. Works perfect.
-
Thanks for the help, Sander! It worked perfect.
-
Hi @"DN", To validate that the trap is being received by the Orion server you would want to use Wireshark to perform a packet capture. (NOTE: If you don't already have Wireshark installed on your server, be aware that when you do install (and later update) it, you will get a prompt to install "Npcap", which is also used by…
-
Hi @"lamcbride", The times are listed in UTC. If you're using SWQL Studio to view the data you can use "TOLOCAL()" to convert the time to your local time zone. Functions listed here: https://github.com/solarwinds/OrionSDK/wiki/SWQL-Functions
-
Hi @"joelgomez", I might be misunderstanding the question, but if not, you'll need a new SSL certificate with SANs (Subject Alternative Names) for all the FQDNs that may access the site.
-
Hi @"Admin59", What kind of script are you looking for?
-
Hi @"dimitrisd", Is this a custom Orion Universal Device Poller?
-
How do you get to the view of "my items"?