Comments
-
Ah alright now I get it, ok so ${N=SwisEntity;M=ComponentAlert.ComponentMessages} is not working because the component monitor in your case is retrieving multiple values, componentmessage will only work when a single value is captured as an output (to the best of my knowledge).
-
When did you last run Deployment Health checks ? Try to re-run this particular check and verify if its still there. Database Maintenance runs daily, if you haven't changed the default config then it runs at 215 AM every single day. Archive & Delete historical data from your SolarWinds Orion DB which is no longer required…
-
To start with, I guess this is what you are looking for, fine tune it accordingly. Email Action (user the below variables in Message Section) Hope it helps.
-
I am not sure what node you are talking about and what method you are using to poll the node, is it agent based or agentless (SNMP, WMI)? What version of SolarWinds Orion are you running on. But below link will provide all the details that you are looking for.…
-
@"mashauer", to me its completely a different context, what you are actually looking for is a comparison between HP OM/OVO vs SolarWinds Orion Suite. 1. Your OVO/OM Agent + opcmsg (push the details captured by your policies/templates on end device back into HP OM/OVO) + OM/OVO policies (templates) is just a way to capture…
-
Can you give this a try, either do not do a text match on your recording or if there is a text match use X,Y. First lets try and check if the issue is not with recorder and playback. Create a basic recording just to open and website and try play back that, let me know if a generic play back is working. Lets narrow down on…
-
Are you using X,Y Capture mode as mentioned in the below link ? (I mean while recording) https://documentation.solarwinds.com/en/Success_Center/WPM/Content/WPM-Create-a-Recording.htm
-
Yup, maybe the issue is with SNMP, you should give it a try once.
-
Did you ask the Network folks to restart SNMP on this device ? Give it a try as well ask them to check if neighbors are intact through a command on their end. Once this is done try re-adding the node in SolarWinds.
-
You will need an additional Windows VM/Server to install AWS (Additional Web Server) plus you need to purchase SolarWinds License for AWS. Its very similar to how we install an Additional Polling Engine. https://documentation.solarwinds.com/en/Success_Center/orionplatform/content/install-scalabilityengine.htm Run the…
-
To the best of my knowledge 'NO', you should go for an Additional Web Server.
-
https://support.solarwinds.com/SuccessCenter/s/article/Exception-A-network-related-or-instance-specific-error-while-establishing-a-connection-to-SQL-Server-EDIT?language=en_US thwack.solarwinds.com/.../orion-database-failed-while-running-configuration-wizard
-
Yeah right, that is absolutely correct I never thought about that , Custom Resources or hammering Views As well check Settings -> Manage Accounts -> Check if 'Disable Timeout Session = No' for non-admin users, be it for AD Group or local application accounts. If this is set to 'No' then users who are not actively using the…
-
How many concurrent users are accessing SolarWinds GUI when this happens ? If there are too many users then you should go for an Additional Web Server, your IIS process will be eating up a lot of memory. When this issue happens as well check how much Memory is being used up by IIS on your SolarWinds Server.
-
In that case its better to raise a case with solarwinds support, the image that you pasted from SolarWinds SAM does not state the issue is with Power supply bay, rather it says that Power supply on 1 is shutdown & hence 0 W input (that means there is no power coming on that bay - but it doesnt mean there is an issue). But…
-
I guess you can just disable power supply 1 sensors on that particular node to remove it from monitoring. Yes, you can as well try the option that you mentioned, disable and after few minutes enable the same and check if it helps.
-
Your ProLiant DL380 G7 Hardware could be running as expected but probably it was installed with Redundant Power supply and only one power supply is functional as of now.
-
I don't think this is an issue with SolarWinds as it discovers all power supply bays which is there on the device. Check the below link: https://documentation.solarwinds.com/en/Success_Center/orionplatform/content/core-enabling-and-disabling-or-adjusting-hardware-health-monitors-for-individual-nodes-sw3596.htm Go to ->…
-
Yes, this is expected behavior. You have several ways to achieve this but with some manual effort. 1. Use a generic template like what you did, push it to all servers. Then get onto the particular node page on the server click on application monitor/template on the node page and disable the components you don't wish to…
-
I guess that's because of the command my friend, I guess the output also has grep listed in it, try the below and let me know: Replace the below line PROCESSCOUNT=`ps -ef | grep -i XYZ | wc -l` With PROCESSCOUNT=`ps -ef | grep -i XYZ | grep -v grep | wc -l` On the script If it works mark this thread as answered, it will…
-
In that case you should create a separate application monitor and use the following component monitor -> https://documentation.solarwinds.com/en/Success_Center/SAM/Content/SAM-SQL-Server-User-Experience-Monitor-sw3308.htm Write a SQL Query to extract fragmentation level of the database through SQL Server Exp Monitor and…
-
Its been quite some time that I have done this my friend :) more over I do not have a SAM Instance to test it as well, but never mind let me at least point you in the right direction and others who are actively using SAM can pitch in and correct us:) 1. Create a new Linux/Unix Script component monitor on an example…
-
Try Linux/Unix Script monitor in SAM, you can write your own script to retrieve the output the way you want. Extract it via Message and Stats variables. Look for examples on how to write Linux/Unix script monitor you will find several on thwack and use it to suite your need. Hope it helps.
-
As mesverrum has rightfully said the database schema between your existing solution and the new 2020.2.4 would have had multiple changes, I don't think you can import the database and make configuration wizard work. You are running on EOL versions NPM 10.7, NTA 4.0.2, NCM 7.2.2 Ideally way of upgrade would have been from…
-
I can't think of a way with trigger actions, but your use case is a perfect example for "Time of Day" functionality on the alert. 1. Create 2 alerts - One for Weekday and One for Weekend 2. Set trigger actions as required for Weekday on the first alert and use the below "Time of Day" 3. Set trigger actions as required for…
-
Hello @karem, I would rather suggest you to go with a parallel setup (Install 2020.2.4 on a set of new servers and recreate everything or rather its now a chance to configure SolarWinds the way you think is apt), i do understand that you would need to recreate everything but that would be the best approach in your case.…
-
Just look out for 3 things: 1. All modules should have active license. 2. Check with SolarWinds regarding migration of reports from report writer to Web reports (in case you have any old reports which are on Report Writer). 3. OLV - (In case you are still using Syslog Viewer and Trap Viewer) Log Viewer (Additional DB…
-
https://documentation.solarwinds.com/en/Success_Center/SAM/Content/SAM-Linux-Unix-Script-Monitor-sw3260.htm Create your own monitor the way you want to, use Linux Unix Script Monitor - look for examples using Linux Unix Script Monitor