Quantcast
Channel: THWACK: Message List
Viewing all 20866 articles
Browse latest View live

Re: LEM admin guide

$
0
0

Neat.

jhynds

 

I'm seeing the same thing clicking those links. It seems like the re-direct there isn't working correctly.

 

Not sure why you can't find it in a search, from support.solarwinds.com I just typed in "LEM admin guide" and it came up:

 

LEM Administrator Guide


Re: COMPONENT BASED ALERTS SEND MULTIPLE COMPONENT OBJECTS

$
0
0

oh sorry, I misunderstood what you were wanting. Alerting on the component will generate an alert for every component that meets the trigger condition, using the new macros will eliminate it from having emails with the same component listed in multiple emails.

 

my bad, I get what you're saying though about wanting to use those variables in the application alert.

Re: LEM Archive Config Unscheduled but Running

$
0
0

I haven't seen it before. You can try to remove the credentials, but that may cause a different issue.

 

If you haven't done so already and are able to, you might try restarting the manager service and checking the settings again.

Re: How to generate a web based report for all the alert names configured in solarwinds

$
0
0

The below SWQL Query will get you what you need.

 

SELECT Name,Description,CreatedBy,Enabled

FROM Orion.AlertConfigurations

 

The AlertConfigurations table has what you're looking for, you can look at the full table using the SWQL Studio and find that data you need. The above command includes what you're after.

 

prashantsingh was looking at a more appropriate table in his response, in that table "AlertConfigurations" you're able to find all alerts, their status, as well as who created the alert. I'd suggest you study that table if you need to add any columns in the future.

Re: LEM admin guide

Re: DPA table that relates the DBUSER name with the SQLHASH

$
0
0

Well, I'm able to go from DB User name to DBUSERID and then use that in a table to get the wait times with the following

 

select * from CONU_2 cu

join CON_DBUSER_SUM_2 c2 on c2.DBUSERID = cu.ID

join CON_DBUSER_TEN_MINUTE_2 c10 on c10.DBUSERID = cu.ID

where NAME ='PIMSdbSvcRpt200d'

 

however, the DATEHOUR I'm interested in is earlier than is available so, I'm close, but not sure yet how to get historical data.

 

Still need help lol

 

Mike

Re: Why is ALTER ANY CONNECTION needed?

Re: Auto Dependency Restriction

$
0
0

I also have seen it struggle with LWAP's, marking them as the parent of the switch they connect to. 


Re: COMPONENT BASED ALERTS SEND MULTIPLE COMPONENT OBJECTS

$
0
0

Very cool Chris. I knew there had to be someone out there wanting the same.

 

I'm going to hack around and try it out!

Clients randomly deactivated

$
0
0

AHs anyone seen clients radnomly deactivate and create a second account? We have recently started seeing users with two accounts, one active and one inactive. When you search for the user on the active one comes up even if the search included inactive users. The only way the accounts can be seen is by searching for the ticket. LDAP enabled, Client login attribute set to email. Any suggestions would be great.Web Help Desk@

Soooo close!

Re: Soooo close!

$
0
0

Man .. go hit Geek Speak - put your 2 cents in 20 times! y

Re: SolarWinds Agent using 2-3+ GB RAM

$
0
0

We still have the issue.. Any news?

 

Version: http://www.solarwinds.com/Orion Platform 2018.4 HF3, NPM 12.4, NTA 4.5.0, SAM 6.8.0, NetPath 1.1.4

 

Service was restarted, this picture is after 15 minuttes. (This agent was also reinstalled..)

Re: DPA and Amazon Aurora

Re: LEM vs. Threat Monitor vs. Kiwi Syslog?

$
0
0

The easy answer is that they were all 3 developed by completely separate companies and acquired by Solarwinds. 

 

In practice they have lots of overlap but I would say the main differences boil down to these

 

Kiwi - locally hosted, 2 million messages per hour

LEM - locally hosted, 16 million messages per hour (given a powerful enough server) - Can also pull events from a few additional sources outside the common syslog/trap/windows events

Threat Monitor - Cloud based (with local collectors), can't find any publicly documented rate limits - Can also pull events from a few additional types sources


Re: Can we set up a custom profile to monitor changes made to the local administrator group on a server?

$
0
0

Within SCM you can tell it to run any powershell script you want and it will just retain the results and you can track them for changes over time, so this could be a pretty decent use case.

Out of the box there isn't a profile for tracking users yet, but I bet this would be a good feature request to get added in natively.

Server configuration profiles

Re: SolarWinds Agent using 2-3+ GB RAM

Re: 'Session expired' message

$
0
0

That was not the issue.  The issue was with some junk left over in the database that the upgrade had left there.  Here's the solution that worked for me from customer support.  This will most likely not work in cases where you are not migrating the orion web server to a new hostname or new server, but I'm leaving this here for the next weary Googler looking for answers:

 

If you are getting "your session has expired" message.
You need to run the query below in the Database manager on the Main app server:

DECLARE @oldHostname nvarchar(max)
SET @oldHostname = 'Server1' < ----  Put OLD  host name
DECLARE @newHostname nvarchar(max)
SET @newHostname = 'Server2'  < ----  Put NEW  host name

UPDATE Engines SET ServerName = @newHostname WHERE ServerName = @oldHostname
UPDATE WebSettings SET SettingValue = @newHostname WHERE SettingName = 'JobSchedulerHost'
UPDATE Websites SET ServerName = @newHostname WHERE ServerName = @oldHostname
UPDATE OrionServers SET HostName = @newHostname WHERE HostName = @oldHostname

Login as local admin on the Main Poller server, then run Database Manager, right click the database instance, select New Query.


Since I have access to the database, I checked the values that were stored in the locations in the query.  The values were only present in the 'Engines' and 'Websites' tables.  Since each table had 2 rows, one with the old hostname and one with the new, Instead of replacing the values in those tables as the query does, I just deleted the rows with the old hostname.

Re: SAM - File present monitor

$
0
0

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

Re: NodeID is not automatically generated in NodesCustomProperties table

Viewing all 20866 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>