Comments
-
We've been dealing with this long enough to have workarounds - they shouldn't be needed but are simple enough. Add what is in red in the screenshot to the bottom of your alert and choose what objects you want to alert on (your list of objects can be found under [volumetype] in the Orion.Volumes table. No more ram alerts…
-
You need a ToString() for the object if its an integer? Thanks, Christian
-
I agree on using dependencies and would say this resource describes your situation well. The bonus of using groups and dependencies is being able to map the groups and the built-in dependency and root-cause resources. http://www.solarwinds.com/documentation/Orion/docs/Groupsanddependencies.pdf
-
I cannot admit to using this feature yet in production but I remember during beta testing the web-based alert manager's complex conditions for this exact sort of situation. SolarWinds Online Help this is a screenshot of the 2nd condition after the first but I don't think you can control the actions from this - you would…
-
Any chance that the service starts logging to the windows event log when it "stalls out"? If not then you might be able to write a Powershell to check on those PID's and then write out to the windows event log- the a SAM windows event log monitor will pick up your errors. ?
-
Maybe I missed something - I thought if you import a spreadsheet with subnets smaller then /20 then they would automatically add IP addresses? If not then what is this option for? Admin>IPAM Settings>System Settings>Configuration Defaults>Automatically add IP addresses (Add IP addresses upon subnet creation (available for…
-
i dont remember giving our user more then DB owner even if helpful when upgrading if it needs to create new db's I can't see why an additional poller config wizard would need more then DB owner.
-
I resolved this by adding a query for orphan hardware records- the status of which is calculated for child status and on maps but not in the general status or shown on the node details page. Maybe further limit the query to status not equal to 1 if you only care about those items contributing to your issue. Edit- when I…
-
I thought this was it?
-
+1 I just had this happen and could not find a workaround without copying the SQL out and back into a custom SQL report and adding portstatus (operationalstatus) by hand.
-
I ran into this and had to break from policy to move a few departmental DHCP servers to the main poller to support this requirement.
-
ccan you screenshot and share your alert trigger logic view? -also with the new web based alerts you can easily copy out the trigger logic and put it into your database manager app to play around with the query till it's right. even if nothing is down at the time of testing you can add a component like http monitor and…
-
WIthout resorting to custom SQL or web reports you should try to change the NOT in your 2nd condition group to NOT ALL. Check it.
-
Sorry I'm running into a meeting so I don't have time to lab this out but you should read up on SQL CASE function. http://sqlschool.modeanalytics.com/intermediate/case.html #1 I just changed mine to this and it seems to work fine. Alert Text: The ${InterfaceName} on ${NodeName} is ${SQL: SELECT CASE WHEN AdminStatusLED =…
-
long day so maybe I'm misreading your question but it seems to be inline with my direction. I don't want alarms on unreachable status nodes so I have implemented depencies for firewall interfaces(I found out if I used the firewall nodes then interfaces could still go down and the dependency would not kick in) and have also…
-
Can you screenshot your alarm and action even better use the drop down to change to custom SQL, screenshot, then cancel so it doesn't stay that way
-
so VIP with UCS creds, the rest just snmp, what about adding the blades by mgmt and production interface? with HP we would not have monitored by iLO since thats out of band and I feel adding UCS blades by CMIC is the same- I want to monitor by the production Interface.
-
I just looked through the connector definition and entered this into my rest client - responded with no issue. HTTP GET with basic auth (local user created in Solarwinds GUI with admin rights): https://hostname:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT TOP 10…
-
Have you tried Performance Analysis feature, or AppStack. Some of the newer html interfaces like perf analysis is pretty effective.
-
I open mine all the time in notepad to change the report type for better categorizing in the report web listings - never any troubles. If you customizing SQL then it might be best to just have a custom SQL report.
-
DK, The main Orion server already listens and talks on 1777x ports with any other Orion servers like additional polling engines. Installing the SDK is great to get the documentation and the Studio app which provides a GUI on top of this swis communication. But you don't need to go through the SDK installed apps and in fact…
-
If you mean the top application level tabs then those are not meant to be customized (although I did hijack our unused virtualize for a custom admin sandbox tab for me) As for the menu bar items - the key is to create your page then preview it to copy the html link - this is then pasted into the URL field when you add a…
-
Sure but for what you would like you should look to see if there is a feature request and if not add one for this feature - it's just like the one for UDT-NPM integration. otherwise you can create a report that returns just the IP address or maybe better hostname (if all are in dns) and copy-paste into NPM discovery tool.…
-
You've got your first pull request to add in the link to the wiki to the readme markdown file. Unless someone knows the wiki icon it's easy to miss. Would you consider people merging other people's OrionSDK sample scripts as github is far better for that then Thwack?
-
can you share your select * from dbo.websettings?
-
I would think the add node examples could be used to test from any engineid (poller) and error out on which ever IP's they could not ping nor add. I have done this through simple powershell to filter out those which don't ping from continuing into the script - ran on the poller you get the same result. Remoting powershell…
-
So want this ability +10
-
Does this fall under the discoverapplications like windows scheduled tasks or AppInsight for SQL?
-
Can you provide more feedback as to why the existing Manage IP addresses and subnets view is not sufficient when setting the filter to show only "available" ? While I have made a custom report view for subnets I am not sure I would try to do so for subnets - how many subnets and IP's do you plan to manage?
-
You could also set those groups to best available so it would take ALL turned off before the icon turned red (then it's party time) And also don't forget to mark all your access switch ports interfaces in Solarwinds corresponding to these devices as "mark as unplugged rather then down" then you can also update your…