Comments
-
+
-
+
-
I handle this problem with API script like @"marlief22" mentioned In my case I use powershell. There are some examples at Github. For example to get into this example is easy for understanding https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/Update.Captions.ps1
-
Hi, I need a script which adds a device automatically. These devices are all linux vms with same snmpV3 credentials. I want to add them and auto import: * all interfaces which start with 'ens', 'eno' or 'eth' * all volumes with typ 'fixed disk' or ''mount point' * other resources should NOT be added Therefore I got this…
-
No I dont use a custom variable. I tried ${N=SwisEntity;M=ComponentAlert.StatisticData} --> shows just the value of the first statistic data ${N=SwisEntity;M=MultipleStatisticData.NumericData} --> shows just the value of the first statistic data ${N=SwisEntity;M=MultipleStatisticData.Label} --> shows just the label of the…
-
I was able to find my example discover in the database. The information matches also with the python script from clarv02 (Re: Node Resource Discovery Via JSON API ). But I'm still not sure about the syntax. Web GUI: Database Output of Web GUI Discover: ... <DiscoveryPluginConfigurationBase…
-
Hmm okay I understand. To note a result of this discussion, its not possible to limit by group membership how I want to It could be so easy and I cant understand why this isnt implemented already .. @I LIKE EGGS Thank you for your ideas
-
Is there a way to use SNMPv3 as polling method and used stored credentials instead of parsing these to the script?
-
I tried this one but it just shows the first output, but its possible to have up to 10 StatisticData and Messages. Is there a way to get all Statistic Data?
-
Hmm okay I thought there is maybe a solution with certificates. How does the authentication for an manual install via wget work?
-
Hmm found maybe a new opportunity Using complex conditions: At the first section filter Nodes by their groupmembership like you did via SWQL. So we could create an template for our users, where they only adjust the groupname. At the second section use the normal trigger condition window. Just an idea, I have to test this
-
I searched with SWQL Studio for the attribute but it looks like there is no xml stored. Instead I found some columns e.g. in Orion.DiscoveryProfiles which contains the data I searched for. So I have still the problem that i dont know which attributes are valid for the xml
-
Thanks, I'll try.
-
Ok I tried that, looks fine too, but you're limiting yourself with that because you're not able to use all properties of the nodes. Hope you can you get me. I think I´m not the only one how want to use this. Maybe a feature request is the best way to fix this problem, but I think this will take a long time to implement.
-
First thank you for testing and working out. I see thats a way to configure that. For me that works fine but we have a lot of users which can create alert for their nodes by themself. So these users dont know how the database looks like, so its very hard to configure the trigger via SWQL-Query. For a perfect solution it…
-
-
Thank you for your quick response. This works as expected. Thank you. Is there a way to configure the agent without saving a password for an user in a file?
-
@"jm_sysadmin" I tried this but another problem occurred. If I use dot sourcing all parameters are passed as an array to the called script. This means all passed parameters are stored in an array in $args[0]. So if I want to access the agruments in the called script I have to access them like $args[0][0] or $args[0][1] and…
-
@"sturdyerde" Thank you for your explanation. I will try this
-
@"serena" as you can see in my last screenshot i already tried to use ${Application.Name} and it did not work. This variable is also available in the document at "MISC" of the first link. But this article refers to script monitors, so I'm not sure if this should also work with an ODBC User Expericene Monitor. Do you have…
-
Thank you for your answer. I will try to test this if this fix my needs.
-
In my enviroment its only possible to see the deployment health when i use the webserver from the orion core. If i want to see the deployment health when i use the additional webserver i can just see a blank page.
-
Found the problem! The message name must apparently be the same as that of the statistics. I didn't know that. I tried to represent the problem, but at least in the output I got the message(variable) with wronge name and NaN. With my problem I had not seen the message at all. See picture!
-
Yes it can hold NULL as value. If you set the value of a custom property to nothing in the WebGUI the field in the DB show NULL
-
This script is working well. One further question. Is it possible to set some filters for volumes and interfaces? I'm not sure if there are some XML-Tags for that. Greetings Domi
-
This answer is pretty old but I have a question about that. I see it isnt a problem to create a new custom property and copy/paste the values. BUT when I used the old custom property for grouping, alerts or so on I have to change this everywhere manually. Or is there a way that I can replace this easier?
-
Exactly what I needed!
-
Thank you for your answer, but I already read this. I dont know why I have to set a member definition, because the definition should be this group shouldnt it? I'm confused about that. I want to create a container. Therefore I set all parameters (name, parentid), why do I have to define that this new container should be a…
-
And how do you do that? Its not possible to filter on groupmembership at 'scope of alert'
-
What do you mean? I want to alert on Nodes I just search for an opportunity to filter for group membership