Comments
-
To get list of Urls and theirs % availability - regardless application it is assigned to, or template it belongs to - you can use Custom Table with advanced database SQL query like this: SELECT TOP 10000 cs.Value AS Url, AVG(daa.PercentAvailability) AS PercentAvailability FROM APM_AlertsAndReportsData ard,…
-
To make Orion happy and able to parse statistic value from output, you have to follow some rules for text output from your script. Orion expects the Statistic/Message pairs text strings. Scripts with Text Output Scripts report additional details by sending text to the script’s standard output. SAM supports multiple values…
-
Which kind of nodes they are? WMI or SNMP?
-
Go to report management in Orion's web console: There press button "Create New Report". Select resource "custom table": Selection method "Advanced Database Query", query type SQL: follow the wizzard and adjust visual style of report. HTH, Tom
-
How did you do test after credentials change? By test button for component in application edit page or by submiting the changes and press "poll now" in application detail page? After credentials change it sometimes takes one or two polls before new credentials are propagated to polling engine. If were the windows…
-
I'm afraid there is no way. WebAdministration follows bitness of OS. So on 32bit windows you have 32bit webadministration, on 64bit windows you have 64bit administration. That is reason, why IIS AppInsight uses 64bit worker process.
-
check the switch "Poll for VMware" and then fill your ESX credential to "VMware Polling Settings".
-
What exact error do you receive, when the PS script runs remotely? Does it run and returns it wrong values or does it fail?
-
The RabbitMQ queue is used by Orion components to send event messages. SWIS on the main polling engine reads queue and forwards messages to subscribers. Other queues are used by subscribers to receive notifications forwarded by SWIS. So whole mechanism is used just by Orion poller machnies and Orion Agents don't use it -…
-
on the node. {{IP}} means address of the node {{USER}} means login name used for Orion polling of the node So simply it should be default temp folder for the user used for Orion polling on the target node.
-
It tries paths from this list * "Users\{0}\AppData\Local\Temp" * "DOCUME~1\{0}\LOCALS~1\Temp" * "DOKUME~1\{0}\LOKALE~1\Temp" * "WINDOWS\Temp" Where {0} is placeholder for username. So if the account used for Orion polling doesn't have profile folder on target machine, it falls down to "WINDOWS\Temp"
-
welcome
-
It should work. If it doesn't, then there is some problem and it is hard to figure out via forum, wher the problem is. The fastest way how to fix it is to contact support.
-
this should be fixed in SAM 6.3
-
I guess that for node polled via SNMP will not IIS AppInsight appear at all. As far as I know the only AppInsight which supports SNMP nodes is SQL.
-
The PowerShell script doesn't launch PS1 file. It has field "Script Body", where you should paste your script. There is example how to create PowerShell monitor: http://www.solarwinds.com/documentation/en/flarehelp/sam/content/orionapmagcreatingpowershellmonitor.htm In step #12 you place text of your script. The script…
-
The article describes, what you need to change on Orion server, when end node switched to use TLS 1.2 only. I thought it is exactly the same issue you described.
-
"Local Host" means it runs scripts only locally, that is, on the SolarWinds SAM server. But you probably need "Remote Host" - to execute scripts remotely (on the selected target node) using the Windows Remote Management (WRM) system component. Tomáš V.
-
I have such experience with running powershell script remotely, that opened remote session follow native bitness of the remote operating system. Try to create simple check in remote session: [IntPtr]::Size When it returns 4 then shell runs 32bit, when returns 8 then 64bit. And it make sense, these machines can be 32bit or…
-
chad.every wrote: Do you know if that site only supports TLS 1.2? There was a bug in SAM where it had issues in that regard. Upgrading to the latest version fixed it. What version are you on now? Hi Chad, I'm afraid this is different issue - issue with TLS 1.x when monitoring IIS servers - was related to implementation of…
-
Are you able somehow share your customizations, to give chance reproduce your issue? I'm afraid that changes in Wilbur UI refresh were too complex, to give you any easy solution .... Chad Hilse
-
Hi Rak, I'm little bit confused, what do you want to achieve. Do you have just URL, which you want to monitor, is that the case? You could create external node for 127.0.0.1 - and monitors which are not bound to any of your real nodes assign to this one. Then you can override in HTTPS monitor URL for the monitor from…
-
It is useful to collect and attach diagnostic file to support case, when the case is related to some unexpected behavior of monitors. Diagnostic file can provide more information to support, then just simple screenshot. And it can help speedup investigation of your problem. How to gather and send a diagnostics file to…
-
I think that Hardware health is part of both - SAM and NPM
-
It looks like some connection issue, Orion server is not able connect to the Exchange. Is that permanent issue or does it occur intermittently? What does it say, when you press test connection on application edit page?
-
Just for reference, current URLs are this: DELL: https://api.dell.com/support/assetinfo/v4/getassetwarranty/ HP: http://h20565.www2.hpe.com/hpsc/wc/public/home IBM: https://support.lenovo.com/us/en/systemxwarrantylookup
-
Asset Inventory collects the details via SNMP even it runs using agent. So the approach is the same for agent-less and agent polling. So it gets the same asset data. The difference is, that SNMP requests run locally from Solarwinds agent - so it needs no remote access to the SNMP ports.
-
By default WMI uses dynamic port behavior. So may be the range of used ports (now 5503 and 5502) can anytime change. There are specific rules on Microsoft's firewall to enable remote WMI - Connecting to WMI Remotely Starting with Windows Vista (Windows)
-
Hi Brent, the UnauthorizedAccessException from WindowsScheduledTaskProbe is unrelated to JMX remoting. Did you tested JConsole from the Orion server or locally on monitored machine? Was there any change to JConsole start script necessary (like CLASSPATH or anything else)? What version of JBoss do you monitor? Do you…
-
Since the version of AssetInventory - 2020.2.1 the update polling can be disabled by an advanced configuration setting ScriptPollingEnabled. So you can poll everything as usual, just Windows Update info is skipped.