Comments
-
I can not seem to make view or account limitations work
-
And perhaps be able to create Alert Dependencies for those that are connected to controllers(Thin).
-
On your Active Alerts Resource, does your hardware Health related alerts show which node they are for? I find it odd that I can not see which node these are for..case#489060
-
Also, when a node is unmanaged, it's hardware sensors show up as undefined. This needs cleaned up. Just a parameter for status = '1'
-
I am also having issues after upgrade to 8.5 from 8.1, wish someone at SW would stop telling customers to upgrade to 8.5 at least until the bugs are worked out.Some of us do not have a Lab environment to test this out on prior to production :( Many of my user's are experiencing issues logging on via the Web Front end.They…
-
Brandon, I know you have a non-production (Test or Development) System in operation. Could you check to see if changing the objectsubtype in the nodes table is a viable workaround for changing from SNMP to ICMP? Thank you
-
I am currently running 10.1.2 SLX and need this functionality, it appears this has been an issue since at least 9.5. Can the objectsubtype field value (in the nodes table) be changed from SNMP to ICMP? What are the implications? I do not care about losing history, will this work? I have nodes which are now monitored via…
-
I upgraded from 8.1 to 8.5. I learned that when running 8.1 I must use .net 2.0 for everything to function correctly, not only on your main orion box, but also on any additional pollers. I then upgraded from 8.1 to 8.5 and found that having .net 2.0 and .net 3.0 fouls everything up. Use only .net 3.0 and reboot before…
-
Is this broken for NPM 10.3.1? Do you have the report code you could share? I too need the automatic report when nodes are added/removed. Tks
-
Now 4 yrs into this subject, Is there Avaya Voice Support within the Solarwinds Line of products?
-
Marie, Is there an update on this, I too am interested in this? Because I do not yet have APM, It would be nice to have a ticker for Data in the Alertstatus Table.
-
Been awhile since this there was an update on this. NOW, v10.1.3 is there a way to do this? Out of the box there is a dynamic notes field in the Alerts section, where one can add notes, but the data disappears when the alert resets. Is there a way to save this data? Does one need to be Admin or Allow customization to enter…
-
So does the "&DataFormat=Excel " still have to be placed at the end of the url to be able to get an excel export? As right clicking and choosing the "export to Microsoft excel" does not function for me. I recieve a New window called "New Web Query" with http:/// in the address bar And a message stating that this program…
-
Has anyone a solution for this issue?
-
I do not have Cirrus, but would like to see the device configs from ORION 8.5. Either press a button on the node details screen to view either the running or the start-up config, or a fly open window that would allow you to browse your TFTP Directory. Does anyone have any ideas on how best to view device configs from ORION…
-
It appears that I may be having the same issue on v10.1.3. Does anyone know what the process is for updating the AP's in ORION. I know ORION Reads the controller, so would the following be true? If I am seeing AP's in ORION that no longer exist, then one would have to flush the controller to accomplish the removal of the…
-
In 10.2.1 I too are having the same issues with importing/ignoring the discovery results. If I choose to import a changed or new interface, I get an error stating the import skipped because it exists in the DB. The Node exists for sure, but the interfaces in question are not being monitored, therefore this points to a…
-
I believe Re: Mulitcast event logging ">JiriPsota May 14, 2013 11:33 PM answered this question. ++++++++++ If you want to disable the multicast events (not the Multicast polling): 1. disable appropriate Advanced Alert 2. run SQL query: UPDATE EventTypes SET Record=0 WHERE Name = 'Multicast traffic down' (you can enable it…
-
Please open a case with Support, perhaps you may have better luck than I! As for me, No word from Tech Support since they said they do not support custom reports. This is quite disappointing :(. So in essence, if their upgrades/updates break reports that have been working with past versions (I am not talking about product…
-
Thank you very much, I am really not that experienced in SQL, Is there a way to integrate an inner join so that the results of your script would include the nodename and interface name in seperate columns? Perhaps Node caption, interface caption, event message, # of occurances?
-
The only solution I found was to truncate the active alerts table to remove the basic alerts.
-
This in my opinion is an un-acceptable solution. How could this become corrupt? The issue is that the code is not there to handle this. By wiping the tables you remove all the entries and the re-discovery puts the active ones back... Please correct the issue this has been a problem since at least v9.5. If this is truly the…
-
The first Hotfix for 8.5 was released on 09/19/07
-
For the curious: We didn't originally plan on monitoring Servers with ORION, but in today's tough economic times we had to reduce the number of tools we use. I have this problem with multiple NIC's with different IP's and through time this will be reduced to one NIC and one ILO, but when there are up to 700 configured this…
-
Great thank you
-
It has been about 8 months, I am running v10.1.3, what is the solution to this issue? Solarwinds??
-
Where the code reads WHERE Nodes.Caption LIKE 'R-XRT-[Aa-Dd]%' just change to include your name Like this nodes.caption like 'HASW0010%' Same for the interfacename like 'port-channel%'
-
Also some reference to time, like last month, last 7 days, etc could prove useful
-
Yep ther must be a limitation, I have a large network and have 13 segments (on one particular scan) I am trying to discover some of which are a /22. Seems to get this error about the same place. Were you able to find a root cause/solution?
-
Thank you However this would mean a seperate alert for each occurance. I may have up to 700 of these. Yes if there are any SQL guru's, your expertise would be appreciated. Perhaps a syntax match, before an alert triggers see if there are any with the same caption *-N1, check status if = '1' don't trigger, if all status =…