HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //proc/self/root/usr/lib/netdata/conf.d/go.d/snmp.profiles/default/fortinet-fortigate.yaml
# Profile for Fortinet FortiGate devices
#
# For Fortinet FortiGate devices, the sysDescr is not a reliable source of info.

extends:
  - _system-base.yaml
  - _std-if-mib.yaml
  - _fortinet-fortigate-vpn-tunnel.yaml

device:
  vendor: "fortinet"

# All fortinet devices have sysObjectID starting with `1.3.6.1.4.1.12356.101.1` (fgModel)
# We only target Fortinet Fortigate devices (1.3.6.1.4.1.12356.101/fnFortiGateMib)
sysobjectid: 1.3.6.1.4.1.12356.101.1.*

# Note related to use of index `1` of entPhysicalTable columns:
# Based on snmpwalks of Fortigate devices, the main/chassis hardware have the index `1`
# Librennms is also using index `1`: https://github.com/librenms/librenms/blob/1ac60e3b1d90616119f3c4adc28213e3c35c2477/includes/definitions/discovery/fortigate.yaml#L10-L13
metadata:
  device:
    fields:
      vendor:
        value: "Fortinet"
      serial_number:
        symbol:
          MIB: ENTITY-MIB
          OID: 1.3.6.1.2.1.47.1.1.1.1.11.1 # entPhysicalSerialNum OID at index `1`
          name: entPhysicalSerialNum
          # Examples: `FG5H1E1110000000`
      version:
        symbol:
          MIB: FORTINET-FORTIGATE-MIB
          OID: 1.3.6.1.4.1.12356.101.4.1.1.0
          name: fgSysVersion
          # Example fgSysVersion (Firmware version of the device)
          # - v5.6.4,build1575,180425 (GA)
          # - v5.4.8,build1183,180115 (GA)
      product_name:
        symbol:
          OID: 1.3.6.1.2.1.47.1.1.1.1.10.1 # entPhysicalName OID at index `1`
          name: entPhysicalSoftwareRev
          match_pattern: '^(\S+)\s+'
          match_value: "$1"
          # Examples: `FortiGate-1500D` from `FortiGate-1500D v5.4.8,build1183b1183,180115 (GA)`
      model:
        symbol:
          OID: 1.3.6.1.2.1.47.1.1.1.1.13.1 # entPhysicalModelName OID at index `1`
          name: entPhysicalModelName
          # Examples: `FGT_501E`
      os_name:
        # "FortiOS is a security-hardened, purpose-built operating system that is the software foundation of FortiGate.
        # Control all the security and networking capabilities in all your FortiGates across your entire network with
        # one intuitive operating system."
        # source: 'http://www.corex.at/Produktinfos/FortiOS_6_0.pdf'
        value: FortiOS
      os_version:
        # The device firmware version and FortiOS version are same
        symbol:
          MIB: FORTINET-FORTIGATE-MIB
          OID: 1.3.6.1.4.1.12356.101.4.1.1.0
          name: fgSysVersion
          match_pattern: 'v([\d.]+)'
          match_value: "$1"
          # Examples: `5.6.4` from `v5.6.4,build1575,180425 (GA)`

# https://mibbrowser.online/mibdb_search.php?mib=FORTINET-FORTIGATE-MIB
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/fortinet/FORTINET-FORTIGATE-MIB

