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 Alias | Service Template | Service Description | Default | Discovery |
---|---|---|---|---|
Cpu | Net-Raisecom-Cpu-SNMP | Check CPU usage | X | |
Hardware | Net-Raisecom-Hardware-SNMP | Check hardware environment | X | |
Interfaces | Net-Raisecom-Interfaces-SNMP | Check traffic of multiple network interfaces | X | |
Memory | Net-Raisecom-Memory-SNMP | Check memory usage | X |
Discovery rules​
Rule Name | Description |
---|---|
Net-Raisecom-SNMP-Interface-Name | Discover network interfaces and monitor utilization |
Collected metrics & status​
- Interfaces
- Memory
Metric Name | Unit |
---|---|
memory.usage.bytes | B |
memory.free.bytes | B |
memory.usage.percentage | % |
- Cpu
- Cpu xPON
Metric Name | Unit |
---|---|
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 Name | Unit |
---|---|
cpu#cpu.utilization.1s.percentage | % |
cpu#cpu.utilization.10m.percentage | % |
cpu#cpu.utilization.2h.percentage | % |
- Hardware
- Hardware xPON
Metric Name | Unit |
---|---|
Fan status | |
instance#hardware.fan.speed.rpm | rpm |
instance#hardware.voltage.millivolt | mv |
instance#hardware.temperature.celsius | C |
Metric Name | Unit |
---|---|
Fan status | |
instance#hardware.fan.speed.rpm | rpm |
instance#hardware.voltage.output.millivolt | mv |
instance#hardware.voltage.input.millivolt | mv |
instance#hardware.temperature.celsius | C |
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​
- Online License
- Offline License
- Install the package on every Centreon poller expected to monitor Raisecom SNMP resources:
yum install centreon-plugin-Network-Raisecom-Snmp
- On the Centreon web interface, on page Configuration > Monitoring Connector Manager, install the Raisecom Centreon Monitoring Connector.
- Install the package on every Centreon poller expected to monitor Raisecom SNMP resources:
yum install centreon-plugin-Network-Raisecom-Snmp
- Install the Raisecom Centreon Monitoring Connector RPM on the Centreon central server:
yum install centreon-pack-network-raisecom-snmp
- 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.
Mandatory | Macro | Description |
---|---|---|
SNMPEXTRAOPTIONS | Configure 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.