Comments
-
I thank you for the answer but my problem is a way to change the interface statistics collections.
-
I make an alert to email me if any group member status goes down (even when there were other nodes in the group that went down before), I write my solution and wish it can help you. 1. Make a custom property for groups as text. (e.g. chng_date) 2. Make an alert for groups: * * Select I want to alert on to Custom SWQL Alert…
-
I wrote a query like this in custom query, wish can help you.. CODE: SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name], CONCAT(SUBSTRING(tostring(MAX(e.EVENTTIME)),1,4), SUBSTRING(tostring(MAX(e.EVENTTIME)),5,2),…
-
For better show you can use the code below in your email message as HTML: <html><head><style type="text/css">/*<![CDATA[*/table, th, td {border-collapse: collapse; border: 1px solid black; padding: 5px;} th {padding: 15px; text-align: center; background-color: #f1f1c1;} tr:nth-child(even) {background-color: #f2f2f2;} table…
-
try CHAR(10), CHAR(13).
-
Hi, I thank you for this code but I have a problem. This code doesn't show nodes with long down duration, for instance, I have a node which has been down for more than 150 days which is not shown in the table. However, fewer durations are shown.
-
I find a solution, using Abs(n) function instead.. ex. Abs(CurrentValue)
-
Hi, I read your solution and change my code like this: SELECT N.NodeName + ' (' + NCP.UniqueName + ') ' AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], N.DetailsUrl AS [_LinkFor_Node Name], N.CustomProperties.Ticket_No AS Jira_Num, 0+CurrentValue AS Temperature --CHANGE FROM…
-
I think this is correct: 9 success and 1 failure ping = 100 * 9 / 10 = 90% availability
-
Hi everybody, I've set VoIP and Network Quality Manager Settings -> CALL MANAGER & VOIP (PRI) GATEWAY POLLING INTERVAL:5 minutes and Operation Details FREQUENCY: 3 s but I still have the flapping issue.. Can anybody help me to solve this issue??
-
Thank you for your attention, I can solve this problem by adding Nodes.CustomProperties.City to GROUP BY: SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name], Nodes.CustomProperties.City,…
-
I have the same problem but not for monitoring, I want to make SMS panel through custom HTML but I have a problem with GET request.. Is there any way to promote this permission?
-
I have the same problem and when I looked at my database I saw Flows folders which are older than the time I set in the retention period (33 days), as you can find in attached image files' date are for 4 months ago, and I think restarting the server isn't an appropriate way, I will be thankful if anybody can help me with…