Comments
-
If I put it with the standard code used in alerts $ it does not work, the whole “formula” is rendered as text. Don’t know if there is another way to do it, meanwhile I’ve also opened a topic on the forum which is related to this matter and what I wanted to achieve thwack.solarwinds.com/.../53584 any idea is more than…
-
Interesting question, I'll generalize it a bit: What if I can have someone in the US to receive the price for me? Are non-US residents excluded before or after the drawing? Thanks
-
Thank you very much Mavturner! This is definitely another “hidden gem”, and with this post I have discovered the “SWQL Studio” of the SDK from which I can get the name of all the tables and Columns usable with SWQL (even if I’m asking why they’re different from SQL ones). Unfortunately I don’t seem to be able to obtain a…
-
Hi, A feature of network atlas we use and is not replicable elsewhere is creating datacenter diagrams, in which we can have the racks of the datacenters, with the servers / devices inside the rack and then the status dot connected to the actual node in orion. This is a kind of map that ignores and doesn't need to show…
-
In reply to mavturner, I think that we need different permission for everything, starting with the different modules. Even inside the modules current permissions are very limited, SAM allows for user or admin, nothing in between.. so if I want an operator to unmanage an application monitor, I have to make him admin . Also…
-
This is interesting, but is there a way to use custom SQL Variables? (like the ones used in alerts ${SQL: select... }) I want to bind thin wifi ap added to NPM as nodes, to the view of the thin wifi ap that I can get using the wireless part of the NPM.. and to do so I need a query. Thank you.
-
Also (I'm still in an older version right now, so don't know if this has been fixed) but view limitation is just that, a view limitation.. you'll miss web-parts to click to, but if you just put there a direct link to a node or to a view, you'll access it with the kind of role defined in the user account setup. This is…
-
Option 3 seems the best one to me. Other than this, it would be useful to have some sort of (custom) properties with coordinates to 'automatically' place the groups (or nodes) in the right places. Something that may work with a sql filter: display where coordinates not null AND node.property = ... AND .. But don't know if…
-
I finished it, had a red x only on number 2, but honestly I couldn't find a better alternative
-
Totally agree with this, I think I've sumbitted an idea YEARS ago for permission granularity for the reason you mention but also for the possibility to have different read and write accesses for the same account. i.e. Sees everything but can edit nodes of a particular area (custom property based). Now you can set view…
-
it's the same here
-
Hi, A feature of network atlas we use and is not replicable elsewhere is creating datacenter diagrams, in which we can have the racks of the datacenters, with the servers / devices inside the rack and then the status dot connected to the actual node in orion. This is a kind of map that ignores and doesn't need to show…
-
For me it would be ok, the information of "where the node/group is" must be put in the orion DB by us, the users, after all. Sure, it would be easier to just associate an address (postal one) than gps coordinates, but I immagine that it could be difficult to implement and to standardize. In both cases, for me it would be…
-
Nice to see that europe is starting to get attention Do you think that contests like this with amazon gifts will cover all the EU amazon countries soon? (such as IT.. or FR)
-
* Visual firewall connection mapping * SD-WAN controller/edge maps
-
Just for information, when the points are going to be added to the profile? I've done last week quiz (without being logged on, but specifying the username at the end) but I didn't receive the points yet. Thanks Edit: The current contest instead is telling me "You have already completed this survey." while, well, I haven't…
-
yep we saw, we kinda have to "force" the sales rep to say that modules were still available, to the point that I had to go to the website to make evident that the modules quotes can still be requested. That said they built a new quote with the modules that is identical to HCO one, but they discounted more…
-
I've sent you a DM, thanks
-
That's not what the sales rep made us understand, so really interesting to know, thanks.
-
I'm having the exact same issue, but on 2024.4, everything was perfect for us in 2024.2, but since 2024.4 the platform is not stable, it's like something causes cpu and memory leak on NTA and Job Engine. I've opened a case but the support has been really poor up until now, as often lately and sadly.
-
Same here, how does the last sync work?
-
Yep for me the setting the db to trustworthy was absolutely needed, for both databases and linked servers (together with "cloning" the user)
-
I tried it and it doesn't work either. The solarwinds' reportinguser is a SQL user without login, I've created exactly the same, with the same SID and the same name on my support db and then I've given it permissions, but it does not work.. still the same error as OP (just a different sid of course).
-
Hi, thanks, but this will grant select rights on that particular table, still inside your orion db, I have to grant a db which is a different one (not the orion one), and that I cannot do it since the user is defined at the database level and not at server level... which is the same issue the OP is encountering, he cannot…
-
Hi did you manage to solve this? I have the same issue and I think that the only solution would be to somehow have the reporting user defined at the server level, instead of at db level as it is now, so that I can then grant permission on other dbs / linked servers.. but how can we do that? We don't even have the password…
-
Ok, and is it possible to trigger the script on a custom property value change?
-
So with the SDK you can't script something / sql querying something in a custom way? I think that potentially it can be done with alerts too, executing custom scripts.
-
Same issue on 2022.4, opened a case, will let you know
-
Since this happened to me and I found what it is, I reply even if the topic is super old. If you configure the action, removing some ticket properties that had values selected, it will show that alert. If you re-select the properties, then empty the values in the properties (i saved at this point) and then re-remove the…
-
The only way I found was to move the logic onto servicenow itself. Thus I don't set anything on orion for when the alert resets, but I use the fact that orion writes a work note on the ticket, to trigger a business rule which manages resolution and reopening of the ticket based on the content of the worknote written by…