-
Notifications
You must be signed in to change notification settings - Fork 56
Runtime
SNMPCollector has an embedded online device state and data measurement viewer, which help us to monitor how data has been gathered for each device. On the device list you will see if device is active or have been stoped by the administrator. You can also see if there is any connectivity problems
In the main Runtime view , you can see 5 different sets of data.
View | Description |
---|---|
SysInfo | Main system information collected from the device, (the OID for this main SysInfo could be override in the SNMP device config) |
Override Catalog Vars | A set of overrided variables just for this device already existing in the main catalog var. |
Statistics Measurement - <measurement_name> | gathering statistics for each measurement and gathering and filtering frequency and next planned execution. |
Statistics SNMP Device | consolidated stats for the device in the last stats update period ( same as the default gathering period for the device) |
Runtime Operations | a set of runtime realtime operations that can be done for the selected device. |
Operation | Description |
---|---|
SNMP State | Enable or disable online the selected SNMP Device |
Force Gather | Execute a Complete Gathering process, useful for testing on not active devices or force again |
SNMP Debug | Enable or disable SNMP Debugging |
Log Level | Change Log level online |
Force Flt Update | Force filter update on the next poll |
Download Log File | Download the log file related with device |
Force SNMP Reset (soft) | only restarts snmp connection for current established measurements and with current indexed states an filter states. |
Force SNMP Reset (hard) | stop all snmp communications and restart them again, remap again all measurement map, indexes in the same way a restart is done. |
Tooltip detail of one metric:
Tooltip detail of one metric value:
From 0.12.0 , snmpcollector splits the gathering process and also gathering process statistics, to the measurement. In the meanwhile the device acts as a controller object over all independent measurement processes. In this context, all 0.12.0 previously defined statistics are defined at measurement level.
As a controller object the snmpdevice collect and consolidate these statistics counters over the default device gathering period. So be carefully , these values could be only for a set of metrics not all of them , right now the gathering process for each measurement is independent of the device statistic recovery period.