Comments
-
Thank you for clearing this up adatole I appreciate it. I'll work on the query statement as well.
-
This is the correct answer. SW will not allow you to delete a custom property if it is in use in any capacity. All of the dynamic group membership rules can be found in the "ContainerMemberDefinitions" table in the SW database. Using a join statement you can find the name of the group using the dynamic query. This SQL can…
-
Thanks Jay! Yup, Leon's post is the one that helped me out too - http://thwack.solarwinds.com/message/231657#231657 - Joe
-
Leon Adato, yes I've seen things like that too. Checking the CPU would definitely work with your unique issue. Windows servers are definitely strange beasts sometimes. - Joe
-
toby.burton --- I figured it out. The problem was that in my beta install I never set a password for the admin account (it was 'blank'). I create a password for the user in the Orion console, ran through the agent configuration again on the RHEL server (sudo service swagent.service init) and now it appears that agent…
-
Well, it was a good idea but dependencies will not work in this case. SAM 5.2 and NPM 10.4 do not allow you to create application dependencies. You can only create node dependencies (interfaces, volumes, or node). I'll have to look and see if the SAM5.5 or SAM 6.0 allow you to create application dependencies.
-
Good idea... I will give this a try and report back with an update.
-
I think the KB article title "SAM is not showing the Proper Status of the Services" resolved my issue. My config file had a strange entry in the "maintenanceStatusOverdue" field. Here is what the full apmSettings was configured for: <apmSettings checkMaintenanceStatusTimer="06:00:00" maintenanceStatusOverdue="2.0:00:00"…
-
tigerr I'll try to respond as best I can. Also keep in mind that discovery jobs are things are a matter of semantics amogst IT Pros So there is a large variety of opinion on this topic. I'm just giving my own opinion here based on my experience. Q. Does network discovery 'disrupt' operations? When it runs will it cause…
-
Rob, Sure I can do that. It will take me a few days, but I will get an SNMPWalk for you. I'll set a reminder now to do this asap. - Joe
-
I contacted Meraki support and they enabled SNMP for my OD2. However, it doesn't work. The reason is because the OD2 is a "Pro" device and not an "Enterprise-class" device. I have some MR24's getting shipped to me this week and will get them added to my Orion NPM instance when they arrive. **I started a running document on…
-
Thanks for submitting the feature request for this one. I would also like the ability to modify the top 10 most expensive query report.
-
My pleasure! I went ahead and posted this in a formal way. A few extra notes, yada yada - Full Orion alert rule export using Powershell and OrionSDK
-
Thank you for these instructions toby.burton I was able to successfully provision the Linux agent to my RHEL 6 machine. I initially had a problem with downloading the rpm because I forgot to include the 8787 port in the url . Provisioning was good and the agent shows up in the console. However it has been more than 10 mins…
-
Ah, very nice. Thanks for sharing that info!
-
fcpsolaradmin I figured it out! Here is the PS code: ``` $hostname= "${Node.Caption}"; $statistic = @(get-wmiobject -query "SELECT * FROM CCM_SoftwareUpdate WHERE ComplianceState = 0" -namespace "ROOT\ccm\ClientSDK" -ComputerName $hostname -Credential ${CREDENTIAL}).count; Write-Host "Statistic: $statistic"; Exit 0; ``` I…
-
jiri.tomek I opened support case #842506 for this
-
Yes I can open a support case. I'm in ThwackCamp today and tomorrow so I will open the case asap.
-
Here is a direct link to the SWKB article: SolarWinds Knowledge Base :: Compatibility of SolarWinds Orion Products for Installation and Upgrade We are running EOC 1.4.0 so we were good to go.
-
Syed H, I also do not have "AppInsight for SQL: Expensive Queries" as an available option in the drop down list. I'm running SAM 6.0, not SAM 6.0.1 or higher. @aLTeReGo, Would I be correct in saying that we need to upgrade to 6.0.1 or higher to get this option? I've been holding off upgrading because the SAM 6.1 release is…
-
Yep, that fixed it for me. Thanks rob.hock! However our situation was different. We do enforce SSL but the port in the database was set for 6991 for some reason. After running the following query in our database to change the port to 443, all scheduled reports and PDF exports work fine. Update Websites Set Port=443 where…
-
Just for kicks, I decided to take a look at the SAM template configuration a bit more to see if there was still something else I was missing. I noticed that for this specific template in my example, the polling interval was set to 60 seconds. Also the platform was selected for x86 instead of x64 -- which is correct. This…
-
Roger that aLTeReGo. I'll continue to test this out a bit more and open a support ticket if needed.
-
We did install the hotfix #6 on all of the additional pollers due to the official documentation saying for us to do so. Here is a snippet from the TXT file in the ZIP. Notes: * This Hotfix requires SolarWinds Orion Core 2015.1.2. * This Hotfix must be installed on the main poller. * This Hotfix must be installed on any…
-
That did it Thank you Lukas! I was able to set up a new application template, add in the "Process Monitor - WMI" component, then define the process and type in the command line filter as shown in the Windows task manager. I couldn't type in the full path as shown though. For example, the path was shown as…
-
Hi AJ. Thanks for replying. Yes, I do show that SNMP support can be enabled for the MR16 and MR24 devices and that those APs can be polled directly. However, I have an older Meraki Outdoor (OD2) access point where the latest firmware version is from Feb 23 2012. I will contact Meraki support and see if there is a newer…
-
Gotcha. We will try that. Thanks bob55 and Alterego. I'll let you know what happens. - Joe
-
Alterego, Here is the versions we are running: Orion Platform 2014.1.0, SAM 6.1.0, NPM 10.7, IVIM 1.9.0
-
Just a follow-up to this issue: Our issue with the MSMQ on the APE has now been resolved. We put in a firewall request to open up both TCP 17777 bi-directional but the MSMQ issue persisted. We submitted another firewall request to open TCP 1801 bi-directional and after doing that MSMQ communication from our Additional…
-
Thank you Jan. This is my issue. I only allowed port 17778, not 17777 through the firewall. I'll submit a firewall change request on our end and go from there.