Difference between revisions of "Collecting data"
From Veloopti Help
m |
m |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | Data is gathered from the Veloopti Agent using a number of different methods. Each of these methods is able to obtain data at a | + | Data is gathered from the Veloopti Agent using a number of different methods. Each of these methods is able to obtain data at a different number of rates. |
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 11: | Line 10: | ||
! scope="row"| Standard policy | ! scope="row"| Standard policy | ||
| Metric | | Metric | ||
− | | One minute | + | | One per minute<ref name="One per second">It is possible to collect metrics up to one per second however this is not initially enabled. See Veloopti for further information</ref> |
|- | |- | ||
! scope="row"| Custom policy | ! scope="row"| Custom policy | ||
| Metric | | Metric | ||
− | | One minute | + | | One per minute<ref name="One per second"/> |
|- | |- | ||
! scope="row"| Logfile monitoring | ! scope="row"| Logfile monitoring | ||
− | | | + | | Event |
| More than one per second | | More than one per second | ||
|- | |- | ||
− | ! scope="row"| | + | ! scope="row"| SNMP polling |
+ | | Metric | ||
+ | | One per minute | ||
+ | |- | ||
+ | ! scope="row"| SNMP trap | ||
| Metric and Event | | Metric and Event | ||
| More than one per second | | More than one per second | ||
|- | |- | ||
! scope="row"| Inbound API | ! scope="row"| Inbound API | ||
− | | Metric | + | | Metric |
+ | | One per minute | ||
+ | |- | ||
+ | ! scope="row"| Inbound API | ||
+ | | Event | ||
| More than one per second | | More than one per second | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | ==References== | ||
+ | <references /> | ||
[[Category:Data]] | [[Category:Data]] |
Revision as of 23:00, 18 June 2017
1 Overview
Data is gathered from the Veloopti Agent using a number of different methods. Each of these methods is able to obtain data at a different number of rates.
Method | Type | Maximum granularity |
---|---|---|
Standard policy | Metric | One per minute[1] |
Custom policy | Metric | One per minute[1] |
Logfile monitoring | Event | More than one per second |
SNMP polling | Metric | One per minute |
SNMP trap | Metric and Event | More than one per second |
Inbound API | Metric | One per minute |
Inbound API | Event | More than one per second |