User Guide 19.11 documentation
In version 4.1, some changes have been made regarding SNMP.
By default, the SNMP stack is no longer automatically started on SkyLIGHT PVX probes. To activate it, use the Graphical User Interface:
Configuration > Settings > Nodes Management
Set SNMP Enabled to Yes and apply configuration
You’ll then be able to request system linux SNMP or SkyLIGHT PVX OIDs. Contrary to pre-4.1 versions, the entire SNMP stack is started when enabled.
Note
When migrating from prior versions with SNMP activated, the setting will be kept. In others words, you won’t have to start it again.
here
From this release onwards, BCA and BCN requests should be adapted as described below:
The result you get when requesting SNMP BCA/BCN is for the actual time - 10 min.
SNMP request made at Aug 10 11:31:09 (1470821469 EPOCH format)
In other words, the BCA/BCN results you get are always 10 minutes old.
Note
You’ll find these informations described in the
MIB
itself;
take a look at the bcaStateTable and bcnStateTable tables
for more details.
The script has been entirely rewritten in Python for easier integration. It also outputs the metrics in a format compatible with Nagios®’ Performance Data. This let’s you easily graph the different BCA/BCN metrics.
The script can be found here
. You’ll also need
to install the Accedian MIBS
and snmp tools.