Comments
-
You were right with the database,the volumes are tagged with the Nodes table.And trying to delete the volumes from the GUI too is going to be hectic.So I would suggest to open a support ticket and get the SQL query to clear the volumes.Would you also post back the ticket # with the solution. Thank you.
-
I have looked into the database,especially the Events and EventType tables.All you can find is the event type but does not have a column showing the message.So this message cant be edited and looks to be pre-defined.
-
This can be possible,please verify and let us know the results. In the Advanced Alert Manger,under Trigger conditions you need to select "Custom SQL" for the Type of Property to monitor.The key in your SQL Query should be the "Events" table and the where clause has to validate with "EventType=19". select message from…
-
Looks like the Average response time chart showing 95th percentile is not looking good.Its hard to say without further analysis from the polled data for that period of time.Is it the problem with only one server or for all the servers?If it is for one server then it really needs more investigation like looking deeper in…
-
This is the best way to turn off alerts from web console. settings-->Manage Advanced Alerts-->select all and disable.This option is not available on Admin page and cant be customized. On ability to unmanage alerts,you have to goto Advanced Alert manager tool.Setting up a Alert Suppression should help to unmanage.
-
If you are looking to add this on the "Trigger Actions" then you have a "Insert variable" to add the custom property.This should help. Looks like ${customproperty} is correct.
-
I have added to the feature request.(Request #66227)
-
Please verify the following details. In the Advanced Alert Manager,pull up the "Interface Goes down" alert.Check the trigger action and see if it is set to "Interface ${InterfaceName} is ${Status}". If the above is right,then go ahead and do a "test" manually on the Advanced Alert manager. Post your results to look in…
-
This post which discusses about layer 2 topology. Please do open a support ticket to resolve this issue.Would you also post back the ticket# along with solution. Thank you.
-
Can you open a support ticket to gather more information and help with the SQL query.And also post back the ticket# and the solution.
-
Hi Chito, We would like to know if this request is related to Download/Upload or Execute Script NCM functionality. Thank You.
-
Its hard to say from here.Would you please open a support ticket to look in further.And also post back the ticket# along with solution.
-
You may refer to this thwack post mentioned below.Let us know if this helps.
-
From my understanding this VMware poll which you are referring is using Orion NPM.Here is what you could do to change the Polling settings. Log into the GUI and on the summary page,select the option "Mange nodes" for that particular VMware.Under the Node details view,select option "Edit Node" and you should find Polling…
-
Could you explain in detail?
-
Running config wizard by selecting website should fix this.If you don't want to do for some reasons,it would be advisable to open a support ticket to get this fixed.Please post back the ticket# along with the solution. Thank You.
-
Would you post the ticket # to look in further?
-
A feature request is opened.(Request # 90439)
-
You may refer to the Universal Device Poller which is installed as a part of NPM. Start-->All Programs-->Solarwinds Orion-->Network Performance Monitor-->Universal Device Poller-->Add New Universal Device Poller-->Browse MIB tree Once you reach to the MIB Tree,just start expanding and you will start seeing all available…
-
Cant say whats happening.However could you run snmpwalk for those 3 devices in question to see if they are responding back with data.You may also go back to the SNMP script configured on those devices to see if there is something missing when compared to other ones. Here is a link to download Solarwinds Engineer's tool set…
-
Can you elaborate?
-
You can check this out. http://knowledgebase.solarwinds.com/kb/questions/1159/How+do+I+change+the+colors+of+the+axes+on+charts+in+the+Orion+Web+Console%3F
-
Can you verify if it still shows zero by running a SNMPWALK to this device? You can try this SNMPWALK tool to get started.Any recent changes on the server?
-
Looks like its hard to say what could be the problem from here.Definitely open a support ticket to investigate further on this issue.Also post back the ticket# and the solution to this thread.
-
A quick thought about this.I think you should be able to setup an Advanced Alert on Orion.The reason is you have an option to use "Custom SQL" for the corresponding custom node/interface poller in the Trigger condition.May be an SQL expert should be able to write a query according to your needs and trigger an alert when…
-
Click the "EDIT" option and make the following changes. Grouping Nodes Level1:Status Level2:Vendor Level3:None Hope this works.
-
Here is a link below which gives an insight of SNMPv3 and the last couple of pages talks about the configuration on both the device and Orion.I am not sure where the problem could be.However I would like you to verify all the information in the document.(especially page 6-9).…
-
I am not sure whats going on.But may be I am suspecting the format of the map(.png).Can you try JPEG and see how things work.May be then we will go from there. Here are few other things to verify. -Files used for linked backgrounds must be continuously accessible by URL reference. -Files used for static backgrounds must be…
-
The nodes table has a column 'IP_Address_Type' which specifies the version. When you create reports ,you can select option "Advances SQL" and write a custom SQL query . Use Join in the SQL query to join Nodes and Interface table. Example select <data1>,<data2> from nodes N join interfaces I ON N.nodeid=I.nodeid where…
-
Can you add some supporting screenshots?