Comments
-
I would say - no, there isn't. I for example use a special custom property called "mute" (yes/no). By default it is set to "no". Next, simply include this custom property check into every alert that you have. Then - you can control this at the object level, be it node, volume, application, interface, group. HOWEVER ...…
-
You have 300 for nodes and 300 for volumes I would suggest to read below thread - this will give you good understanding behind licensing model. I had same question when I was starting with SW 3 years ago SAM Licensing Question
-
I believe this is what you need (new feature, available in latest version of SAM):
-
Just noticed interesting thing about it: 1. I always try to keep all global customizations on the Template level (even if template is assigned just for one node), unless it is absolutely down to specific node, then I would do on the application level 2. So, I did this change a while back and all was fine... until I have…
-
OK, we had SQL on maintenance for a while and I was still able to check this box, although it took some time to actually load Alert Manager (I guess it was desperately looking for SQL database). I was able to disable all actions, which suggests that this value is NOT kept in DB but somewhere within application itself...
-
hey guys, sorry for my ignorance, but can anyone please help me with this. I am total noob with regards of APIs and I would appreciate if you can give me some guidance how to actually trigger this script. If I want to trigger it on a specific event in SolarWinds - would it be the case of setting up simple alert and then…
-
OK, that's what I did and it looks much better now The only concern remains - will this HTML hack have any other adverse effect somewhere else? Quick check through different pages was ok though -- Alex
-
in my locale "ORION certifications" is 4th result in Google Learn how to become a SolarWinds Certified Professional (SCP) - SolarWinds
-
first thing I would do is to restart both SQL and APP server...
-
Here is my take on all the above: I guess this nfoster@affinnova.com is just another marketing trick to tarnish SW in favour of P*** If I were SW team I would remove this post from here completely. It is not helping anyone here...
-
Sure! Very... very peacefully
-
You have to create your report in Report Writer App, which you can find installed on the server itself. Then, once you are happy with report and gives you all interfaces and columns as you like - to be able to filter down to a particular node - just use similar approach as described here Then, add this report on the node…
-
Hello my friend. OK, I just gave it a search on Thwack and found not much on it. I need to figure out solution for the same thing myself. I will be digging further and will let you know how it goes.
-
SolarWinds is like clouds - you lay down and you watch and follow them - and it would seem like not much changes. The moment you close your eyes for just few minutes - the whole thing changes so dramatically - you will not even recognize it It is one of very few companies ever releasing Major versions at least twice a…
-
I would log a ticket with support. Your charts look good above and I see no reason for export not to work. Might be something inconsistent on the database level - support will be the best and quickets option
-
How long you have been monitoring this node? Would you send screenshot of a resource where you click "export" and also screenshot of the export resource itself
-
Ye, I have stumbled upon same thing quite recently. Check my comments here and Lada's reply. You may need to do some SQLing my friend, unless there is a way to do it easily via GUI in latest 11.5.2 version (I will be upgrading this week, so, don't know yet)
-
Do not use "Alert Suppression" feature unless you fully understand what it does. It is a tricky one - search Thwack for more articles explaining how it works I have awesome solution for creating automated dependencies. It does require some work, but it is worth it - works as a charm once implemented: Automatic Dependencies…
-
Both licensing number and "SAM" number are SAM numbers ... anyway, when you say you have checked SAM - what/where did you actually checked?
-
You can report on ANYTHING you can see in SolarWinds. If you need to know exact table and you can't find it - ask here
-
OK, let's clarify few bits first - what are you expecting to see in "Event Type" and "Event Message"? Those are event- related fields. The rest are Alert-related fields. Please send few screenshots where do you see this info and explain reasoning behind this report - what are you trying to achieve by showing all those…
-
Try to create a report with filter condition: Node > Last Boot > is empty This should probably do the trick
-
By the way - to clarify on your subject line - Alert does not auto-acknowledge itself. Alert simply goes away because condition is not true any longer. Another alternative way for you to be able to handle these short lived alerts would be to configure reset delay in your alert. This way alert will not reset for XX number…
-
My friend, you can get anything you want - just ask for it 1. Roll your sleeves 2. Do some Googling and Thwacking for Powershell examples you need 3. Come up with working solution 4. Come back here and share your success / or seek further help if you get stuck at step 3 Thank you, Alex
-
Just quick update, have also updated in description above: HA cluster is not recoverable and must be reinstalled. The way to do it: first, uninstall all SolarWinds software from secondary HA box, then, simply reinstall everything as per deployment documentation after you have recovered your instance. I have confirmation…
-
I have updated Grey Areas in description today
-
I believe that this information will not be readily available in SolarWinds (unless, maybe, when user initiates reboot via SolarWinds itself). You would probably need to track Event Log for reboot events (windows), not sure how to deal with other OS
-
This is an interesting one. I tried same and I could not do it. Now, this can be "by design", because the Custom Property is based on drop-down values, however, I do agree that filter "contains" does suggests that we should be able to manually enter value. Hmm... maybe someone from Product Team can chip in to comment on…
-
You may also like this: Know Your Routing Neighbours
-
I have SQL script which flags route flaps based on 2 variables: [NUMBER OF FLAPS] over the last [NUMBER OF HOURS] For example - to flag any interfaces with more than 10 flaps over the last 7 days: SELECT Nodes.NodeID ,'Warning.gif' AS 'ICON' ,Nodes.Caption AS 'NODE' ,Nodes.IP_Address AS 'IP' ,rtf.RouteDestination AS 'DEST'…