Comments
-
Both SAM and NPM use Virtualization module (VIM) to discover Vmware/Hyper-V nodes. So if you run NPM and SAM integrated on the same server, it doesn't matter, if you discovery/configure your nodes in NPM or SAM. The information is shared across Orion platform.
-
To be sure, that you don't affect any existing assigned monitor, you can make copy of HTTPS Monitor template. Edit the new template, put to the URL field url to some static url, without any variables (like ${IP} and ${PORT}). Such template should be possible to assign to any node without errors. Once assigned, you can go…
-
May be the fix would be done by SP, so you don't have some HF explicitly installed as separate item. When you check "File information" section in hot-fix KB article and your file have equal or greater version of file, then you have fixed version and you don't need the hotfix.…
-
There would be a problem with the first variant - in case that it should return more than one row.
-
.NET Framework 4.5 is an in-place update that replaces .NET Framework 4.0. Microsoft claims that .NET 4.5 is fully backward compatible with applications built for .NET 4 - see https://blogs.msdn.microsoft.com/dotnet/2011/09/26/compatibility-of-net-framework-4-5/ Since Windows 8/2012 you have no choice - it contains just…
-
I'm afraid that settings from this KB * SolarWinds Knowledge Base :: How to Access Thwack Templates through Proxy is unrelated to Asset Inventory process of warranty polling. It does some settings for website, to allow access Thwack website. Nothing more. To affect work of collector service for Asset Inventory you could…
-
And yet another option how to monitor Tomcat is JMX, but it is not so easy to configure. See Java Application Server (JMX)
-
If last month means last 28/30/31 days, then the query should like this: SELECT TOP 10000 cs.Value AS Name, AVG(daa.PercentAvailability) AS PercentAvailability, ccs.Availability AS CurrentStatus FROM APM_AlertsAndReportsData ard, APM_DailyComponentAvailability daa, APM_ComponentDefinition cd, APM_ComponentSetting cs,…
-
Fast way, how to test changed setting for component in application, to not wait for next poll of whole application is to use test button. So when you change setting of credential, press Test button and you will see immediatly if change helped. Check box for component(s) you want to test has to be checked: If you want to…
-
In template you can choose any credentials, which are defined in your credential library. If you want to add new credential to the library ... follow this video guide how to do it http://www.solarwinds.com/resources/videos/server-and-application-monitor-training-setting-credentials-in-sam--pt-6.html
-
It would be probably problem deploy the browser addon across all Orion users. Would be possible to apply it into html script in powershell? Or modify some file on Orion web server?
-
Do you have settings of the script component as shown in screenshot? "Run the script under specified account" is on and correct credentials? What does it write, when you try run test?
-
Scheduled tasks are moniroed via windows API, so it needs windows credentials. And widnwos credentials are available on WMI nodes. SNMP node has no windows credential avaliable, so it has to ask you for it, when you assign template manually. So if is no problem for you, to monitor the nodes using WMI, i recommand to edit…
-
Orion doesn't support IBM virtualization in the same way as VMware and Hyper-V in this moment * * There are some templates shared on Thwack regarding LPAR: AIX_LPAR-disk AIX_LPAR_non-disk And out of box there is one common AIX template - AIX
-
And when you are trying access it via share path \\{{IP}}\C$\ from Orion poller server, does it work?
-
Were there any application/nodes in Down or Unknown state in moment, when schvost overload appeared? Do any nodes/application/components have gaps in statistics data in time frame, when issues appear? What polling frequency do WMI monitors use? Probably pointless question, but is server patched with all update rollups?…
-
The same way you can edit template, you can edit application assigned to node. So if you want do change for all assigned nodes, then edit template. When you want change settings just for one node, edit the application for the node. The edit page for application looks very similar, but for every setting value there is…
-
https://thwack.solarwinds.com/people/praveen%20v wrote: So I need to open SNMP 161 port as well as 17778 port for LInux Servers? SNMP configurations must be enabled in Agent You need open port 161 just in case, you want to monitor the machine agentless. If you monitor the machine via Solarwinds Orion Agent, then port 17778…
-
I'm afraid it is disallowed since SAM 6.2.1. to configure Exchange URL for AppInsight powershell remoting to connect without https (FB 355689).
-
Not much elegant: WITH f AS (SELECT COUNT(*) AS Total, OperationName FROM WorkQueue WHERE OperationName LIKE '%ApplicationLicenseCountChanged%' OR OperationName LIKE '%Compliance%' OR OperationName LIKE '%Evaluation%' GROUP BY OperationName )SELECT * FROM fUNIONSELECT 0, NULL WHERE NOT EXISTS (SELECT 1 FROM f)
-
Check this thread: Re: DNS User Experience Settings
-
I guess that there is so many Firdays this year, that aLTeReGo could promise it ...
-
Well, we can summarise shortly, that RabbitMQ is alternative for MS Message Queuing (MSMQ). But it says nothing, how it is used by Orion. If the main question was "Do I need configure RabbitMQ TCP port for nodes monitored by Agent?" So then answer is no - it is used just for communication between services which runs on…
-
May be you could try "Apache" template, if your Tomcat runs on Linux? It gather statistics using perl script and provides values like ServerRequestPerSecond or ServerKbytesPerSec. Tom
-
Hi, Asset Invontory does HP warranty info poll using both hardware tags - serial number & product number - every time. So it shouldn't be the issue. To avoid undue load on warranty websites, the following algorithm is followed for scheduling or automating warranty retrievals: • Query warranty daily when expiring between…
-
JConsole is part of JDK. The jconsole executable is in <em>JDK_HOME</em>/bin, where JDK_HOME is the directory where the JDK is installed. See also this: Understanding Java Remote JMX - Initial Setup/Config Overview
-
In the document is hint how to setup firewall exception: If the target computer has Windows Firewall enabled, it must have a Remote WMI exception to allow remote WMI traffic through (http://msdn.microsoft.com/en-us/library/aa389286(VS.85).aspx). To add this exception: 1. Click Start, click Run, type cmd and then press…
-
jonesa1: Have you configured Debug Loging for the application as aLTeReGo suggested? If so, then you should have on monitored box directory like this "c:\ProgramData\Solarwinds\Logs_Agent\APM\ApplicationLogs\". Do you have there some log file from time when poll with Log Parsing Monitor in Unknown state occurred? If so,…
-
bob55 wrote: Joe, The WinRM Connection Limitations issue can be related to the original issue with unknown mailbox count. How does it look like after you changed the session limit? Thanks for update, Robert Looks like the case in diagnostics . There were lot of such errors during mailboxes poll. Was the mailbox info poll…
-
Coul'd you share, without exposing sensitive data, how does /etc/snmp/snmpd.conf look like? When you do list resources on your node, and then check the directory /opt/SolarWinds/Agent/bin/appdata/Logs is there any error in file AssetInventory_job_pollers.log or Core_job_discovery.log ?