Comments
-
You can setup just about anything. I've created enough variables in templates to configure box A and B of VSS or HSRP Pair to setup both boxes with a single template. Just build out what you need in the template, and Test. Always Test first. I think your setup looks good, part of your setup is matched in an example here :…
-
I learned a few things today..... 1 - If you have your servers in with ICMP and then change them to SNMP ---you most likely will not get a response. Step 1 - remove the Node from Orion NPM Step 2 - Add the Node back to NPM using SNMP from the Jump. 2 - Avaya Servers Respond better using SNMP v3.... try it if v2 is giving…
-
Any details on this ? We are in the midst of trying to add a server and have an issue responding - though I think they might be trying to use a vIP instead of a real IP.
-
Multiple Poller values can be challenging. For the Box serial # I have found that the ASSETTAG Field created by SAM works for the serial. Then you can pick out another custom poller to make it easy and not have to deal with so many inner joins. To get the data you need the hardware health selected in your resources…
-
If you keep the Tabular Poller - using an argument to include the RowID = (Provided you know the specific Row ID) If you do not want the tabular poller - give us the Table OID ..... 1.2.3.4.5.64.X - Table poller ends with Value X (and pulls a table of values.... so match the exact value you want with the proper row... that…
-
I have used the Database Manager in the past to do manual or scripted updates. As long as you know what you are changing, you should be okay. But be exact!
-
Figure out what OID within your MIB Table are relevant and actionable values. Then create Universal Device Pollers (UnDP's) using each specific OID, or you can poll for the full table, then poll a few tables of relevance and create a tabular poller details module and click each table/column essentially to build out your…
-
They may have been picked up by a scheduled discovery. I would check any discoveries with schedules and verify settings. You can check audit events in the message center, node created/added over the last 90 days should get you there if it was added manually. -CharlesH Loop1 Systems: SolarWinds Training and Professional…
-
Should I have made a new post, or is just editing this one .. https://thwack.solarwinds.com/ideas/4526 .. going to help me win?
-
All the normal Questions, yes I have heard... User-> Where is the ANY Key? User-> What is the SPACE BAR? User-> MY PC Won't turn on.. me -> Is the little light on the power button lit up? user -> I can't see, the lights are off me -> The power light on the PC? user-> No, the power is out. (Pre Windows 8) Me -> Can you…
-
We are working on expanding this.
-
Not to that full extent, we had issues with DB Lock up, and saw that result in our UnDP's not updating properly. I would open a support ticket and go through their 'simple fixes' to see if that can remedy the issue; but you may be looking at some DB work, which SW will certainly assist with that to a resolution. The…
-
The groups are simply container that you can add Any entity Type to. So you could put your Apps, Servers and Switches associated with the app in the same group. This would show you a status of all entities. Groups are useful on the World Map. Custom Properties are better used for the Idea of grouping, Sorting, Filtering -…
-
Re-read and specific to NOC's -- I would create two or 3 Views(each custom resolution and columns based on size of display). I would name them : NOC-720p NOC-1080p NOC-4K (If needed) *needing the same general info - copy 1 view and adjust as needed - rename and save*
-
you may want to try an email to the man, as this shows on his profile Last Logged In: Jan 24, 2013 3:29 PM Let me know what you find when you do.... I could use some help on this topic.
-
*Note - I would use this for different Desktop solutions* I Got excited like some Geeks do and provided help for a situation where I figured I had a good idea & am leaving this response - as it may be useful to me in the near future * Manage Accounts - Edit an Account - Under the Separate Component options change the view…
-
You can try renaming the SDF Files and then create new files for the system to use/rewrite and see if your jobs will run. The Configuration Wizard also replaces these mini db files that hold the job info, so either option will work. If the issue continues after the CW there is something causing it to fail, and diagnostics…
-
When the job does not run, do you still get the email?
-
vote it up. I did not see another FR to build support for this.
-
You have to know what interfaces are not good. Then DELETE! I usually do this by node as I do not want to mass delete a group of unknown interfaces just in case I have one trying to find it's way back to the working side of things. So some awesome tools were put out there by azabielski , some of these I already made…
-
But will anyone ever catch aLTeReGo
-
Check your screen shots and see if the pages are loading in time before the next step. If your page(or part of the page - possibly the dynamic section where this link is) is not showing then you might need to add in a wait before the next step. This will give time for the page to load, which in turn will allow for the…
-
I find that groups are useful in controlling what you want specific users (or user groups, if using AD) to see or have access to. If they all have the same access but need different views you could use the AD groups for the accounts. Each OU could be set different to Home Page View. Manage this in your account settings per…
-
I would use Advanced Alert Manager, as the basic is next to useless in my mind. And depending on what interfaces you want monitored and how they are labeled. You may be able to use an interface contains, or a caption contains (interface desc) to single in on those interfaces you want to alert on specifically. Other wise…
-
Okay, so the MAP Spread is a nice Idea. And Deverts has a great breakfown of pages. So we may be breaking these down. I do like the use of tabs to view without scrolling Essentially the Summary Tab still gets used the most, but in a close second is the network tab *mainly due to most stats being on our summary page still.
-
IT should show as a custom property to use so you can filter using the SQL Query box when you click edit for the 'Display All Interfaces' Module or whatever report you have created. TopXXInterby_Util = 'Yes' Try something like this. ((mapview = 'summit' and (InterfaceName like 'Serial%' or InterfaceName like 'Gigabit%' or…
-
also found this, may provide you some insight -> UDT Job Status report by polling engine
-
Check each server logs for issues either with resources or the application itself. Check your polling rate/Job Weight as well in settings and off load nodes from your higest offender ---- if this problem node is carrying the most in job weight there is another underlying issue with it.
-
select Engines.ServerName,Engines.IP, Engines.ServerType, convert(varchar, round(nodes.systemuptime/60/60, 2, 1))+' hrs' as Uptime, Engines.Elements as Elmts, Engines.Nodes, Engines.Interfaces as Int, Engines.Volumes as Vol, c.custpolls as UnDP, a.samct as SAM, N.Down_node, I.Down_Int, V.Down_vol, A2.Down_sam, s.failed as…
-
So Guest VM List is going to be polled via the VMWare API; : Requirements for monitoring Microsoft Hyper-V, VMware ESXi, and ESX Servers - SolarWinds Worldwide, LLC. Help and Suppor… : As best I can figure, the polling source might play a role here... -> Hyper-V clusters not showing up in VIM after integration - SolarWinds…