Comments
-
That seems like something that deserves a Support ticket.
-
Hi glimbeek, I believe this code should do what you're requesting. The structure for our repository when registering new instances follows the syntax of TABLENAME_DBID. You can potentially script a COALESCE function to do a similar job, but I found the most luck with a cursor and temp table to store the values. You could…
-
Orion can also use WMI to monitor disk space for your Windows servers. If you add the node as WMI, however, you'll be unable to monitor interfaces on that node. If you need both, as Samuel says, SNMP will be your best bet.
-
here is an additional question on this same subject... once you have the ad passthru working ( i do not have this working yet mind...) how about the scenario with multiple active directory domains i have DOM1, and DOM2. all users of Orion are members of DOM1, but the orion servers are members of DOM2. I am setting up a…
-
Windows 2012, SQL 2012 and SolarWinds products NPM = Yes (Since 10.6.1) NTA = No I am about to build out a shiny new 2012 R2 server to replace our 32-bit 2003 Orion box. I will pretend their matrix is wrong. If it doesn't work, I suppose I will scrap it and do a 2012 non-r2, or stay on our current junk until they approve…
-
Are web services really the only way to integrate? For most ticketing systems, you can have the Orion alert engines send an email, a syslog, or a trap to open a ticket.
-
Hi You could create a SQL stored proceedure to do this for you Selection criteria: Find any interfaces that do not have the custom property data and then apply this via a template you have created, so that the correct fields are populated with the custom data. or You could use a external perl script to do this for you, it…
-
Hi, We've just migrated to 9.5.1 and are seeing this same behaviour. Did anyone ever report a fix? I've tried with no success to use a custom filter with Order By. Thanks Jase
-
It looks like the way to go is to add to the lowest number server until you hit the 85% mark, then load up the next. Something I noted above is that I am monitoring network drives because they were selected by default during discover/import process. Is there a way to 'unmonitor' network drives in batches? Since we have…
-
Solved my own question...... Current Response Time is: ${SQL:select top 1 APM_ResponseTime.responsetime from (Nodes INNER JOIN APM_AlertsAndReportsData ON (Nodes.NodeID = APM_AlertsAndReportsData.NodeId)) INNER JOIN APM_ResponseTime ON (APM_AlertsAndReportsData.ComponentId = APM_ResponseTime.ComponentID) where…
-
Great idea. We've hurt this complaint before, and it's very likely to come out in the next release.
-
What version are you using? NPM 8.1? or NPM 9.0 SP1? There is no 9.1 yet.
-
1. Create a Group 2. Create a Rule Group: Name it whatever such as USB Whitelist or Authorize USB List Name the deivce whatever you want. I ususally name it as it is detected from the Event Info, such as Kingston_Encrypted_4GB_NetworkAccount The Data on the other hand has to be the Extraneous Info detected by Solarwinds,…
-
I think you're running into an issue that lives between the LEM database and Crystal Reports. The LEM database search itself is case insensitive, but Crystal Reports is doing some additional filtering according to your select expert filters that are turning around and making the searches case sensitive. We've seen this in…
-
I am opening a ticket in a minute but here is how it fails: Here are the steps I took to produce the error with Filtering a custom view by Device Group: 1. Click on Admin 2. Click on Manage views 3. Click on the view to manage and click the edit button. 4. In the View Limitation area, Clicked on Edit next to “No View…
-
Any update or resolution to this?
-
This sounds really irritating, to say the least - did you report this to support by chance?
-
Our Cirrus DB is a little over 2 GB with 497 nodes. It resides on a SQL server that is separate from the application.
-
Wireless Heatmaps will be helpful for my company
-
the 2 hour offset you are seeing here could be a conflict between your Orion front end and your SQL back end. I have seen on occasion that when some data is pulled it retains Orion time and other entries seem to have SQL server time.
-
do anyone happened?
-
You need to know the OID you are looking for and create a custom poller for it.
-
Snowjay, I'm not sure what you mean by "captions". Can you provide more detail on what you were doing before that you can no longer do? That is, what problem were you solving. What's changed? If we inadvertently took away functionality, I want to take care of that. Regards, Denny
-
you are correct in that assumption. The poll time is how often Orion will send to the device to see if it is up. The Statistics is how often Orion will ask for detailed information. All of these are accessable from the settings button when you launch system manager under the polling and statictics tabs.
-
Hi Ian, I have SEC 5.2 and installed in a distributed installation (the DB on SQL Server 2012). I am yet to configure logging, but there are connectors for Sophos Enterprise Database (2.0 and 3.0) under Node connectors. If you installed SEC in one location, deploy the agent to this server then try the Sophos Enterprise 3.0…
-
Sorry for the (possible) silly question: Does your email server and/or desktop client support html in email? (and is active) My company recently switched from an email server that had the ability to show html email, but it was turned off server-side. Not sure of any other settings other than if your clients are disabling…
-
If you use any kind of file security, logins with audit trail to get to the files, Do you back up these logs? Are the backups secured? How are you protecting all your other logs? then you are most likely already in compliance.
-
However, musn't it be installed into the primary polling engine? Yes, it must be on the primary Orion server but are unsure if it would cause too much of burden on the server NetFlow has some impact on the server, but it has more impact on the database because of the amount of data being written. Be sure to optimize DB…
-
Got it. It's something we'll consider for the future.
-
Looks like you should use the UserLogonFailure fields (what's in your "Correlations" box) instead of the FailedAuthentication fields. That should fix it.