Comments
-
I'll be there and say, "hello". Third year in a row.
-
Are you able to show a screen shot. I got the muted alerts piece to work but not unmanaged as well. I'm not a SQL guru. Top windows: SELECT 'Unmanaged' as [Status] ,n.Caption AS [Node] ,tostring(tolocal(n.UnManageFrom)) AS [From] ,case when n.UnManageUntil is null or n.UnManageUntil = '9999-01-01 00:00:00' then 'Not set'…
-
As of 2019 the agents just run WMI locally...
-
I found it under all settings, WPM settings, that is where i can download the WPM recorder.
-
Thank you for your help in this. We were able to clean it up a little by doing the following: Adding -Trusted to the connection string passes the username and password and allows for use to use a service account. # Parameters $orionServer = "ServerName" #Get snapin if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) {…
-
I'm really new to Solarwinds. I am drinking from the firehouse. I just installed the NPM12.1 web server. I was thinking that would do more than it did. After I read the comments I installed all of the additional modules. Everything looks good now.
-
To mute instead of unmanage it had to be reworked a little. # Search nodes $NodeIPs = Get-SwisData $swis "select IP from orion.nodes n inner join Orion.NodesCustomProperties ncp on n.nodeid = ncp.nodeid where ncp.Update_Schedule like `'$en`'" # Loop Foreach($NodeIP in $NodeIPs){ $NodeURIQuery = "SELECT URI FROM Orion.Nodes…
-
* Node down - Confirm that the selected node or the parent node of the selected object is operationally up. The node is up * Mismatched interval - Confirm that the transform interval of the assigned Universal Device Poller matches the polling interval of the selected object. both are set for 5 minutes from the start *…
-
The website table also will update the "NodeDetailsURL" variable.
-
How do i install the WPM on the users machine?
-
I am fine with taking down the entire environment. But am I supposed to stop all of the services on the pollers so there is no corruption or anything along those lines?
-
Just had to talk it out I guess I switches it to Virtual Servers and then I was able to use the following: Under Trigger conditions I selected F5 LTM Virtual Servers Selected F5 LTM Virtual Servers - F5 Status - is not equal to - Available The VIP: ${N=SwisEntity;M=ShortName} on ${N=SwisEntity;M=F5Device.Caption} is down
-
# Switches that set the variables for this script. These switches are piped in with the exe from task scheduler. # Parameters Param ( [Parameter(ValueFromPipelineByPropertyName)] [string] $env ) # Get date and format it to UTC $now = (Get-Date).ToUniversalTime() # Sets the variables needed, depending on the input # How…
-
After looking again and a again I may have found what I am looking for, kind of. Under Trigger conditions I selected F5 LTM Virtual IP Address Selected F5 LTM Virtual IP Address - F5 Status - is not equal to - Available in my alert I put in: ${N=SwisEntity;M=Device.Caption} ${N=SwisEntity;M=Name} TESTF5.My.Domain Name of…
-
I am in the process of doing this... but I did it in reverse. I upgrade everything to 12.1 and now I am migrating everything up to 2016. three pollers (one main two, additional) One additional web server.