The most recent content from our members.
I'm trying to filter the Top XX Nodes by Current Response Time to filter out certain devices. I have a few devices coming over a cell connection and I know their response time is high so I want them filtered out. They have a comment on each device of "TGB Network" (no quotes) I've tried the filter Comments != 'TGB Network'…
I wrote a filter that would show me all the nodes that happened to have the same IP address defined in the nodes table, excluding Dynamic IPs. (select Dup1.NodeID from Nodes AS Dup1 INNER JOIN Nodes AS Dup2 ON Dup1.NodeID <> Dup2.NodeID AND Dup1.IP_Address = Dup2.IP_Address and Dup1.NodeID = Nodes.NodeID and Dup1.DynamicIP…
Exporting to PDF. When changing the filters and viewing the inforamtion that you want to see, when you press the export to PDF link it only sends the main default page. I want to be able to get these reports/logs with only the information the filters I have chosen and view it or save it to a file.
Hi, We're in the process of building some availability reports that will feed into KPI measurement data for a customer and their nodes. Our hours of service or working/office hours are Monday-Thursday 08.00 – 17.30 and Friday 08.00 – 17.00 (note the 30min early finish on Friday). Below is a screenshot of the logic and…
I am trying to filter pattern "LINEPROTO-5-UPDOWN" and "changed state to down" on the same line of the message. There are other few words in between these two patterns which will always be differing. I used Regular Expression as below LINEPROTO-5-UPDOWN.*changed state to down but it does not work Can anybody suggest, what…
It looks like you're new here. Sign in or register to get started.