Comments
-
Excellent point, and, a great place to look first.
-
I can use a cert to authenticate to a web site, the issue I'm looking to resolve is the "log on locally" requirement for the synthetic users. With the requirement to log on with a smart card to the local machine/server, to allow playback of the synthetic users we've had to disable the mandatory CAC log on policy. I'm…
-
Did you get an answer to this? I use WPM but I have to have the force CAC logon disabled which means outside of testing this isn't going to work. I know how to use Cert / Pin for web authentication but haven't found a way around the CAC login portion.
-
I haven't seen any of the new EOC stuff for 2.0 but I can't wait. More so now with NPM 12. The difference in "look" / "feel" between EOC and NPM now is even more pronounced. Is that something that's being updated as well? Is there anywhere to get any sneak peeks on the newer version of EOC?
-
-
Is poling the right word here or should it be polling? I was going to post about this suspected typo when using the Network Sonar and my search brought me here.
-
Here it is in SWQL -- That's from some other post but I can't remember which one. I use it as a resource on one of my pages, you can put it in as a report as well using SWQL. SELECT N.Caption, N.IP_Address, N.UnManageFrom AS [From], N.UnManageUntil AS [Until], AE.AccountID AS [By], DayDiff(GetUtcDate(), N.UnmanageUntil) AS…
-
Using SWQL I usually use code that is something like what's shown below to do what you're looking for. WHERE Month(ToLocal(DateTimeUTC)) = Month(GetDate()) -1AND daydiff(datetrunc('week',ToLocal(DateTimeUTC)), ToLocal(DateTimeUTC)) +1 in (1,2,3,4,5)AND hour(ToLocal(DateTimeUTC)) >= 6AND hour(ToLocal(DateTimeUTC)) <= 17 I'm…
-
I have a ton of questions about WPM myself much like yours. I'm having a hard time understanding what factors make up the load a player is able to handle. How much does that load have to do with the load on the poller is reporting into? How much of the load is caused by the transaction? Do more synthetic users equal more…
-
This worked for me: https://thwack.solarwinds.com/ideas/2508
-
Do you have NCM? I can see that if you do an SWQL query using NCM.Nodes and NCM.Interfaces you could pull a report by device name with a count on admin status Up/down/total per device.
-
I have the same issue but with Windows 2008 R2. When I initially ran the question through support I was told its most likely an issue with my vCenter settings. But does that mean all of us here have incorrectly vCenter settings? We are running 5.5 currently so I'm curious if the issue is just the account credentials needed…
-
Not sure if you found your answer to this, but, try disabling the mandatory CAC authentication (on the main orion server), then run your search in the web console.
-
Does the site use dynamic URLs / URI's? IE: If you check each step of the recording vs a second run do all the URLs match the ones in the recorded steps?
-
I found for most of WPM when dealing with "pop-ups" you have to be careful in explaining if its the browser presenting the popup or the recorder. With that I learned when using cert based authentication, when presented with the WPM recorder authentication "cert selection pop-up", I'd still have to wait for the Windows…
-
Disable the alert prior to editing, once complete enable the alert. Should get you where you need to be.
-
mesverrum makes some excellent points. An easy way to start with report writing is to first see if you see the information you're looking to report on in your current instance of SolarWinds. For the current question, in your Orion web site if you look at a node do you see the serial number you're expecting to see…
-
Did this ever get resolved, I seem to be having the same problem.
-
1. Often, more often than not it seems. 2. Based on the issue it could change but its usually a mix of multiple tabs, notepad++, pen / paper and the like.
-
If I understand what you are looking for correctly, an easy fix would be to edit your "email action". It sounds like you'd like displayed what you have set already in your NetPerfMon Event Log action. So on the alert action mail to / and on the clear action I'd add the following text to the email: Interface…
-
I've found those same settings as the default settings, and, I've found that if I want my Windows Passthrough Authentication to work, the only one that needs to be enabled is Windows Authentication. Beyond that if I want my Solarwinds Report emails to attach XLS , PDF versions I need to make sure Forms Authentication and…