Quantcast
Channel: THWACK: Message List

Re: Upgrade to 2019.4 - Pre-flight check errors

0
0

Interestingly after comparing the files (going cross eyed doing it) i couldn't find the differences but i did find this.

 

Running the pre-flight check on the main poller directly came back clean, i was running it from an AWS before and to this day still tells me i have two pollers in an inconsistent state. As the main poller is coming back clean i will run the installer from there.

 

Once getting past this I ran into another issue in that the OLV installer will only let you put the database on the same SQL server as the main DB, I have two SQL servers and wanted to put the OLV database alongside the flow database.

 

I don't fancy letting the centralised installer do it's work and then have to re-run the config wizard on each server to get it to the right place


Re: Configuration Wizard Error

0
0

even using domain admin account i am getting the same error.

 

There is a Windows defender and Firewall in ON state.. customer is not agreeing to disable it..

Re: LDAP and Client Name Changes

0
0

Hi

 

From experience, the LDAP sync will handle some field changes just fine but for name or email addresses changes I have found it easiest to actually go in and edit the Client record directly in WHD to reflect your AD changes before the next LDAP sync runs. That way your Client will retain the ticket history & assigned assets etc.

 

Also- you can set LDAP to sync using either User name or email address (under LDAP Connections> Connection Basics> Advanced> Bulk Synchronisation if you are editing an existing connection), so that might work for you depending on whether the username and email address are both changing in your instance?

 

Thanks

Custom Tile - Alerts Filtering

0
0

Hi All,

 

I have setup custom tile and set filter using a custom property, tile shows proper information for the filtered nodes. But on the top 5 alerts section, if I click on an alert, it shows active alerts for all the nodes, not the filtered one.

 

Can someone help me how to show alerts for the particular on nodes on active alerts page. Screenshots below

 

Here it shows 12 high response time alerts for these nodes.

When I click on the alert it shows alerts for all the nodes, find the numbers below.

Help me how to achieve the filtered alerts.

 

Thanks in advance.

 

Can you guys help me.

Script LabwlutherKMSigmaaLTeReGo

AVAILABILITY QUERY IS DROPPING DATA

0
0

I have this SQL query that gives me the average availability of the previous month for the firewalls at my sites:

DECLARE @startOfCurrentMonth DATETIME  
SET @startOfCurrentMonth = DATEADD(month, DATEDIFF(month, 0, CURRENT_TIMESTAMP), 0)  
SELECT  
sub.SummaryMonth AS Month_Of,  
AVG (sub.AVERAGE_of_Availability) as Total_Average  
FROM  
(  
SELECT Nodes.VendorIcon AS Vendor_Icon,  
Nodes.Caption AS NodeName,  
Nodes.MachineType AS Machine_Type,  
AVG(ResponseTime.Availability) AS AVERAGE_of_Availability,  
CONVERT(DateTime,  
LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)),  
101) AS SummaryMonth  
FROM  
Nodes INNER JOIN ResponseTime ON (Nodes.NodeID = ResponseTime.NodeID)  
WHERE  
( datetime >= DATEADD(month, -1, @startOfCurrentMonth) AND datetime < @startOfCurrentMonth )  
AND   
(    (Nodes.Caption LIKE '%-FW')  
)  
GROUP BY CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101),  
Nodes.VendorIcon, Nodes.Caption, Nodes.MachineType  
) sub  
GROUP BY sub.SummaryMonth  

 

However, the percentage that is returned keeps changing. I figured this was because there is some Availability retention setting that is less than 30 days or something. i've done some research, and it seems the Daily Statistics Retention setting is used for availability retention. I have mine set for 90 days, but the percentage was still changing.

 

I then played with the query a little bit and came up with this to see what data was getting pulled in:

 

DECLARE @startOfCurrentMonth DATETIME  
SET @startOfCurrentMonth = DATEADD(month, DATEDIFF(month, 0, CURRENT_TIMESTAMP), 0)  
SELECT Nodes.VendorIcon AS Vendor_Icon,  
Nodes.Caption AS NodeName,  
Nodes.MachineType AS Machine_Type,      
--find where responsetime.availability is pulling  
ResponseTime.Availability AS AVERAGE_of_Availability,  
CONVERT(DateTime,  
LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)),  
101) AS SummaryMonth,  
DateTime, ResponseTime.NodeID  
FROM  
Nodes INNER JOIN ResponseTime ON (Nodes.NodeID = ResponseTime.NodeID)  
WHERE  
( datetime >= DATEADD(month, -1, @startOfCurrentMonth) AND datetime < @startOfCurrentMonth )  
AND   
(    (Nodes.Caption LIKE '%-FW')  
)  
GROUP BY CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101),  
Nodes.VendorIcon, Nodes.Caption, Nodes.MachineType, ResponseTime.Availability, DateTime, ResponseTime.NodeID  
Order BY DateTime

 

It looks like it is just appending the data again? i figure this is because it is a view maybe?

 

So, my question is what am i doing wrong here? where is ResponseTime.Availability getting pulled from for that view?

I'm just trying to pull in the average availability for devices that end in '-FW'.

 

Thank you all in advance.

Re: Custom Tile - Alerts Filtering

0
0

haja4nhn I think what you are wanting SHOULD be how those two widgets work together. If I were making it, I'd want the filter from any widget to be automatically applied to any link also on the widget. Unfortunately, I think they are currently working as they have been built. Unless I'm way off here, I'd think this would be a perfect example of not only a Feature Request, but a good UX example too. I'm not sure who is running UX for NPM now, but maybe kbongi or ashley.orr could point you to the correct person.

 

Until then, I wonder if we could gather enough pieces to build our own solution, using some SWQL and a Custom Query widget... No promises, but I'll put it on my list of things to work on, and see what we come up with.

Re: SAM and CPU Monitoring

0
0

If the condition must exist for 20 minutes, why would a one time spike cause the alert to trigger?  I am seeing the same thing on my on prem servers.

Re: API for automated update of fields for Solarwinds NPM

0
0

I have been trying this add_node.py. I could add nodes with IP we inserting. Other properties and such and also how to have an "API", never used or created one. To make it automated with CMDB. Thank you in advance..


Re: How to Integrate SEM (LEM) to IBM XGS 3100 (IPS/IDS)

0
0

Hi ghayas,

 

Oh! When license is expired no new nodes can be added.  You will have to work with licensing and renewals if you previously had a license.  If this was an eval you should work with Sales.

 

After you do that you should work with support because if you see the ip address coming into the syslog files then we can work from there.

 

Main thing:
Do you see the ip address of the IBM device in any of the logs that you had a screenshot of?

 

Once you work out the licensing you should talk to support to help you identify where the logs are going.

Re: Where can I find Log Analyzer logs on Orion server?

0
0

Ticket seemed to have died last Friday, i've asked a few questions back to my support tech and i can't get a reply from them.





Latest Images