enh(protocol/snmp): collection mode - update todo

This commit is contained in:
garnier-quentin 2021-05-04 16:04:48 +02:00
parent 6717538d17
commit 43aeca2a6a
1 changed files with 4 additions and 2 deletions

View File

@ -1046,8 +1046,10 @@ sub manage_selection {
my ($self, %options) = @_;
# TODO:
# add some functions types (percent, scale)
# choose functions position: before_expand, after_expand
# add some functions types:
# eval_equal (concatenate, math operation)
# regexp (regexp substitution, extract a pattern)
# can add: Diff, PerSecond, PerMinute for snmp values (use statefile)
# can cache only some parts of snmp requests
$self->read_config();
$self->collect_snmp(snmp => $options{snmp});