Comments
-
@"NightEdition" I've seen this before if the user is authenticated via a Windows Group and has never logged into the web console. After logging in to the web console the user can then authenticate to the SDK/API. I suspect it's because prior to log in the user has no entry in the DB, even though its a "Group"…
-
in addition to @"sreenathmp" suggestion you may have to change the logging level on them to see the actions that you want. By default I believe the only log on errors but if you change the logging level you would be able to see when any action is taken…
-
This is geared more towards an SCM use case but you can use the following script as a PowerShell component monitor, it will give you a count and a message will list out the members $groupmembers=Get-LocalGroupMember -Group "Administrators" | Select-Object Name | Out-String Write-Host "Statistic: $($groupmembers.count)"…
-
@"KMSigma.SWI" thanks
-
the odd thing is i had a host pointing to solarwinds and everything was working. then i put it into maintenance mode and i stopped receiving syslog messages, then i took it out and syslog messages started coming through. so i think there may be a bug. Below is a picture of when i stopped receiving syslog messages and when…
-
@"jeremyg" I would look at the VoipEngines Table to make sure there isn't an entry in there for the engine in question if you have VNQM, or the FlowEngines if you have NTA, or IPAM_Engine if you have IPAM. this article may also shed more…
-
@"equator" I just tried this in my 2020.2 instance and experience the same behavior you described, but beyond that I didn't dig much deeper into why it is occurring. When I get more time I'll have to take a look at it. Have you opened a support ticket regarding this yet?
-
I had a question about this particular portion of this post * Has the size of the configuration files on the devices being backed up has significantly increased? I saw this happen when we enabled much more port-security and additional features on every port in our chassis switches. They have 384 ports each, and their…
-
you could create a report that looks at that specific component name (i would name it something specific) and then pass the message field into the report. If you wanted to make it automated you would have to create a powershell script that brings those values in and then updates a custom property you have created below is…
-
Pretty sure the statistic has to be a number without the dashes. Maybe you can change your last part to below Write-Host "Statistic: 1" Write-Host "Message: $lic" Exit 0
-
thank you for the insight again. can you please expand on a multipart "advanced config search"? i'm not sure i know what you are referring to.
-
i would like to exclude trunk ports form this. is there a way that i can do multiple blocks of config within a rule? or is this something that is not available? essentially i would like it to be something along these lines interface g0/1 switchport mode access switchport port-security int g0/2 switchport mode access int…
-
Is it just the interfaces that are missing? or is List Resources not coming up in its entirety
-
Thanks, clarv02 I'm submitting a ticket right now for my own internal tracking. I'm going to reference your ticket number in it, and then post mine to that post you mentioned
-
I want to point this out for planning purposes. See the highlighted part in the below screenshot. I'm not saying that with your current set up it's not possible, but keep this in mind when planning it.
-
serena just for clarification. Does silencing the check silence for all servers or can you silence it on a by server basis?
-
It's fairly simple to create the search query, it's essentially a copy of the above widget with a "WHERE" statement in there. Below is the search query where you can search based off of node caption SELECT DISTINCT n.Caption as [Node] , app.Name as [Name] , concat(app.LastRunDuration, 's') as [Last Run Duration] ,…
-
look at the one that grta posted above, it shows unmanaged and muted for various object types, to include the ones you are asking about. If it doesn't work its probably because you don't have SAM, if that's the case you should just be able to remove the application monitor sections from the query and get Nodes and…
-
Have you seen an issue with this in 12.3 or greater? When I use this query in a widget in 12.3 or greater it does not display correctly. At the bottom right corner, it does not display the total number of nodes and doesn't show the muted objects. in the newer versions did the functionality for a Union all break? Below is a…
-
it is an ESX v5.0
-
yes i have but when i add that in it looks as if the alert no longer works.
-
driegel can you expand on what you are seeing? I am curious regarding what you saw. Was it support that told you it was a known issue? Do they have a timeline on a fix for it, or a workaround?
-
to feed off that have you checked A/V Exclusions? Have you run a permissions checker and done a repair on anything that shows up as failed?
-
rlittle NCM 8.0: I mentioned this during the beta for NCM 8.0 they said to submit as a feature request, and I never got around to it. Until they put something in there you should be able to create a custom query widget to find the info you need. Check out below its a custom query widget for CDP Neighbors Select…
-
what do the logs say?
-
Pretty sure this is not available out of the box. What I might recommend is writing a script that goes thru, looks at the interface descriptions of all the interfaces in the environment for "NPM ON" or whatever indicator you would like, and then have that script remove those interfaces. Then you could have the script run…
-
Case number created for it, Case # 00400243
-
i've removed them to try and eliminate them as being an issue.
-
jblankjblank thank you for the response. would you mind explaining this syntax? I am just curious as to how this works.
-
Have you tried taking a look at this article ? Troubleshoot Asset Inventory issues in SAM