Comments
-
Got it.We will take this in as a feature request.Thanks for bringing this up.
-
Using Advanced Alert Manager tool,you could a configure a new Alert.In the "trigger actions" tab,there is an option "Log Alert to NetPerfMon Event Log".You could define the message which you want to show on the GUI events log.Once you have the events log writing data according to your needs,it should be easy to get a…
-
Using Database Manager,again you would have to add SQL server and need authentication to access it.So I am not sure how this would work for you.
-
Could you log into the database and pull up the Nodes table.Look for the device mentioned in the question and forward the value found in "SysObjectID".
-
Goto Orion report writer tool,select "Advanced SQL".In General Tab, give a report title.In SQL tab,copy and paste the sql query found below.And then on the same tab,towards right you should see "Preview".Select and see if this is the data,which you are looking for.if your preview is fine,then just select "Design" from the…
-
Here is a series of steps. 1.To add the custom property Region, Open Start-->Solarwinds Orion-->Grouping and access control-->Custom Property editor-->Add custom property-->check "region" field 2.Bring up the Orion and select the Node from the Summary page. 3.Select "Edit Custom Property Values" option under the 'Custom…
-
You may refer to this link.
-
On configuring alerts,I can give the logic which you can try and post the results. In the "trigger condition",you should be using "Custom SQL Alert" for Type of property to Monitor,and set "interface" for Set up Trigger Query". What I have mentioned below is just the logic,any SQL expert should be able to write a…
-
Hi John , This thread gives the sql query for converting inmbps to mbps. Anyways here is the conversion. ${SQL:Select round((Inbps / 1024 / 1024),3) from interfaces WHERE FullName='${FullName}'} MBps${CrLf}
-
Have you tried checking the Universal Device Poller and look for the VSAN MIB 1.3.6.1.4.1.9.9.282? May be can you help with this.What data are you expecting to see when you select the VSANs?May be you can show data output from the device or if you know the MIBs for it?
-
I am not sure if VM could be the cause.I would suggest to open a support ticket to look into this deeper.And also appreciate if you could post back the results.
-
We have taken your request.(Request #90019)
-
John ,I see what you would like to have and understand this should be a good one.Thank you for bringing this up.We will have a feature request opened in our system.
-
Looks like this is the MIB tree which can give details of the APC UPS. 1.3.6.1.4.1.318.1.1.1 Are you using Orion NPM to monitor this data?
-
Hi Tomas, Could you come up with more specific questions which should be great for community to pitch in? Thank You
-
We cant do this right now on current versions.So I have opened a feature request.Request # 90522.
-
We are looking for the trigger condition from the Advanced Alerts tool.Probably a screen shot of the Trigger conditions page should work.
-
Did you manage to complete the upgrade?Provide details on the version you are upgrading.
-
"LastSync" value keeps updating every time a sync runs in the database.It does not store all the past values.In a simple explanation,it erases and updates with new date and time in the Nodes table. When a Node is deleted then it would not have a LastSync value to validate.If the Node is present then LastSync value can be…
-
The trigger condition looks good.How about checking the "Trigger action",edit the email action.Get to the "Alert Escalation" tab,just see if all the options are disabled.
-
I believe this could be done. I would like you to explain the advanced alert which you want to run on an additional poller in detail.I would be able to help with the sql query to achieve it.
-
We have two types of Alerts available.Basic Alerts by its name is self explanatory,which are limited and can be viewed in the System manager application .By default the Basic Alerts will show up on the GUI under Active alerts window.However the Basic alerts could be edited to have an email or play a sound or other actions…
-
I have the NCM admin guide link mentioned below.You can check this out.(Chapter2) http://www.solarwinds.com/documentation/orionNCM/docs/orionNCMAdministratorGuide.pdf
-
By using Orion Report writer tool and selecting 'Advanced SQL' option you should be able to generate the report. Here is the SQL query. select nodeid,unmanagefrom,unmanageuntil from Nodes where convert(nvarchar(10),unmanagefrom,108)<>'00:00:00' and convert(nvarchar(10),unmanageuntil,108)<>'00:00:00'
-
Just figured out,the screen shot is coming from Orion Summary page.Specifically under active Alerts picked up from the customize page option.Most importantly,I don't see any option in the GUI and Advanced Alert Manger to really make any changes.Will look for a work around and get back.
-
Using report writer tool,you can select create report to start off.Then from the bunch of options you should be able to select "Advanced SQL".This would allow you to write your own custom query.Any SQL experts should be able to write a query to satisfy your needs.Feel free to post back the SQL query when you have one up…
-
Here is a direct link to download the evaluation version 10.1.3.Once you complete your registeration,download option will be available. http://www.solarwinds.com/register/registrationb.aspx?program=607&c=70150000000Dlbw
-
Please open a support ticket to investigate.Feel free to post the ticket# and the fix to this thread.
-
Please check this link mentioned below.
-
Is it working?