Quantcast
Channel: THWACK: Unanswered Discussions - Network Performance Monitor
Viewing all 11013 articles
Browse latest View live

Alerting on Dynamic Baseline Thresholds for Response Time

$
0
0

I'm having problems with alerts I created to trigger when the current response time has reached or surpassed the Critical value in the Dynamic Baseline Thresholds.

I tried using the standard alert creation setup, and using SWQL. The alert is triggering when 1 returned response time value is higher than the threshold, vs waiting until that condition is met for 9 minutes as configured.

 

 

 

SWQL version of the alert:

    (I know response time table isn't needed, but I thought it may help since it has a time column.)

 

 

Standard version of the alert:

 

 


PDU Table for NPM using UDT

$
0
0

Hi,

 

We have Siemon branded PDU's within our data centre that im getting some snmp information out of for power/temp/humidity stats out of.

 

We are looking at trying to get some information similar to the webpage into solarwinds, for individual outlets

 

I know all the OID's I need to use, just wanted to know if there is a way to create a table with multiple UDPs in it, that can look similar to that?

 

TIA

Web Based Report - How add Node availability in a Custom table

$
0
0

Dear Geek,

 

I am trying to create a report with server name , IP Address and then availability for last month using web based report

While adding new column , i couldn't find any metrics that speaks about the node availability percent

 

Could you kindly help to add the availability metrics (specific to nodes) into the report

 

FYI: Using Report writer, i am able to see the availability metrics directly, I am looking fwd for options in Web based

Many, many groups to create - how can I?

$
0
0

I apologise up front as this frustrates me. We tend to install / start to use and then investigate the best way how-to afterwards. I believe that use of the SDK and / or powershell scripts, etc would potentially achieve what we need in this situation, but neither I, nor others in the team are users of SDK's, scripts, etc

 

I have seen: Intro to API, SDK & SWQL after I'd asked: Uninitiated to the SDK (to which I'd still appreciate replies)  and am going through it slowly but I don't believe I will be able to get anywhere near up to speed quickly enough to do what is  necessary. So to try and help alleviate much repetition by me (primarily) ...

 

So this is one of those situations where we are told 'do' and no thought as to the how or if we are trained / capable... 

 

Senior management want an ASAP completion of the following:

 

Creation of >500 groups and sub-groups.

Creation of the same number of custom properties matching the above group names.

 

On the presumption I already have the group names in a CSV or text format, can anyone detail how can I acheive this without knowing how to write or edit scripts, etc?

Web based availability with custom date range.

$
0
0

Normally I use the report writer to get average available over the last retail month (Using the retail calendar), however after the last round of upgrades the report is no longer working so I am looking to re-create the report using the web based report tools.

 

I can not see to find a way to specify a custom time frame. Am I missing something or do I need to write a custom report for this?

 

Screenshot below, no option to specify a custom time frame.

 

Getting the Alert History with Incident Number

$
0
0

Hi All,

 

Can somebody help me in getting the Report on Alert History with the Incident number with SQL query?

 

Regards

S Prasanth.

Issues with Cisco Nexus switchs (In ACI mode) ports monitoring in Solarwinds NPM

$
0
0

Hi everybody,

We have a Cisco ACI infrastructure which we want to monitor with Solarwinds NPM. At this time we only added APIC devices and we can see only basic config like EPGs, Tenants and Cisco Nexus switchs (95k and 93k) global status however what we want to have visibility on Nexus switchs ports (When they are working in ACI mode).

According to the support team this feature is not supported yet.But is the dev team planning to Add this feature in the next releases ?

Thanks in advance.

Managing Hardware Sensor Thresholds

$
0
0

I am setting up some hardware sensor alerts for fans, temperature, voltage, etc. for some equipment in our data center. On the "Manage Sensor Status" page, how does Orion calculate their thresholds? i would assume it calculates some sort of baseline and creates the thresholds on how much it deviates from that, but wanted to get some clarification.


How to create variable dates and node IDs when migrating Report Writer custom reports to Web Console

$
0
0

Since Report Writer will be going away and we have several custom reports that we use for metrics, I'm trying to migrate them from Report Writer to Web-Based reporting. I have copied the SQL code and pasted it in the Web Console but I can't find a way to make it so that I can change the dates on the reports or how to change the node ID that I need the information on.

 

For example, I run a report every month that shows all the nodes (offices) bandwidth utilization. When I copied the SQL and ran the web based report, there is no where to change the dates (EX. 5/1-5/31, or last 30 days). Similarly, I run reports on specific offices (nodes) to show how often their MPLS circuits are getting overutilized, but I don't see a way to have the node ID be a variable where I put in the specific node ID that I need said information on.

 

Is there a way to do this in the web-based reports?

 

WHERE

( DateTime BETWEEN 43624 AND 43655 ) <-- this needs to be able to be a specific date range or last 30 days

AND 

(

  (Nodes.NodeID = 34) <-- this needs to be able to be changed to other node IDs AND

  (DATEPART(weekday, DateTime) <> 1) AND

  (DATEPART(weekday, DateTime) <> 7) AND

  (DatePart(Hour,DateTime) > 8) AND

  (DatePart(Hour,DateTime) < 17) AND

  (DATEPART(weekday, DateTime) <> 2)

)

