Jacarta Sensor
Pack Assetsβ
Templatesβ
The Centreon Monitoring Connector Jacarta Sensor brings a host template:
- HW-Sensor-Jacarta-SNMP-custom
It brings the following service template:
Service Alias | Service Template | Service Description | Default |
---|---|---|---|
Sensors-Global | HW-Sensors-Jacarta-Sensors-Global-SNMP | Check all sensors of equipment | X |
Collected metrics & statusβ
- Sensors-Global
Could not retrieve metrics
Prerequisitesβ
SNMP Configurationβ
To use this pack, the SNMP service must be properly configured on your Jacarta Sensor server. Please refer to the official documentation from Jacarta Sensor:
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 Jacarta Sensor resources:
yum install centreon-plugin-Hardware-Sensors-Jacarta-Snmp
- On the Centreon web interface, on page Configuration > Monitoring Connectors Manager, install the Jacarta Sensor Centreon Monitoring Connector.
- Install the package on every Centreon poller expected to monitor Jacarta Sensor resources:
yum install centreon-plugin-Hardware-Sensors-Jacarta-Snmp
- Install the Jacarta Sensor Centreon Monitoring Connector RPM on the Centreon central server:
yum install centreon-pack-hardware-sensors-jacarta-snmp
- On the Centreon web interface, on page Configuration > Monitoring Connectors Manager, install the Jacarta Sensor 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 Jacarta Sensor server settings.
- Apply the HW-Sensor-Jacarta-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_jacarta.pl \
--plugin=hardware::sensors::jacarta::snmp::plugin \
--mode=sensors \
--hostname=10.0.0.1 \
--snmp-version='2c' \
--snmp-community='my-snmp-community' \
--component='.*' \
--verbose \
--use-new-perfdata
The expected command output is shown below:
OK: |
All available options for a given mode can be displayed by adding the
--help
parameter to the command:
/usr/lib/centreon/plugins//centreon_jacarta.pl \
--plugin=hardware::sensors::jacarta::snmp::plugin \
--mode=sensors \
--help
All available modes can be displayed by adding the --list-mode
parameter to
the command:
/usr/lib/centreon/plugins//centreon_jacarta.pl \
--plugin=hardware::sensors::jacarta::snmp::plugin \
--list-mode
Troubleshootingβ
Please find the troubleshooting documentation for Centreon Plugins typical issues.