Paessler PRTG : Formel Sensor

Das Netzwerk Management System PRTG bietet sehr viele horvorragene Sensoren. Um Daten aus mehreren  Sensoren in einem neuen Sensor zu addieren (z.B. Datenmengen aus mehreren Uplinkports der Switches) kann der Formelsensor helfen. Mit diesem kann man Kanäle aus verschiedenen Sensoren per selbstgewählter Formel zusammenfassen und auch eigene Bedingungen definieren wann der Sensor in den Fehlerstatus gehen soll.   Ein Beispiel für eine Kanaldefinition könnte folgendermaßen aussehen: #1: Total Banwidth [Gbit/s] channel(<sensorId1>,<channelId1>) + channel(<sensorId2>,<channelId2>) + channel(<sensorId3>,<channelId3>) + channel(<sensorId4>,<channelId4>) So können die Daten des Kanals 1 der Sensoren 10 und 11 zusammenzählen. Formelsensor ID = 1000 #1: TEST1 channel (10,1) + channel (11,1) #2: TEST2 channel (12,1) + channel (13,1)   Leider ist es nicht möglich auf die Daten des Sensors selbst (ID=1000) zuzugreifen. …

weiterlesen ….

sFlow Filter im PRTG Network Monitor und ihre Syntax

Filter rules are based on the following format: field[filter] Samples: SourceIP[10.0.0.1] SourceIP[10.*.*.*] SourceIP[10.0.0.0/10] DestinationIP[10.0.0.120-130] DestinationPort[80-88] Protocol[UDP] Complex expressions can be created using parentheses and and/or/not: Protocol[TCP] and not (DestinationIP[10.0.0.1] or SourceIP[10.0.0.0] Samples: SourceIP[10.0.0.1] SourceIP[10.*.*.*] SourceIP[10.0.0.0/10] DestinationIP[10.0.0.120-130] DestinationPort[80-88] Protocol[UDP] Valid fields are: IP Port SourceIP SourcePort DestinationIP DestinationPort Protocol (values: TCP, UDP, ICMP, OSPFIGP or any number) ToS Additional Sniffer Fields: MAC SourceMAC DestinationMAC EtherType (values IPV4, ARP,RARP,APPLE, AARP,IPV6 ,IPXold, IPX or any number) Additional NetFlow v5 / jFlow fields: Interface ASI InboundInterface OutboundInterface SourceASI DestinationASI Additional NetFlow v9 fields: Interface ASI InboundInterface OutboundInterface SourceASI DestinationASI MAC SourceMAC DestinationMAC Mask SourceMask DestinationMask Note: ‚Masks‘ represent subnet masks in the form of a single number (’number of contiguous bits‘) NextHop (IP address) …

weiterlesen ….