Comments
-
New install, no APE or Web servers.
-
Yes, I got that part. I said as much in my original question. Read my question again please. What does ICMP have to do with Statistics polls and SNMP with Status polls? You terms are confusing. Perhaps the Polling Status window should be re-designed to avoid confusion?
-
If I may interject, I am interested in a similar report. Do you know of a way to show IP addresses that DID NOT respond during a discovery?
-
Thanks, Jeff. I already checked the instance, which defaults to "_Total" in the template. I scanned the target server and found that there was no instance name listed, so I edited the component to blank out the instance name. The referenced error resulted. When I initially tested with an instance name, i got the error…
-
That did it, I think. Testing it now. One additional question if you don't mind...... How would you include the IP address and the DNS name of the endpoint in the alert notification?
-
Yes, I am.
-
Ok, so what exactly would be the procedure to "recover" the node and its data? Adding the same node back to the database would do so with a different NodeID, so no connection to old data could be made there. ????
-
Thanks for the reply alterego.
-
No? Well, it seems that it takes some begging anymore to get a question answered on Thwack.
-
Thanks mesverrum, you are johnny-on-the-spot again. Do you happen to have an example of the syntax that would be needed counts the number of disks with down status by nodeID?
-
Anyone?
-
That seems not to have worked. I now have two copies of the icons I want to delete. Next suggestion?
-
Any idea how to get this to work with version 2020.2? When I copy/paste the SWQL from the Hubble page into a new Advanced Query (SWQL) report, the query does not work.
-
I used to have this working on version 2019.4, but after upgrading to 2020.2.1, only the headers are showing. None of the time zones show a date/time stamp. Any ideas why? Same thing happens with this code: <script language="JavaScript"> <!-- function worldClock(zone, region){ var dst = 0 var time = new Date() var gmtMS =…
-
What will the number of components per polling engine be limited to?
-
Anyone?
-
rluther, mesverrum?
-
One final twist on this SWQL query. How would one include a filter so that when an account-limited user logs in, they only see their interfaces in the resource? I know that will involve a custom interface property, but what would the syntax of the Where statement look like?
-
My pleasure. So here is a custom SWQL query to provide direct access to a custom PerfStack project for all interfaces. It includes Total Bytes (Received+Transmitted), Total Errors and Total Discards: SELECT FullName ,'Interface Traffic Stats' AS [Interface Traffic Stats]…
-
That did it finally. Thanks for your patience.
-
Here is the query now: SELECT FullName ,'Interface Traffic Stats' AS [Interface Traffic Stats]…
-
Added those and still getting the error.
-
Here is the query. Am I missinga JOIN statement? SELECT FullName ,'Interface Traffic Stats' AS [Interface Traffic Stats]…
-
I spoke too soon it appears. The query was accepted, but when I click on a project link, all I get is the chart for the Total Bytes. The other two data types are not displayed. i also get an error pop up on the chart page: When I click for details, I get: I suspect that somewhere in there are the details of what went…
-
That got it. Thanks so much wluther!
-
rluther, how would the Node query be adapted to query Interface dat such as Total Bytes (Transmit + Receive), Discards (Transmit + Receive), and Errors (Transmit + Receive)?
-
???
-
I would like to adapt this example for Node data to work with three pieces of data from interfaces: Total Bytes (Transmit + Receive), Discards (Transmit + Receive), and Errors (Transmit + Receive). However, I am having a little difficulty determining the exact variable format to place in the SWQL query to get this data.…
-
Yes, each customer has their version of a Summary page that is account limited. I'll look at it some more and let you know if I have any issues. Thanks again for your help.
-
I guess I'm a little dense (That's why I have to ask), but it looks like on still has to "build" a custom project for each customer, city, etc, by changing the nodeID and/or interfaceID in the URL to match what belongs to that customer. What I am trying to do if possible, is have a link on a customer view that goes…