Comments
-
jnathlich12 that looks great. wluther have you seen the new PerStack? I just saw the how they built it up in the SolarWinds LAB: SolarWinds Lab #52: Before You Upgrade to NPM 12.1 or SAM 6.4 – PerfStack , New Meraki and AWS Monitoring It kinda builds up something very similar. Where you can compare multiple statistics in…
-
planglois you are welcome.
-
Modifications to the toggleTable javascript. New file has been uploaded. function toggleTable() { var $formFilterdisplay = $('#formFilterTable').css('display'); ($formFilterdisplay === "table") ? $('#formFilterTable').css('display', "none") : $('#formFilterTable').css('display', "table"); $('#showHide').html() == "Hide" ?…
-
wluther I will have to check this out in our environment. You are becoming a good SolarWinds expert. Great Work! Thank you for sharing.
-
I was able to create a Custom Table report and utilize the EventTypes.BackColor to do some slick customizations including multiple custom links. Here is how I did it. I built a web based report using the custom table by adding the Widget on a page and Selecting the Reporting Category and Custom Table. Then selected the…
-
I am actually doing the Create/Orion.Nodes call and the Description field is populating the MachineType and the Description fields is being set to NULL. I have even tried updating the Description field with the Update directive, but it is still not updating.
-
Bump
-
-
-
You could look at the Orion.ResponseTime table which has the Availability field as well as the PercentLoss. Depending on you interface, this is the query you would want to have: SELECT NodeID, DateTime, Archive, AvgResponseTime, MinResponseTime, MaxResponseTime, PercentLoss, Availability FROM Orion.ResponseTime WHERE…
-
meech Ours looks completely different. I created a relationship between the Events and Alerts to provide more details. I also created our own acknowledge link as well. Our NOC uses this instead, provides a more universal view plus they can open tickets from here as well. Fewer clicks means less time to address issues.
-
-
tdanner Is there any update on being able to add ComponentSettings or updating ComponentSettings via SDK?
-
krishnamishra0786, You can create an alert on your own for this situation by checking to see when the lastupdatetime was for the collected data. If the data is 2 times more than a poll interval, then have solarwinds create the alert than no data since X time..
-
We have not opened the ticket yet.
-
We are using the most recent version of Orion 11.5.2
-
Is anyone else having this problem?
-
-
-
I would like to know which table this information is in. I know I can look at the SolaWinds webpage for a node to see them. What I want is to determine this from a programmatic way. I will be doing this with perl.
-
-
Here is a post someone made where they forward over to Netcool. Hope this helps. NPM Integration with Netcool SNMP Probe Charles
-
-
I have been able to do this. Here is how I did it. I built a web based report using the custom table by adding the Widget on a page and Selecting the Reporting Category and Custom Table. Then selected the customize the report in the widget. I then selected the DataSource to be the Advanced Database Query (SWQL, SQL). I…
-
jokerfest It may be better to provide a link to an Event rather than the Alert. Events stick around for historical purposes until they age out, but the Alert has to be active in order to have the link work.