Cisco 4G LTE OID for Current RSRP, RSRQ, SINR, and SNR

$
0
0

Guys,

 

I know the MIB ciscoWanCellExtMIB 1.3.6.1.4.1.9.9.817 has aggregate info regarding some of these values, but in the Universal Device Poller, is there any way to pull these as individual stats? I was able to locate one for RSSI values (c3gCurrentGsmRssi). Any body know of any magical OID's that would help?

Heres what Iv got so far:

 

Question on Chart 'Last Month' Time Frame

$
0
0

Hello Everyone,

 

The chart you see below is for the period July 1 through July 31, and only part of the month has data so far. It is sampled for 'Every Seven Days'.

 

The question: when does the 'seven days' begin, and how are part weeks handled.

 

Thanks in advance, your help is appreciated.

 

Cheers! -- Brent

 

Network Atlas?

$
0
0

Hi,

Currently trying to get the most out of our Orion dashboard. I keep seeing links to download Network Atlas to use features like wireless heat maps and things like that. Is network atlas an additional cost? or is this free to install and use with orion if we have already purchased solarwinds. Thanks!

 

-Joe

Adding Nodes Using Powershell or Other

$
0
0

Hi there,

 

 

I'm currently writing a script to automate the adding of Nodes to our Orion platform.

 

This powershell uses the Swis Powershell module and works perfect. Is there a particular way I can get to add the volumes etc via powershell as well?

 

I have attempted to us the Discovery API which does appear find the necessary volumes and add them, however, but for some reason it duplicates the node (despite "AllowDuplicateNode" being set to false.

 

Does anyone have any ideas at all on either using the Discovery API or powershell to add volumes?

 

Many thanks in advance.

ServiceNow Integration - SolarWinds Making Too Many REST Calls

$
0
0

Hi all,

 

I've been informed by our Service Now team that SolarWinds is making REST calls to ServiceNow at an alarming rate. Every 20 seconds SolarWinds seems to make GET call to "/api/now/table/x_sow_intapp_incident_event". I want to limit this, but I can't find a way of doing so. My guess is that its querying that table to find out if the status of an incident has changed. I've looked in advanced config, and I've scoured the server for config XMLs and even logs. I can't find anything pertaining to this problem. If you remove these specific REST calls from the ServiceNow logs, there are only 79 calls. When included, there are thousands of the same call every 20 seconds.

It would be fine, if ServiceNow weren't bringing in a REST call limit on their license model. Current predictions suggest SolarWinds alone will go way above the limit.

 

Any help would be appreciated.

 

Kind Regards,

 

JWTech.

How to add last 30 days sql query in the below query ??

$
0
0

Need to get only last 30 days data in below query.

 

SELECT TOP 1000 SummaryDate, SourceSiteName, DisplayTarget, AVGofAvgJitter, SourceNodeID, TargetNodeID, AVGofAvgJitterSourcetoDestination, AVGofAvgJitterDestinationtoSource, OperationID

FROM Orion.IpSla.OperationsJitter


Need Solarwinds windows agent version(1.9.186.0)

$
0
0

Hi All,

 

From the "Manage Agent" section, I can Download the latest version(2.1.0.666) of Windows agent. But I need the older version (1.9.186.0).

Could anyone help me on this. It is too urgent to me.

 

Email id : somdutta@wiley.com

Contact number : +91 8981888353

 

Thanks,

Somnath

"Alert Migration Failed"

$
0
0

After my last upgrade to Orion 2019.2 (and probably a few versions before this and I just ignored this message,) I see an error that three of my alerts could not be migrated. They are disabled but I'd like to just delete them so the error doesn't show up next time. How do I delete and/or fix these alerts?

Remove Telnet and HTTP links from Node Details Resource

$
0
0

I was asked today by our Information Protection Security admin why there is a link for 'Telnet' and 'HTTP' connections for all nodes showing in our Orion deployment and basically, anyone can click those links...

 

This is a good question since 'Telnet' Is NOT permitted and HTTP for nodes is not permitted.  We are using SSH for access and Orion and the Orion web console are HTTPS only.

 

So has anyone been successful in getting rid of the Telnet and HTTP links at the bottom of the Node Details Resource?  Is this possible?  Or is there a resource just like the Node Details resource that doesn't have these links in them?

F5 Partitions - What I am missing?

$
0
0

I do not see which partition the pool is a part of on the F5 details page(s). Does SolarWinds not pull this back? It is kinda important as we use partitions to seperate environments, and pools names can be common.

Solarwinds Unexpected Website Error: Value cannot be null parameter name: values

$
0
0

Hi,

 

I've Solarwind NPM 12, from yesterday when I trying to login after entering user name password we got error message,

 

Solarwinds Unexpected Website Error: Value cannot be null parameter name: values

 

Please can some one help.

 

Regards,

 

Jawwad~

Viewing all 11013 articles
Browse latest View live


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