Comments
-
@"kavana33" yes
-
@"jgrobinette050" the widget you want to add to display the map you created under Manage Orion Maps is called "Orion Map" as stated in the KB article @"Lifey" posted. Once you add that and select Choose Map you will be presented a list of the Orion Maps you have created.
-
you could always build a custom alert variable to display that data. You can find the table that contains the data that you want and then build a variable to extract that information out of that table.
-
@"jnewell" I remember helping out someone with a similar issue a while back. Take a look at this Thwack Article You may have to change the powershell to get a different stat but should have a lot of what you want like how to poll this data via a powershell script, have SW write it to a Custom Property which you can then…
-
Anytime, glad it worked.
-
user42 widgets were previously referred to as resources (oftentimes you can still see them referenced as resources in the DB). This question needs to be updated to widgets as its outdated terminology, but it is referring specifically to being able to modify views and widgets
-
Hmm I am not the greatest either, its gonna take me some time to figure this out. I don't think my proposed method will work in this way. ***EDIT*** Try the below code. something like this may work for you. Let me know how it goes. SELECT [Node], [OS], [OS Version], [Manufacturer], [Total CPU Sockets], [Total CPU Cores],…
-
you could use a SQL User Experience Component monitor against the SQL server in question and then alert off that
-
hmm perhaps you can turn on debugging and then look at the log and see if that sheds any light on why its not working as expected
-
I believe that your additional polling engine needs to be the same OS as your Primary. Even if it's not stated in the documentation I would not recommend them being different, as a difference in windows update levels and .NET framework patch levels can cause errors in the website. Having them on different OS's will almost…
-
worked like a charm. Thanks
-
tsanchez11 try changing your first line for both to the below ^interface FastEthernet 0/[1-7]{1} the way you had it originally would've looked for an interface with the name "interface FastEthernet 0/41 through 47" (per what you have in the post) or interface FastEthernet 0/01 through 07 (per what you have in the…
-
Yes i have an active support case for this. We are currently working through it, we've discovered that when NPM polls the devices it is returning a temp of 0 degrees celsius which is inaccurate. I believe my ticket is being escalated to dev for support.
-
vonzoom glad I could be of help. a note is that you can replace the loop back with the ${IP} variable and it will just insert the IP of the node the template is applied too
-
deverts I understand now. Let me see if I can cook something up EDIT 1************* deverts, so I was able to develop a query that will display the view name for any device where the view has been statically assigned if on the node propertied screen it is set to "default" the query will return nothing, as it is being…
-
given that I would imagine that the credential you are using for WMI is lacking some permissions have you looked at this article? Success Center- How to create a non-administrator user for SAM polling
-
This can be accomplished by adding in the appropriate custom property in the where statement, below is a modified one using your example as a node custom property called customer with a value of Test. I didn't test it for the interfaces and the applications portion, but because it's still referencing the node table you…
-
When the alert triggers does SolarWinds report the action for restarting the service as completing successfully or does it say failed? a quick way to see this would be on the alert details page for the triggered alert, under the "Alert Status Overview" there is an eyeball icon, if you hover it, it will display the actions…
-
Nope, that should be the log for any alert actions failing. Does SolarWinds report that the action succeeded successfully?
-
Are the inventory steps something that gets built dynamically or are you defining them yourself? Whatever the PCUInventoryStep is looking for it can't find. Unfortunately from the log or the script you posted I can't determine what that step is looking for. Maybe you can run it again and look in the Information Service…
-
below is what i have for a real quick drive size over 90% alert. the snip that i've inserted is usually the most difficult part of setting the alert up. the other settings are pretty self explanatory. essentially just telling it who to alert and method of alerting (e.g. email, page, etc.) when you get to the summary tab at…
-
thank you for the assistance on this. i must have overlooked the configuration note in the component, but once i configured it i was able to pollit successfully. as always a huge help aLTeReGo.
-
for the rabbitMQ issue take a look at this article. Success Center - RabbitMQ Fatal Error Insufficient ciphers Do you have any APE's?
-
Custom Properties can be placed at various object levels, as an example, you could identify a Node Custom Property "Region", and then an Application Custom Property "BusinessService" Every Custom Property is defined on an object basis, it really just comes down to how you use them. For instance, if you create two Node…
-
It is the same process for NTA as well, you would just update the password for the user at the NTA database settings portion of the config wiz
-
have you tried the where statement without the parenthesis? 1 = 1 WHERE Nodes.CustomProperties.IT_Service = 'Service 1' OR Nodes.CustomProperties.IT_Service = 'Service 2'
-
you could turn the script into a scheduled task to make it recurring, I've run into issues with that unmanage utility and have found doing it through the API is much ore reliable.
-
If you look in the Control Panel->Programs and features do you see SolarWinds Log Analyzer AND SolarWinds Log Viewer? In my lab environment where I just installed the basic core (did not select LA as a product to install) all I see is Log Viewer, after installing LA as a product I now see both Once my install is complete…
-
no it does not.
-
does that count match what you see in the web console as your component count? If that count is accurate and you are monitoring 21942 components at the default polling intervals you are over the recommended limit for elements per polling engine as outlined in this article Scalability Engine Guidelines for SolarWinds…