Timelinkmicro Tms6001
Overview​
TimeLink microsystems provides solutions based on a complete line of COTS products and design specific equipment or system on user's requirements.
Monitoring Connector assets​
Monitored objects​
- Tms6001
Collected metrics​
- Alarms
- Antenna
- Frequency
- Gnss
- Satellites
- Time
Metric name | Description | Unit |
---|---|---|
alarms.total.count | Number of alarms. | Count |
Metric name | Description | Unit |
---|---|---|
status | Antenna status | String |
Metric name | Description | Unit |
---|---|---|
generation.frequency.quality.count | Quality of frequency generation: | Count |
Metric name | Description | Unit |
---|---|---|
status | A textual description of physical entity. | String |
Metric name | Description | Unit |
---|---|---|
satellites.seen.count | Number of satellites seen. | Count |
Metric name | Description | Unit |
---|---|---|
generation.time.quality.count | Quality of time generation. | Count |
Prerequisites​
Device Configuration​
On the TMS device, enable and configure the SNMP agent in order to allow the Centreon Poller to request it.
Network flows​
The Centreon Poller must be able to reach the UDP/161 SNMP port of the TMS device.
Installation​
- Online License
- Offline License
- Install the Centreon package on every Centreon Poller expected to monitor Timelinkmicro devices:
yum install centreon-plugin-Hardware-Devices-Timelinkmicro-Tms6001-Snmp
- On the Centreon Web interface, install the Timelinkmicro Tms6001 Snmp Monitoring Connector through Configuration > Monitoring Connector Manager page.
- Install the Centreon package on every Centreon Poller expected to monitor Timelinkmicro devices:
yum install centreon-plugin-Hardware-Devices-Timelinkmicro-Tms6001-Snmp
- Install the Centreon Monitoring Connector RPM on the Centreon Central server:
yum install centreon-pack-hardware-devices-timelinkmicro-tms6001-snmp
- On the Centreon Web interface, install the Timelinkmicro Tms6001 Snmp Monitoring Connector through Configuration > Monitoring Connector Manager page.
Host configuration​
- Add a new Host and apply the HW-Timelink-tms6001-SNMP-Custom Host Template
- Fill SNMP Version and Community fields according to the device's configuration
When using SNMP v3, use the SNMPEXTRAOPTIONS Macro to add specific authentication parameters More information in the Troubleshooting SNMP section.
Obligatoire | Nom | Description |
---|---|---|
SNMPEXTRAOPTIONS | Configure your own SNMPv3 credentials combo |
FAQ​
How to test the Plugin and what are the main options for ?​
Once the plugin 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_timelinkmicro_tms6001_snmp.pl \
--plugin=hardware::devices::timelinkmicro::tms6001::snmp \
--mode=alarms \
--hostname=10.30.2.114 \
--snmp-version='2c' \
--snmp-community='timelink_ro' \
--verbose
This check monitors open alarms (--mode=alarms
) on a Timelink device with 10.30.2.114 IP (--hostname=10.30.2.114
)
using SNMP v2 and 'timelink_ro' Community string (--snmp-version='2c' --snmp-community='timelink_ro'
)
Use the --list-mode
option to display all the modes available in the Plugin:
/usr/lib/centreon/plugins//centreon_timelinkmicro_tms6001_snmp.pl \
--plugin=hardware::devices::timelinkmicro::tms6001::snmp \
--list-mode
Use the --help
flag to display a dedicated manual for a given mode:
/usr/lib/centreon/plugins//centreon_timelinkmicro_tms6001_snmp.pl \
--plugin=hardware::devices::timelinkmicro::tms6001::snmp \
--mode=cpu \
--help
UNKNOWN: SNMP GET Request : Timeout​
If you get this message, you're probably facing one of theses issues:
- Your SNMP server isn't started or misconfigured
- An external device is blocking your request (firewall, ...)