Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - David Jesus

#1
Thx again, in that case I don't need the alarms to stay since I can just go to the event log to know wen it happened and all the information regarding that moment.
#2
Thx gdodd I am hard coding and using thresholds to get the alarms wen it get to 50% and 100% of data transfer, I am now going to make the calculations to get the 75% alarm.
The problem that i have now is that yes it gives the alarm wen it goes hover the 50% mark but i want the notification of the alarm to stay to see at what time it happened.
#3
Hello,

I am trying to create an alarm that will trigger wen the outbound traffic on some ports reaches 50%,75% and 100%, but since my knowledge of the program is very little I would like some help.

Thanks.

#4
General Support / Re: Deleting Objects interfaces
March 27, 2018, 12:11:59 PM
Thx Tursiops the code works!
#5
General Support / Re: Deleting Objects interfaces
March 23, 2018, 07:13:25 PM
Looks that I have to do the same, thx again for the help.
#6
General Support / Re: Deleting Objects interfaces
March 23, 2018, 06:38:10 PM
Thx Stan, I used your example, I changed it to help me but the problem is that the ports are still coming back.
I want the ports fa1 to fa8 to but I does not work.
I am using this script:
if ($1->name ilike "*fa.*"){
      return false;}

return true;
#7
General Support / Deleting Objects interfaces
March 22, 2018, 02:17:56 PM
Hi, I am new to this program and I started using it for 3 weeks on an database already build from the previous internee, my colleagues want me to delete the interfaces that don't exist from the switches but every time I delete it comes back is there a way to only make the program show the ports that exist.