Comments
-
Yes. Please.
-
Also agreed - while I have a use for the product updates available, I have little use for the spammy blog posts.
-
And easy way to monitor replication success would be welcome.
-
Mind you - there is always the possibility that you will train your people to be able to get a better job elsewhere.
-
Though I have a question - will this be granular or, like the other AppInsight templates, be a block of take-it-or-leave-it chunk of 50 licenses spent but there may only be 4 or 5 things you are interested in monitoring? I understand your desire to push license purchases, but I don't see where lack of ala-carte benefits…
-
Yeah, I tracked the the WHERE's down in there but would like a nice view sql button to make it easy.
-
Hmm... would you know where it's saving those? I have several reports built in the new web based reports that I can't find where the reportwriter puts 'em (...\SolarWinds\Orion\Reports)
-
Is this an upcoming change? As I have been able to use (thankfully) SQL in web based reports.
-
Mostly I wanted to start working on getting PS scripts working in SAM, but the TCP monitor has to be applied against the node being tested for the open port and in this case I didn't want to bring in an additional external node into NPM/SAM for just this. Everything works fine when I take out the function part and just…
-
In case anyone else also comes across this thread with this problem, I found a view in the database that brings a lot of this together APM_MultiValueReportsData view definition SELECT c.ID AS ComponentID, ccs.ID as ComponentStatusID, DATEADD(MINUTE, DATEDIFF(MINUTE, GETUTCDATE(), GETDATE()), ccs.[TimeStamp]) as [DateTime],…
-
Thanks gents.
-
Figured it out, I think. Need to specify -cimsession . I guess I've been spoiled by how PDQ handles this.
-
No error message per se - but I did another look and found that I was essentially just pulling scheduled tasks from the SW server, not the server that the monitor was pointing too. ie - the reason why I wasn't getting results is because there was not \fnord taskpath on the Solarwinds server. I guess the question now is why…
-
Thanks Rob - this is a confirmed good kludge to bypass the issue.
-
Good catch, I've gotten so used to unparking 'em that I'd _assumed_ that is what Aaron was referring to.
-
As a quick followup - I've seen it go wrong once, and that just took a quick ticket to SW to clear up.
-
Another year... still a problem.
-
Good old 'Output undefined'
-
If it's a SAM template, all you should have to do is open up the template, check the component and choose disable. If you are referring to the node having been brought in with the teredo interface, you should be able to look at List Resources for the node and take the check box off of "Teredo Tunneling"
-
Good evening Jeremy, Down and dirty, if you have a list of the IP addresses or server names, you can cut and past them into the Specific Nodes section of the Network tab, under Sonar Discovery.
-
Do you mean who is configured as the email recipient of your existing alerts? If so, this might get what you need: SELECT Actiondefinitions.target, AlertDefinitions.AlertDefID, AlertDefinitions.alertname FROM Actiondefinitions INNER JOIN Alertdefinitions ON AlertDefinitions.AlertDefID = Actiondefinitions.AlertDefID WHERE…
-
Gentlemen - thank you both
-
Thank you both gentlemen - I'm working with a network eng who is used to who a different product works. Wanted to verify all of this before reporting back.
-
That it, indeed, is exactly what I am looking for.
-
As a followup (and in case anyone else stumbles across this thread) I had to use the upsBasicOutputStatus and Value for my conditions.
-
"We would like to have multiple clients being monitored but be able to view all of them from a single web interface, as well as provide the client access to their own portal."Solwar If I read this correctly, yes, Solarwinds will do what you want. I think you will want to look at Account Limitations under the user accounts.…
-
Is this just for login times? And are these AD accounts or local Orion accounts? One thing you might want to do is try and login with a different browser (Firefox/Chrome/IE) to see if things change. It's not unheard of that there is a buried or stuck IE setting (possibly set by GPO) that is interfering. Also, are you…
-
Good afternoon, Unless you are running Enterprise Operations Console (EOC), you will likely not need the conversion utility. It is described here on page 32: http://www.solarwinds.com/documentation/Orion/docs/OrionNetworkAtlasAdminGuide.pdf Another useful guide, especially given this is your first install, would be the NPM…
-
You might want to start with the following as a script: get-wmiobject win32_process|where{$_.name -eq "explorer.exe"}|select name,@{n="owner";e={$_.getowner().user}}