Hi, While adding the win 2k3 server under → WINDOWS SERVER 2003 DOMAIN CONTROLLER SECURITY,it show failed with down status.
PFA error and kindly let me know how to resolve it.
Thanks
PowerShell 2.0 must be installed on the Orion server and the Domain Controller. WinRM must also be configured on both the Orion server, as well as the Domain Controller being monitored. To configure WinRM once PowerShell 2.0 is installed follow the steps outlined below:
Configuring Windows Remote Management (WinRM)
winrm quickconfigwinrm set winrm/config/client @{TrustedHosts="IP_ADDRESS"}
where IP address is the IP address of your APM server.
Thanks, Now its working. but still one of the components is showing down.
Please find attached error snap. Also i would like to know how to create email alert if the user accounts get locked.
BR,
The "Logon Failure: Unknown user name or password" component is looking for Windows Event Logs that match that particular event type. The fact that it's red/down is saying that someone has attempted to login using the wrong username or password within the last 7 minutes. It's not a problem with the template. It's functioning as expected when those events exist on the domain controller. If that's not how you want it to behave you can either disable that component entirely, or you can alter this components status behavior by editing the template and changing the "If a match is found in a polling period, component status is" option.
"Down" is what it's currently configured for
"Up" means that this component will be "Up" only if this event is found during the polling interval
"Based on Event Types" means that the component will be "Warning" if the event log severity for the Windows Event Log found is "Warning" or it will report the status of this component as "Critical" if the event log severity is "Critical.
"Based on Event Count" allows you to define warning and critical threshold based on the number of occurrences of these events found during a single polling period. E.G. (up/green < 5) [warning => 5 occurrences] [critical => 10]
HI,
Could you please help me in creating an alert for locked user ? Mean to say if any user get locked then it Solarwinds shoud alert it via email.