Skip to main content

Viptela SNMP

Pack Assets​

Templates​

The Centreon Pack Viptela SNMP brings 1 host template:

  • Net-Viptela-SNMP-custom

It brings the following Service Templates:

Service AliasService TemplateDefaultDiscovery
Control-ConnectionsNet-Viptela-Control-Connections-SNMP
CpuNet-Viptela-Cpu-SNMPX
DiskNet-Viptela-Disk-SNMPX
Gre-TunnelsNet-Viptela-Gre-Tunnels-SNMPX
HardwareNet-Viptela-Hardware-SNMPX
InterfacesNet-Viptela-Interfaces-SNMPX
MemoryNet-Viptela-Memory-SNMPX
UptimeNet-Viptela-Uptime-SNMPX

Discovery rules​

Rule nameDescription
Net-Viptela-SNMP-Interface-NameDiscover network interfaces and monitor utilization
Net-Viptela-SNMP-Gre-Tunnel-NameDiscover GRE tunnels and monitor utilization

Collected metrics & status​

Metric nameDescriptionUnit
control.connections.detected.countNumber of control connections detected
control.connections.down.countNumber of control connections with status down
control.connections.connect.countNumber of control connections with status connect
control.connections.handshake.countNumber of control connections with status handshake
control.connections.trying.countNumber of control connections with status trying
control.connections.challenge.countNumber of control connections with status challenge
control.connections.challengeResp.countNumber of control connections with status challengeResp
control.connections.challengeAck.countNumber of control connections with status challengeAck
control.connections.up.countNumber of control connections with status up
control.connections.tearDown.countNumber of control connections with status tearDown
statusStatus for the control connection

Prerequisites​

SNMP Configuration​

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

Network flow​

The target equipment must be reachable from the Centreon Poller on the UDP/161 SNMP port.

Setup​

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

Configuration​

Host​

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

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

MandatoryNameDescription
SNMPEXTRAOPTIONS(Default: '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 CLI using the centreon-engine user account and test the Plugin by running the following command:

/usr/lib/centreon/plugins/centreon_viptela_snmp.pl \
--plugin=network::viptela::snmp::plugin \
--mode=cpu \
--hostname='10.0.0.1' \
--snmp-version='2c' \
--snmp-community='my-snmp-community' \
--warning-cpu-utilization='' \
--critical-cpu-utilization='' \
--verbose

The expected command output is shown below:

OK: Cpu utilization: 95.00% | 'cpu.utilization.percentage'=95%;;;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_viptela_snmp.pl \
--plugin=network::viptela::snmp::plugin \
--mode=cpu \
--help

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

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

Troubleshooting​

Please find all the troubleshooting documentation for the Centreon Plugins in the dedicated page