Skip to main content

Fujitsu Germany GmbH SNMP Traps

Plugin: go.d.plugin Module: snmp_traps

Overview

Receive, decode, and store SNMP traps and INFORMs from Fujitsu Germany GmbH devices with Netdata. The bundled Fujitsu Germany GmbH trap profile decodes 2629 trap definitions across 56 MIBs into structured journal events with named, typed varbinds — searchable and filterable in the Logs tab.

Netdata's SNMP trap listener receives traps on UDP/162, matches them to the Fujitsu Germany GmbH enterprise OID space, and decodes the varbinds using the bundled Fujitsu Germany GmbH trap profile. No per-trap configuration.

This integration is supported on all platforms.

This integration supports multiple instances configured side-by-side.

Default Behavior

Auto-Detection

Traps from Fujitsu Germany GmbH devices are decoded automatically once the device is pointed at the Agent's trap listener.

Limits

The default configuration for this integration does not impose any limits.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup

You can configure the snmp_traps collector in two ways:

MethodBest forHow to
UIFast setup without editing filesGo to Nodes → Configure this node → Collectors → Jobs, search for snmp_traps, then click + to add a job.
FileIf you prefer configuring via file, or need to automate deployments (e.g., with Ansible)Edit go.d/snmp.conf and add a job.
important

UI configuration requires paid Netdata Cloud plan.

Prerequisites

SNMP access

SNMP must be enabled on the device and reachable from the Netdata Agent acting as the site's SNMP hub.

Configuration

Options

Configure the SNMP collector with the device hostname and SNMP credentials. See the SNMP collector reference for all options.

via UI

Configure the snmp_traps collector from the Netdata web interface:

  1. Go to Nodes.
  2. Select the node where you want the snmp_traps data-collection job to run and click the (Configure this node). That node will run the data collection.
  3. The Collectors → Jobs view opens by default.
  4. In the Search box, type snmp_traps (or scroll the list) to locate the snmp_traps collector.
  5. Click the + next to the snmp_traps collector to add a new job.
  6. Fill in the job fields, then click Test to verify the configuration and Submit to save.
    • Test runs the job with the provided settings and shows whether data can be collected.
    • If it fails, an error message appears with details (for example, connection refused, timeout, or command execution errors), so you can adjust and retest.

via File

The configuration file name for this integration is go.d/snmp.conf.

The file format is YAML. Generally, the structure is:

update_every: 1
autodetection_retry: 0
jobs:
- name: some_name1
- name: some_name2

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/snmp.conf
Examples

There are no configuration examples.

Alerts

There are no alerts configured by default for this integration.

Metrics

Netdata decodes 2629 trap definitions from Fujitsu Germany GmbH across 56 MIBs into structured journal events. A trap is decoded only if the device actually sends it; inclusion here means the profile can decode it.

By severity: emerg 10 · alert 110 · crit 360 · err 91 · warning 748 · notice 1197 · info 110 · debug 3

By category: state_change 536 · config_change 480 · security 28 · auth 6 · license 4 · diagnostic 1572 · unknown 3

Coverage by MIB

56 MIBs decoded — show per-MIB trap counts
MIBTrap definitions
FSC-RAID-MIB1108
SHE-BRIDGE-MIB178
XLDV20-MIB98
SERVERVIEW-VME-MIB93
FSC-SERVERCONTROL2-MIB88
DESKTRAP-MIB80
SNI-SERVER-CONTROL-MIB78
SNI-TRAP-MIB70
SHE-XDSL-MIB69
SHE-ADSL-MIB66
FSC-HPI-MIB63
SHE-PHYSICAL-MIB62
SNI-MYLEX-MIB58
SHE-SYSTEM-MIB52
SIEMENS-PN-MIB52
SNI-NT-CLUSTER-MIB47
WSA-TRAP-MIB47
SHE-SHDSL-MIB40
SERVERVIEW-DUPLEXDATAMANAGER-MIB25
AVAS-MIB23
SIEMENS-DUPLEXWRITE-MIB17
SNI-SERVERVIEW-MIB16
Omnis-Management-MIB15
File-Transfer-MIB12
SHE-PTP-MIB12
SHE-GBOND-MIB11
SHE-SYNC-MIB11
UTM-MIB11
SHE-RMON-MIB9
X733GROUP-MIB9
FTS-CS800-MIB8
SHE-L2CP-MIB8
BCAM-MIB7
HiplexAF-MIB7
SIEMENS-MULTIPATH-MIB7
DOMAIN-MIB6
PCI-HOTPLUG-MIB6
SHE-MELT-MIB6
Storage-Management-MIB6
XLDV20PM-MIB6
FSC-THRESHOLD-REPORT-MIB5
FTS-x10sure-MIB4
SHE-SELT-MIB4
SHE-TSSM-MIB4
OCTOPUSE-MIB3
SHE-ALARMING-MIB3
SHE-IGMP-MIB3
Subagent-Supervision-MIB3
Application-Monitoring-MIB2
SERVERVIEW-UPDATE-MANAGEMENT-MIB2
SHE-PM-DR-MIB2
SNI-HD-MIB2
UNISERV-MIB2
H150E-MIB1
SERVERVIEW-STATUS-MIB1
SHE-MTA-MIB1

Sample decoded traps

  • SNI-TRAP-MIB::sniNWVolSysMounted
  • SNI-TRAP-MIB::sniNWSysVolumeDismounted
  • SNI-TRAP-MIB::sniNWVolumeMounted
  • SNI-TRAP-MIB::sniNWVolumeDismounted
  • SNI-TRAP-MIB::sniNWDownServer

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.