Comments
-
Thank you.
-
did you put an "Order By" at the end? i had to ensure i put that at the end of the query in the widget in order to not get the same error you talked about. i just threw this in there Order By [Days Left]
-
Is there anything in the business layer log referencing the PCU Inventory Step? you may need to increase the log level to see it. From what I'm reading above its hard to determine if that log correlates with the error you're seeing in the discovery API.
-
Under the node details is where it can be determined what creds are being used for managing the node.
-
you have tried using the "Cisco IOS" template on both devices and still receive the same error on the non-working one? Have you put in a support ticket for this issue?
-
all the components are returning this error. the host that i have the monitor applied to is running ESXi 6.0 update 1
-
Glad to hear it. I would double-check now that the logs have been rolled whether your DB maintenance is no longer canceling out. Should be able to run it ad-hoc to find out
-
No, my rep didn't say how the release was going to work, just that a new one is going to be released. My experience was specific to individual AD accounts. I didn't bother looking at groups, etc.
-
How about like this? 1 = 1 WHERE (Nodes.CustomProperties.IT_Service = 'Service 1' OR Nodes.CustomProperties.IT_Service = 'Service 2' AND (ForecastCapacity.InstanceCaption NOT LIKE '*Memory*'))
-
Are you referring to a custom variable you created only showing the first output?
-
@"cwjohnson3rd" this is a pretty good example I've used in the past with a good amount of success. https://thwack.solarwinds.com/t5/SAM-Discussions/SAM-PagerDuty-integration-issues-with-volume-names/m-p/314843
-
@"jnewell" is the above your complete script? if not are you able to post it here?
-
perhaps you could run a repair on the SolarWinds Orion SyslogTraps found in programs and features and run a config wiz to see if that corrects it
-
@"klevans8907" I agree with you, its most likely something with that specific server and you may have to repair WMI on it. But before you proceed with something like that I would wait for the results back from the server's owner regarding the prior KB article.
-
@"alamubarak" I would recommend opening a support ticket if you haven't already, as well as ensure that you run the configuration wizard as admin as @"shuth" mentioned, run the Orion permissions checker and repair any failures, disable UAC, and ensure that AV exclusions are in place.
-
@"Pawan2020" if you're executing it from an Orion server you could use the "-Certificate" flag instead of a username and pass. Also I wonder if you forcing it to communicate over TLS 1.2 is causing issues. maybe you could delete that part of the script as well and test it out.
-
@"wywilliams" there are a couple of ways to conduct this. * Configure the POST action for every alert that contains the information that you would require. This does involve configuring every desired alert to have this POST action. * Develop a query that looks at the Events table in SolarWinds and picks out the required…
-
i looks like it works in a very general term. Im gonna need to go through and get a good test switch so i can test this a little more.
-
when defining the datasource there is an option to define an SWQL/SQL query
-
I've seen this when the next poll time is set to a date in the past. can you look at the Nodes table in the DB for a node experiencing this and see what its next poll time is?
-
I hate to say it, but after looking at this some more, it does not look like during the actual polling they store the certificate details in any table like they display during the test.
-
Oh I understand now. To do that you'd have to put the line you have above in every select statement below is an example of it modified for every beginning select statement and a screenshot of it working -- Unmanaged Nodes SELECT 'Unmanaged' as [Status] ,n.Caption AS [Node] ,'Node' AS [Object] ,n.customproperties.customer…
-
APM is what SAM used to be called. But in order to use the method you have referenced in the post, you do need SAM installed to restart a service in this way. Do you have SAM installed?
-
Yes that was the behavior I saw as well yesterday, I removed it and still saw it as an installed product in my environment, even the web console presented me with option that are only available when the full version is installed. I wonder what happens if you do a complete uninstall of all the products and re-install…
-
You should turn on debug logging for the template and see what the log for the app says when you try to run in.
-
no prob, glad to help If you remove the grouping it'll display in a single row like below. I think this would look cleaner in a view
-
Hmm, I would recommend putting in a support ticket to SolarWinds if you haven't done so already. Those are the two top things I've seen that cause this problem. As for the mismatch it has to do with the way joins work (I'm not a SQL guru so I couldn't explain it if I tried). I would rely on the web console count, however,…
-
It looks like the formatting is incorrect, see below the first couple of items in there show you how to build out the request correctly REST · solarwinds/OrionSDK Wiki · GitHub
-
whats the error in the RabbitMQ log?
-
No the custom properties allow you to group those particular widgets in a logical grouping that makes sense to your organization