Comments
-
I'd have to agree with choly that it's not possible. The fastbit database, unlike SQL isn't going to be instance based, or offer the ability to create more than one database. As well, the systems probably would be unable to share the same database due the relational nature of SolarWinds software.
-
I don't think you can set it up in that manner. You may want to try to add it into a custom HTML resource that can be added one the page. Otherwise I'm not sure it's going to be possible especially through the help button.
-
I had done something similar a while back. It's a pretty involved query, but you have to be able to search the auditing events for the alertdefID and use the node ID as well in order to find any auditing events tied to a specific alert. I unfortunately no longer have the exact query I used the last time I set that up. I'll…
-
I'm wondering then, based on how these were developed/built, if it's not able to use a non-admin credential, or could be something to do with SQL itself.
-
With WMI, Microsoft requires administrative rights. There are ways to get it to use less rights, however, it requires some registry changes on the server to allow lower rights. I believe aLTeReGo has a post about setting up WMI to use non-admin rights.
-
I had this issue with one group I was with and unfortunately ended up having to remove and re-add the DC out of UDT before I could get it to stabilize.
-
All the execution for the maintenance already occurs on the SQL server. The only thing the server does is send a command to begin maintenance and log the progression based on the feedback from the SQL server. Most of your network utilization between the app and SQL servers are going to be website calls for data, polling…
-
Database maintenance is a number of stored procedures in the database that are called by the commands from the Orion server. There isn't an easy way to run these in a scripted manner other than what the program does. This maintenance task runs automatically every night. Is there a reason you are wanting to run it manually…
-
The reason this is being removed from all devices is that all devices share the same view in the website. What you want to do is create a unique view that can be assigned to these firewalls. To do this, go into Settings > Manage Views, find the Node Details View and copy the view. Once done, edit the copy, rename it for…
-
I think there should be a way to filter at least on threads that have had a correct answer marked or helpful answer. Would help a bit I would think.
-
I ran into this issue myself. In order to get the custom property to pass into the alert I had to build out the following variable: ${SQL:Select SupportGroup from APM_ApplicationCustomProperties ACP JOIN APM_AlertsAndReportsData A on ACP.ApplicationID = A.ApplicationID Where A.ComponentID = ${ComponentID}} You should be…
-
You need to edit the alert, go into the Trigger actions, edit the action you have and put content into the email. This is the default text that's put into the email action. You need to remove it and add in the values you want. There is a variable builder that will allow you to add the information you wish to see. Some…
-
What browser are you using? There are some edits I had to do with a previous group I was with to get it working in any browser other than Chrome. There may be some editing you need to do.
-
Virtually anything being monitored by Orion can be displayed on the Network Atlas. If the IPsec VPNs are being monitored, then you can manually add them to the map. Regards, Matthew Harvey Loop1 Systems
-
If this was being used in a resource filter, you need to remove that filter. The easiest way to do it would be to change the URL to http:\\server\Orion\Admin go to Manage Views, edit the home page and then removed and re-add the resource, most likely the node list. If this doesn't work, please don't hesitate to open a case…
-
are you referring to the rights you grant a user login into the website to see the node? If so, that's WebViewer. If you need them to download a node, that's webdownloader. If they need to be admins, that's Engineer. Or are you referring to rights to download the configs from the node itself? That would be the same user…
-
Anyone? I've not had any real forward movement with my support case, so I was hoping that someone here had dealt with a similar issue.