Comments
-
Anyone? Solarwinds staff?
-
Ok, a simple answer to this one - due largely to cost (circa £11K list per polling engine), an APE is only really appropriate for an SLX licence, where it will increase you maximum capacity by 10,000 elements. If you have an SL2000 or below requirement either A) poll over the WAN, or B) put lots of smaller pollers at each…
-
Is there any indication which alert was triggered? Have a look on your alerts tab to see current alerts, then we can take a look at the condition and work back from there. Some screenshots would certainly help us resolve quicker
-
Hi, Try this: declare @prev60 smalldatetime SET @prev60=dateadd(dd,-60,getdate()) select i.InterfaceName, i.InterfaceTypeDescription, i.NodeID, i.interfaceid, sa.StatusName as AdminStatus, so.statusname as OperStatus, ss.Statusname as status, Interfacelastchange, n.caption from Interfaces i left join StatusInfo sa on…
-
Hi dclecompte, I am currently in a 30 day eval. Do you have any timescales for this enhancement? Stuart
-
Which product(s) do you have?
-
Please share screenshots of your configuration for the alert you received.
-
Hi, The version compatibility tables are here: http://knowledgebase.solarwinds.com/kb/questions/1888/Compatibility+of+SolarWinds+Orion+Products+for+Installation+and+Upgrade and minimum hardware specs are here: Network Monitoring Software – Network Monitor | SolarWinds Hope this helps Stuart
-
Hi David, The alert suppression does not work as you would logically expect it to, and so this alert is not firing. It looks like your objective is to not have the alert fire if CriticalNetworkComponent is equal to Yes. Remove this from the suppression tab, an add it to your trigger condition, reversing the logic, i.e.…
-
Are you just looking for a count - ie NodeName Number of times over 90% NodeA 10 NodeB 4 NodeC 0 Etc. or a detailed report showing the date a time the breach occured as a list?
-
Both products are based on the same core (orion core) infrastcture and off the top of my head I can't think of anything that NPM can do that SAM can't, when installed as a stand alone module. would be able to confirm...
-
Hi Tzotz That view is a map resource, so the map would be edited using the Network Atlas component. There should be a whole section abut Network Atlas in the admin guide. HTH Stuart
-
Just to get an understanding, you want a list of all views, and which nodes use that view?
-
Can you view the report directly from the reports tab? It is likely that the reports folder under your account settings does not contain the saved report, or indeed (looking at your screenshot), any reports.
-
Hi, For CPU and availability - over what time frame are you looking for? I expect you are looking for the average over this timeframe? Stuart
-
Hi, You should change the first line "Trigger Alert when ANY" to "Trigger Alert when ALL" to mean that both conditions are required. HTH Stuart
-
Two things: First off, have you closed and re-opened Alert Manager after creating the custom property? Custom properties created when alert manager is open will not show. Secondly, are you running alert manager as Administrator (right click, "run as administrator...), or have UAC turned off? I've found that NOT doing this,…
-
Unfortunate it's "all or nothing" with hardware. You either monitor all the hardware on a device, or stop all together. There is a number of feature requests in to enable hardware by component monitoring. Stuart
-
It is likely SNMP is not working on the devices. You can do a test from the "edit node" page.
-
Hi, A raw value is the value straight from the database, and the cooked value is the one that you would see in the web portal. One example is node status. A raw value would be "1" where as the cooked value would be "up". In general, you would want to be using cooked values. HTH Stuart
-
The only caveat to this is that NPM & NTA licenses have to match - which yours clearly do
-
I do this for networking equipment, but it's the same concept for servers. Take a look at my thread here: Re: Network Atlas - Racks and Switches
-
On the Trigger condition tab, set the "do not trigger this action..." (at the bottom) to something like 1 minute. This should take case of any spikes/flaps. It is a balancing act to pick a figure that reduces/removed the spikes, but alerts quick enough in the event of a real incident. Hope this helps Stuart
-
Orion Report scheduler can PDF a URL and send it by email. I do this every month to have charts in reports.
-
Looking at this a bit further, would this work: * Receive trap from device * trap sets status of interface * Configure alert using interface status on BASIC alert manager (remember that ?? ) My thinking is that basic alert manager alerts instantly and is not dependent on database polls. I can't use custom properties,…
-
Hi Mike, My post here details an Off Label solution we have implemented. Stuart
-
Hi, I've done exactly this. Create your rack layout using visio, something like this: save it as a jpeg and use this as the background in network atlas, overlaying the node icons. Hope this helps Stuart
-
I Would use an SQL user experience component, with a query built to pull the info you require. Need more detail? Use multiple components inside a template.
-
Under your trigger condition tab, (at the bottom) set a timer to delay the trigger: This will "hold" the trigger action until the timer has elapsed.
-
Try this: ***WARNING*** Volume ${SQL:Select Substring('${Caption}',1,3) AS Caption} on ${NodeName} is almost full and has ${SQL:Select round((VolumeSpaceAvailable / 1024 / 1024 / 1024),1) from Volumes WHERE VolumeID='${VolumeID}'} GB HTH Stuart