Comments
-
Been digging around a bit, and it seems that there is now an APM_HardwareInfo table that will contain the nodes that have Hardware health enabled. If you don't want it on for anything then run this SQL query: Update APM_HardwareInfo Set IsDisabled = 1 That will disable Hardware Health polling for everything. If there are…
-
So there are a couple of ways to do this. This first is to run this: Select Caption from Nodes N Join APM_AlertsAndReportsData A on N.NodeID = A.NodeId Where N.NodeID NOT IN (Select NodeID from APM_AlertsAndReportsData Where ApplicationName = 'Name of your template)') And Vendor = 'Windows' Just replace the Name of your…
-
OK thank you for the information.
-
Are you running Hyper V core or are you running 2008 with Hyper V?
-
Excellent information. I knew there was something that needed to be done with exchange, but couldn't remember if it was a profile or not. This option in Exchange would need to be setup and the reply email would need to domain in it.
-
Bassem, We will have your case re-opened and have the contact on the case changed to you in order to continue with this. Regards, Matt
-
And this is where I'm running into the issue. I can't seem to see anything within IPAM that shows when a DNS record is removed. We've had several instances where DNS records were inexplicably removed and if I look at the IPAM events, there's no event showing IPAM detected it.
-
I've run into that and ended up having to unmanage and remanage the application to clear it up.
-
Working with some of my colleagues we were able to come up with this. This goes as far back as August. Now, please note, this will only work for as long as you've been on 10.4 as I believe that's when the auditing events for node added were created. Select Count(*) AS Now_Value, (Select COUNT(*) As Monthly_Addition from…
-
Yeah, it looks like they didn't put Hardware in there. About the only other option would be to work with SW and provide them a MIB walk using the snmpwalk.exe tool.
-
Well dang, there's just no simple reason why this is hiding from you that I can see. If you create a brand new view with just that resource, does it show up?
-
In the filter results yes, but you'd have to have a grouping of any of the following apply.
-
I know there are no apps assigned. The issue is that manage nodes is saying there is and that they are unknown.
-
I've downloaded this, but noticed it's a VB script, so I don't have the option to have it run remotely on the target location. Would I have to use an agent in order to do this?
-
OK I see what you're talking about. I'm not able to duplicate the behavior you are seeing. When I set this to a custom property, then the nodes that come back in the dropdown afterwards are only nodes that have the same values. I'd recommend opening a case with support in case there may be something if the nodes that do…
-
It's due to how the alert looks at the variable. I know another user was able to do something similar in Re: Help with SQL query in Alert. Basically you have to do: ${SQL:Select (Column1 + char(9) ) FROM Table where NodeID = '${NodeID}' FOR XML RAW(''), ELEMENTS}
-
So interestingly enough I had to restart the services on my RC server this morning, and in the Settings, the Customer Portal integration is gone. When I try to sign in, I now get this: I'm wondering if the data is still being held in the DB somewhere and needs to be removed. If so, could you let us know which table the…
-
The file you are looking for is NetworkAtlas.log. This should be on the machine you are using the atlas on. If you are on Win 2003, the path would be C:\Documents and Settings\All Users\ApplicationData\SolarWinds\NetworkAtlas. The previous path I have was for Win 2008.
-
I'm guessing this was a reply from an email. It did not come through, or if it did, I can't read it.
-
No, if you save this then go back out to the powershell monitor and look at the execution mode:
-
Yeah. You'd have to start with v7.2.2 on the new server then upgrade to 7.3. If you tried the other way, going to 7.3.1 first, then uninstall to go back to 7.2.2, you have to remove the NCM directory out of the Program Files (x86)\Solarwinds\Orion directory first otherwise you'll run into issues.
-
I haven't yet, I'm still contemplating it. It's a method that support has to walk you through though. I'm still trying to determine if I should just wait it out until development addresses it, since the alerts still work I merely cannot edit them or add new without SQL intervention, or if I should bite the bullet and go…
-
That's the table. When you hit Execute Query, it should populate the results of what's in the table based on your SQL statement.
-
As far back as I've used the product I had never seen that capability in the alerts. I know the threshold option has always been there in the web, but not a connecting alert to that threshold value for Node statistics.
-
On the Group results by, drop that down and choose NodeName That should allow for one entry rather than multiple.
-
A small change that might help would be item descriptions in the thwack store. I realize most of it is fairly self explanatory, but having a pop up perhaps when clicking on an item that has a small description of the item. One example is the laptop sleeve. While a laptop sleeve is pretty straight forward, what size laptop…
-
DanielleH, Thank you for the information. I don't know why, but for some reason I was thinking the Ask area was a shortcut for creating questions, not searching.
-
I noticed the memory used variable still works, but the CPU load does not. I have to find it's equivalent. Not a fun task to be sure.
-
Odd, they weren't happening to get an error regarding the user wasn't granted login rights to the local machine, were they? Regards, Matthew Harvey Loop1 Systems
-
I would have to agree with HolyGuacamole here. The FailOver engine would be the better option to have for what you are looking for. Have everything monitored by one server and a failover sever configured as a standby.