metrics:
  ### CPU
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      OID: 1.3.6.1.4.1.12356.101.4.1.3.0
      name: cpu.usage # fgSysCpuUsage
      chart_meta:
        description: The current CPU utilization
        family: 'System/CPU/Usage'
        unit: "%"

  ### Processors
  - MIB: FORTINET-FORTIGATE-MIB
    table:
      OID: 1.3.6.1.4.1.12356.101.4.4.2
      name: fgProcessorTable
    symbols:
      - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.6
        name: fgProcessorPktRxCount
        chart_meta:
          description: Number of packets received by this processor
          family: 'System/Processor/Packet/In'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.7
        name: fgProcessorPktTxCount
        chart_meta:
          description: Number of packets transmitted by this processor
          family: 'System/Processor/Packet/Out'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.8
        name: fgProcessorPktDroppedCount
        chart_meta:
          description: Number of packets dropped by this processor
          family: 'System/Processor/Packet/Dropped'
          unit: "{drop}/s"
    metric_tags:
      - tag: processor_index
        symbol:
          OID: 1.3.6.1.4.1.12356.101.4.4.2.1.1
          name: fgProcessorEntIndex

  - MIB: FORTINET-FORTIGATE-MIB
    table:
      OID: 1.3.6.1.4.1.12356.101.4.4.2
      name: fgProcessorTable
    symbols:
      # The processor's CPU usage (percentage), which is an average calculated over the last minute.
      - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.2
        name: fgProcessorUsage
        chart_meta:
          description: Processor CPU usage averaged over last minute
          family: 'System/Processor/Usage/Total'
          unit: "%"
      # The processor's CPU system space usage, which is an average calculated over the last minute.
      - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.10
        name: fgProcessorSysUsage
        chart_meta:
          description: Processor CPU system space usage averaged over last minute
          family: 'System/Processor/Usage/System'
          unit: "%"
    metric_tags:
      # A unique identifier within the fgProcessorTable.
      - tag: processor_index
        symbol:
          OID: 1.3.6.1.4.1.12356.101.4.4.2.1.1
          name: fgProcessorEntIndex

  ### Memory
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Current memory utilization (percentage).
      OID: 1.3.6.1.4.1.12356.101.4.1.4.0
      name: fgSysMemUsage
      chart_meta:
        description: Current memory utilization
        family: 'System/Memory/Usage'
        unit: "%"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Total physical memory (RAM) installed (KB).
      OID: 1.3.6.1.4.1.12356.101.4.1.5.0
      name: fgSysMemCapacity
      scale_factor: 1024
      chart_meta:
        description: Total physical memory installed
        family: 'System/Memory/Total'
        unit: "By"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Current lowmem utilization (percentage). Lowmem is memory available for the kernel's own data structures and kernel specific tables. The system can get into a bad state if it runs out of lowmem.
      OID: 1.3.6.1.4.1.12356.101.4.1.9.0
      name: fgSysLowMemUsage
      chart_meta:
        description: Current low memory utilization
        family: 'System/Memory/LowMem/Usage'
        unit: "%"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Total lowmem capacity (KB). See fgSysLowMemUsage for the description of lowmem.
      OID: 1.3.6.1.4.1.12356.101.4.1.10.0
      name: fgSysLowMemCapacity
      scale_factor: 1024
      chart_meta:
        description: Total low memory capacity
        family: 'System/Memory/LowMem/Total'
        unit: "By"

  ### Disk
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Current hard disk usage (MB), if disk is present.
      OID: 1.3.6.1.4.1.12356.101.4.1.6.0
      name: fgSysDiskUsage
      scale_factor: 1048576
      chart_meta:
        description: Current hard disk usage
        family: 'System/Disk/Space/Used'
        unit: "By"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Total hard disk capacity (MB), if disk is present.
      OID: 1.3.6.1.4.1.12356.101.4.1.7.0
      name: fgSysDiskCapacity
      scale_factor: 1048576
      chart_meta:
        description: Total hard disk capacity
        family: 'System/Disk/Space/Total'
        unit: "By"

  ### Virtual Domains
  # A table of virtual domains configured on the device.
  - MIB: FORTINET-FORTIGATE-MIB
    table:
      OID: 1.3.6.1.4.1.12356.101.3.2.1
      name: fgVdTable
    symbols:
      # Operation mode of the virtual domain: nat(1), transparent(2)
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.3
        name: fgVdEntOpMode
        chart_meta:
          description: Operation mode of the virtual domain
          family: 'Security/VirtualDomain/Status/OperationMode'
          unit: "{status}"
        mapping:
          1: nat
          2: transparent
      # HA cluster member state of the virtual domain on this device: master(1), backup(2), standalone(3)
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.4
        name: fgVdEntHaState
        chart_meta:
          description: HA cluster member state of the virtual domain
          family: 'Security/VirtualDomain/Status/HighAvailability'
          unit: "{status}"
        mapping:
          1: master
          2: backup
          3: standalone
      # CPU usage of the virtual domain (percentage).
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.5
        name: fgVdEntCpuUsage
        chart_meta:
          description: CPU usage of the virtual domain
          family: 'Security/VirtualDomain/CPU/Usage'
          unit: "%"
      # Memory usage of the virtual domain (percentage).
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.6
        name: fgVdEntMemUsage
        chart_meta:
          description: Memory usage of the virtual domain
          family: 'Security/VirtualDomain/Memory/Usage'
          unit: "%"
      # Number of active sessions on the virtual domain.
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.7
        name: fgVdEntSesCount
        chart_meta:
          description: Number of active sessions on the virtual domain
          family: 'Security/VirtualDomain/Session/Active'
          unit: "{session}"
      # The session setup rate on the virtual domain.
      - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.8
        name: fgVdEntSesRate
        chart_meta:
          description: Session setup rate on the virtual domain
          family: 'Security/VirtualDomain/Session/Rate'
          unit: "{session}/s"
    metric_tags:
      - tag: virtualdomain_index
        symbol:
          OID: 1.3.6.1.4.1.12356.101.3.2.1.1.1
          name: fgVdEntIndex
      - tag: virtualdomain_name
        symbol:
          OID: 1.3.6.1.4.1.12356.101.3.2.1.1.2
          name: fgVdEntName

  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # The number of virtual domains in vdTable.
      OID: 1.3.6.1.4.1.12356.101.3.1.1.0
      name: fgVdNumber
      chart_meta:
        description: Number of virtual domains in vdTable
        family: 'Security/VirtualDomain/Active'
        unit: "{domain}"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # The maximum number of virtual domains allowed on the device as allowed by hardware and/or licensing.
      OID: 1.3.6.1.4.1.12356.101.3.1.2.0
      name: fgVdMaxVdoms
      chart_meta:
        description: Maximum number of virtual domains allowed on the device
        family: 'Security/VirtualDomain/Maximum'
        unit: "{domain}"

  ### Sessions
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Number of active sessions on the device.
      OID: 1.3.6.1.4.1.12356.101.4.1.8.0
      name: fgSysSesCount
      chart_meta:
        description: Number of active sessions on the device
        family: 'Security/Session/Active/Count'
        unit: "{session}"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # The average session setup rate over the past minute.
      OID: 1.3.6.1.4.1.12356.101.4.1.11.0
      name: fgSysSesRate1
      chart_meta:
        description: Average session setup rate over the past minute
        family: 'Security/Session/Rate/Average'
        unit: "{session}/s"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Number of active ipv6 sessions on the device.
      OID: 1.3.6.1.4.1.12356.101.4.1.15.0
      name: fgSysSes6Count
      chart_meta:
        description: Number of active IPv6 sessions on the device
        family: 'Security/Session/IPv6/Active/Count'
        unit: "{session}"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # The average ipv6 session setup rate over the past minute.
      OID: 1.3.6.1.4.1.12356.101.4.1.16.0
      name: fgSysSes6Rate1
      chart_meta:
        description: Average IPv6 session setup rate over the past minute
        family: 'Security/Session/IPv6/Rate/Average'
        unit: "{session}/s"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # HTTP proxy current connections.
      OID: 1.3.6.1.4.1.12356.101.10.100.4.0
      name: fgApHTTPConnections
      chart_meta:
        description: Current number of HTTP proxy connections
        family: 'Security/Proxy/HTTP/Connection/Active'
        unit: "{connection}"
  - MIB: FORTINET-FORTIGATE-MIB
    symbol:
      # Maximum number of connections supported by HTTP proxy.
      OID: 1.3.6.1.4.1.12356.101.10.100.5.0
      name: fgApHTTPMaxConnections
      chart_meta:
        description: Maximum number of connections supported by HTTP proxy
        family: 'Security/Proxy/HTTP/Connection/Maximum'
        unit: "{connection}"

  ### Firewall
  # Firewall policy statistics table.
  - MIB: FORTINET-FORTIGATE-MIB
    table:
      OID: 1.3.6.1.4.1.12356.101.5.1.2.1
      name: fgFwPolStatsTable
    symbols:
      # Number of packets matched to policy (passed or blocked, depending on policy action). Count is from the time the policy became active.
      - OID: 1.3.6.1.4.1.12356.101.5.1.2.1.1.2
        name: fgFwPolPktCount
        chart_meta:
          description: Number of packets matched to firewall policy
          family: 'Security/Firewall/Policy/Packet/Count'
          unit: "{packet}/s"
      # Number of bytes in packets matching the policy.
      - OID: 1.3.6.1.4.1.12356.101.5.1.2.1.1.3
        name: fgFwPolByteCount
        chart_meta:
          description: Number of bytes in packets matching firewall policy
          family: 'Security/Firewall/Policy/Throughput/Total'
          unit: "By/s"
    metric_tags:
      # Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
      - tag: virtualdomain_index
        index: 1
      # Firewall policy ID. Only enabled policies are present in this table. Policy IDs are only unique within a virtual domain.
      - tag: policy_index
        index: 2

  # Firewall policy6 statistics table.
  - MIB: FORTINET-FORTIGATE-MIB
    table:
      OID: 1.3.6.1.4.1.12356.101.5.1.2.2
      name: fgFwPol6StatsTable
    symbols:
      # Number of packets matched to policy (passed or blocked, depending on policy action). Count is from the time the policy became active.
      - OID: 1.3.6.1.4.1.12356.101.5.1.2.2.1.2
        name: fgFwPol6PktCount
        chart_meta:
          description: Number of packets matched to firewall policy6
          family: 'Security/Firewall/Policy6/Packet/Count'
          unit: "{packet}/s"
      # Number of bytes in packets matching the policy. See fgFwPol6PktCount.
      - OID: 1.3.6.1.4.1.12356.101.5.1.2.2.1.3
        name: fgFwPol6ByteCount
        chart_meta:
          description: Number of bytes in packets matching firewall policy6
          family: 'Security/Firewall/Policy6/Throughput/Total'
          unit: "By/s"
    metric_tags:
      # Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
      - tag: virtualdomain_index
        index: 1
      # Firewall policy6 ID. Only enabled policies are present in this table. Policy IDs are only unique within a virtual domain.
      - tag: policy6_index
        index: 2