Comments
-
Do you have other products running on this server ? Did you check on the pre-requisites before you installed Solarwinds ?
-
Is this information being logged somewhere ? As in under 'System' Logs in Event viewer ? If you could find this information under the logs you could apply 'Windows Event Log monitor' available in SAM to monitor those specific Event ID's
-
Hi irishjd , you can get info from advanced alert manager too. If this question was specifically about documentation please ignore my reply. Open adv alert manager, create a new alert. Say alert type is 'node'. Get onto your 'trigger actions' directly , select 'email' , you would see 'insert variables' in the 'message'…
-
Another stupid thought , try a different browser or clear the cache and give it a try again before deleting it on the DB.
-
Hi rschroeder, If this isn't working, then for sure its an issue with SolarWinds NPM, i would suggest you to raise a case with SolarWinds for the same. Admin > Credentials > Manage SNMPv3 Credentials, selecting one or more obsolete credentials, and then clicking "Delete". As a temporary fix you could try deleting one SNMP…
-
From what I understand is, you have set an alert for CPU and Mem using basic alert manager, with basic alert manager it wouldn't be possible for you to place a 'wait period'. Where as, if you would want to place a frequency restriction with 'wait period - time' you can do it using advanced alert manager. 1. Create the same…
-
Audible alerts on web console and play a sound is mentioned in the below post: https://thwack.solarwinds.com/message/234898#234898
-
You would get this information from AuditingEvents Table - use the below query to list them (Modify it accordingly to suit your requirement,create an Advanced SQL report ) SELECT * FROM AuditingEvents where ActionTypeID=1
-
Pick a node where you see this issue (provided SNMP Test is passing) and then do a list resource on it, do you still see that interface under list resources ? Could be that the interface is removed, if that isnt the case check your poller health.
-
And as a workaround to keep you going with your daily tasks, check the node downs from manage nodes view, Settings -> Under Node & Group Management (Manage Nodes) -> Group by Filter on left hand side (Select [No Grouping] from drop down) -> Search for 'Down' against Show Nodes. If you want to drill it down on a daily basis…
-
Adding new MIBS Orion MIB Database – What Is It Good For?
-
You will have to raise a ticket with Solarwinds (Customer Portal).
-
APM reports Failures on Orion Server THWACK : All Content - All Communities Check them out
-
Thanks for updating the details. Please mark your response as a helpful answer.
-
1. I might not be completely correct but then is your primary poller behind the firewall ? Can you re-check if port 17777 is open and not blocked? 2. Did you change anything on the server recently before this issue occured ? 3. If above two are not relevant, check if windows firewall is turned on (in primary poller) - if…
-
I don't think you can change the default List Resources view (Node Details >List Resources), but then if you know which IP it contributes to and you are looking to renaming the interface name follow the regular process which you always do (for example change Tunnel3 to Tunnel3-IP-X.X.X.X, simply add the interface discovery…
-
SQL Server User Experience Monitor http://www.solarwinds.com/documentation/en/flarehelp/sam/default.htm#OrionAPMPHComponentTypesSqlQA.htm?Highlight=SQL%20Monitors
-
While everything is normal (I mean when you restart the services), do you have a lot of application's which are in unknown (I am talking about the genuine unknowns which are happening due to communication issues)? The reason why I am asking this is, when we do not re-mediate communication issues between SolarWinds SAM and…
-
Are you using 'AppInsight for SQL' ? Did you every consider changing the poling interval for few templates in the past?
-
You can use alert escalation to trigger an email under trigger actions if the alert condition remains true for longer than "X" minutes. This is the tricky part how frequently does this alert run (Evaluation Frequency of Alert , this would be under properties tab) ? If its every 1 min then we have a problem, set evaluation…
-
You will have to make minor modification to the alert mentioned on the post, instead of alert and then restart service with a wait reverse the order, when your defined alert detects a service down try to restart the service first in your alert ,then wait for 5 mins and then check if service is up/down and if service is…
-
I am assuming you are restarting the service through the defined alert in solarwinds, if so check the below post and thats what you are looking for Restarting Services via An Alert (I have Questions)
-
Doc link would be helpful: http://www.solarwinds.com/documentation/Orion/docs/OrionServerMigration.pdf
-
Requirements for Virtual Machines and Servers Orion installations on VMware Virtual Machines and Microsoft Virtual Servers are fully supported if the following minimum requirements are met for each VM. Notes: * SolarWinds strongly recommends that you maintain your SQL Server database on a separate physical server. *…
-
Try the below query: do not use a where clause UPDATE [dbo].[AssetInventory_Polling] set Enabled = 0
-
jbiggley - from what I understand you want to disable asset inventory on all of them,why do you need WHERE clause , try the below query: UPDATE [instance_name].[dbo].[AssetInventory_Polling] SET Enabled = 0; OR UPDATE [dbo].[AssetInventory_Polling] SET Enabled = 0; OR UPDATE [instance_name].[dbo].[AssetInventory_Polling]…
-
I don't remember it completely but then this points to multiple tables, its not just AssetInventory_Polling.
-
If you just want to monitor your SolarWinds Orion, I guess you can use a Free Edition of ipMonitor, I am not sure how many devices that this free edition support (Please note: I am not talking about free trial version, this is the free edition which was available in the past as well, just make sure its running on a…
-
Could you please provide some more details for 'Node status is Unmanaged, Orion node is unmanaged' , can you check if this device is using agent based monitoring or are you polling this device via VMAN ?
-
We cannot migrate the complete configuration as you are already aware of that, but if its specific to template migration you can export and import it once you install SAM on your NPM instance. Post import of template you will need to assign them to the devices/nodes. Success Center Import and export SAM templates