Skip to main content

Raisecom SNMP

Pack Assets​

Templates​

The Centreon Monitoring Connector Raisecom brings a host template:

  • Net-Raisecom-SNMP-custom

It brings the following service templates:

Service AliasService TemplateService DescriptionDefaultDiscovery
CpuNet-Raisecom-Cpu-SNMPCheck CPU usageX
HardwareNet-Raisecom-Hardware-SNMPCheck hardware environmentX
InterfacesNet-Raisecom-Interfaces-SNMPCheck traffic of multiple network interfacesX
MemoryNet-Raisecom-Memory-SNMPCheck memory usageX

Discovery rules​

Rule NameDescription
Net-Raisecom-SNMP-Interface-NameDiscover network interfaces and monitor utilization

Collected metrics & status​

| Metric Name | Unit | |:--------------------------------------------------------- |:------| | status | | | *interface_name*#interface.traffic.in.bitspersecond | b/s | | *interface_name*#interface.traffic.out.bitspersecond | b/s | | *interface_name*#interface.packets.in.error.percentage | % | | *interface_name*#interface.packets.in.discard.percentage | % | | *interface_name*#interface.packets.out.error.percentage | % | | *interface_name*#interface.packets.out.discard.percentage | % |
Metric NameUnit
cpu#cpu.utilization.1s.percentage%
cpu#cpu.utilization.5s.percentage%
cpu#cpu.utilization.1m.percentage%
cpu#cpu.utilization.10m.percentage%
cpu#cpu.utilization.2h.percentage%
Metric NameUnit
Fan status
instance#hardware.fan.speed.rpmrpm
instance#hardware.voltage.millivoltmv
instance#hardware.temperature.celsiusC

Prerequisites​

SNMP Configuration​

To use this pack, the SNMP service must be properly configured on your Raisecom device.

Network flow​

The target server must be reachable from the Centreon poller on the UDP/161 SNMP port.

Setup​

  1. Install the package on every Centreon poller expected to monitor Raisecom SNMP resources:
yum install centreon-plugin-Network-Raisecom-Snmp
  1. On the Centreon web interface, on page Configuration > Monitoring Connector Manager, install the Raisecom Centreon Monitoring Connector.

Configuration​

Host​

  • Log into Centreon and add a new host through Configuration > Hosts.
  • Fill the Name, Alias & IP Address/DNS fields according to your Raisecom SNMP server settings.
  • Apply the Net-Raisecom-SNMP-custom template to the host.

When using SNMP v3, use the SNMPEXTRAOPTIONS Macro to add specific authentication parameters More information in the Troubleshooting SNMP section.

MandatoryMacroDescription
SNMPEXTRAOPTIONSConfigure your own SNMPv3 credentials combo

How to check in the CLI that the configuration is OK and what are the main options for?​

Once the plugin is installed, log into your Centreon poller's CLI using the centreon-engine user account (su - centreon-engine) and test the plugin by running the following command:

/usr/lib/centreon/plugins//centreon_raisecom_snmp.pl \
--plugin=network::raisecom::snmp::plugin \
--mode=memory \
--hostname=10.0.0.1 \
--snmp-version='2c' \
--snmp-community='my-snmp-community' \
--warning-usage= \
--critical-usage= \
--warning-usage-free= \
--critical-usage-free= \
--warning-usage-prct= \
--critical-usage-prct= \

The expected command output is shown below:

OK: Memory total: 128.00 MB used: 106.21 MB (82.97%) free: 21.79 MB (17.03%) | 'memory.usage.bytes'=111366736B;;;0;134217728 'memory.free.bytes'=22850992B;;;0;134217728 'memory.usage.percentage'=82.97%;;;0;100

All available options for a given mode can be displayed by adding the --help parameter to the command:

/usr/lib/centreon/plugins//centreon_raisecom_snmp.pl \
--plugin=network::raisecom::snmp::plugin \
--mode=memory \
--help

All available modes can be displayed by adding the --list-mode parameter to the command:

/usr/lib/centreon/plugins//centreon_raisecom_snmp.pl \
--plugin=network::raisecom::snmp::plugin \
--list-mode

Troubleshooting​

Please find the troubleshooting documentation for Centreon Plugins typical issues.