FormerMember ✭✭✭

Comments

  •  Can you post a screenshot of what you're seeing?
  • we are running a POC on NetBrain right now... be intrested to know SW position on NetBrain type functionality... I have LOTS of SolarWinds software, and reluctant to buy other vendors unless they can prove themselves over SW.. I would have thought that combining NCM, NPM and topology mappers, the functionality is maybe…
  •  Thanks for the feedback. Here's a quick response to each of these comments: #1 – we are looking at how we can do this without negatively impacting performance#2 – we will look at adding this ability#3 – you can edit the interfaces that show up in the NetFlow Sources resource by clicking “Edit” on the NetFlow Sources…
  •  Are you sure your comparing apples to apples? Custom "bytes transmitted/received" I got approximately 5.1 GB. Custom Netflow report with "ingress" selected. got 2.85 GB.
  • Is it possible that your value is text, not numeric? 
  • Will an aditional web Server help to seperate the Web peice from the poller piece? Yes. Can the Additional Web Server be used on the Hot Standby Server? No. When you use the additional Web Server, does the original web server function on the poller go away? No, you can still use the main web server How do I increase the…
  • I have been waiting patiently for this app to allow the same level of functionality as the syslog viewer. The syslog viewer makes up for a lot by being able to both do message tylpe variables as well as key word variables in the message content. Unfortunately the trap viewer has neither capability. Without which it really…
  • The ability to schedule polling on a per device basis is non-existent and on alerts is very crude But you can schedule status and statistics polliing on a per-device basis. Is there some element I'm missing? Many financial firms have servcies that shut down briefly after US markets close and before overseas markets open. I…
  • Inside the file--->setup-->actions---log actions to database I click on the test button which makes the syslogd service stop. I pulled this from the errorlog 2017-01-09 04:05:08 DBLogger.Main() aborted with error: Class does not support Automation or does not support expected interface [Syslogd_TaskEngine.exe 2.5.169]…
  • Use a Transform. You create them in the universal device poller
  • For information, I tried it on a test switch, then the live remote device and It doeswork using a short text file: enable secret xxxxx end Works a treat. Thanks
  • Known bugs are in the release notes: www.solarwinds.com/.../releaseNotes.htm If your issue is not in there, you can post the details here or open a Support ticket.
  • 1. If you consider yourself to be network engineer (analyst, admin, consultant), why do you monitor servers in Orion today? We currently are trying to replace our multiple network/server monitoring systems with one system. A single focal point to get all information on our network whether it is a network switch or a…
  • We don't currently support installing Orion on Windows 2008. The changes between IIS6 and IIS7 were pretty significant. I don't have any specific dates, but it is something we're definitely looking at for the next major version of Orion.
  • Has anything come of this yet? We're seeing the same thing running the latest SP and it's getting annoying having to explain to the guys upstairs that configs are actually still being backed up despite what the pie chart says :)
  • I show a similar graph, but in my particular situation I believe the reason it shows the majority of nodes not backed up is due to selecting to only backup the configurations that have changed since last backed up. This leads to the graph being misleading as the reason it didnt backup the majority of the nodes was that the…
  • I'm sorry your experience hasn't been ideal. We do QA the product, and we beta tested with over 70 customers. We found lots of problems, but there are always some that we miss. Whenever we release a new version of Orion, the Support load and goes up which hurts their response time for a few days as the first wave of…
  • Well I figured it out, but it would be nice to convert the bytes to GB SELECT n.Caption, n.IP_Address, n.DNS, v.Caption, v.VolumeSize FROM Nodes n INNER JOIN Volumes v ON n.NodeID= v.NodeID WHERE n.Outage_Notification_To = 'SRV0' OR n.Outage_Notification_To = 'SRV2' ORDER BY n.Caption DESC
    in Table ? Comment by FormerMember May 2015
  • I got the join to work but when I put the v.Caption, v.VolumeSpaceSize in the select I get a "Incorrect syntax near '.'" SELECT n.Caption, n.IP_Address, n.DNS v.Caption, v.VolumeSpaceSize FROM Nodes n INNER JOIN Volumes v ON n.NodeID= v.NodeID WHERE n.Outage_Notification_To = 'SRV0' OR n.Outage_Notification_To = 'SRV2'…
    in Table ? Comment by FormerMember May 2015
  • How do I figure out what the values should be for 5.03 mr1?
  • Of course I over looked it and of course it's called "Volumes" Lol I'm having troubles with the join and my query though, I've made several changes and each change results in a different error. Could someone point out my error? SELECT Nodes.Caption, Nodes.IP_Address, Nodes.DNS, Volumes.VolumeSize, Volumes.VolumeResponding…
    in Table ? Comment by FormerMember May 2015
  • Additional information on this problem. I've narrowed the traffic down to only Microsoft-DS and NetBIOS traffic. I made sure my system was not acting as a Master Browser to rule that out. Any ideas why the system is generating so much traffic?
  • I made some modifications to the 03-DownNodes.Resource and had it display the Status icon, Device, Last Change and Duration. I also had it display a few other things particular to our organization and it works like a champ. Make a backup copy of the original and then use this new resource. <!-- Title=Down Nodes --> <!--…
  • That's definitely on the roadmap, but I don't have a timeframe.
  • This is a summary resource we plan to add.
  • We do have the concept of a state variable. You would probably need: * A rule that detects the event and sets the variable the first time it sees it to "ON" (the "action" of the rule would be to modify the variable) * A rule that detects the event you want to be notified on that checks to see if the variable is "ON" and…
  • That's correct, correlations are real-time and based on hitting a threshold. We've considered adding more historical/behavioral thresholds as well and/or the ability to alert from a search which would accomplish the same goal, which we don't have right now. The best we could do is: Event A exists (even 2 of them) Event B…
  • Posting the Build level and/or Post Date would be a big help and would avoid one having to go through the download to find out.
  • The suggestion on that thread involves inserting custom SQL directly into the database. If you do that, you would need to query the table for your UnDP value.