mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
enh(protocol/snmp): collection mode - update todo
This commit is contained in:
parent
6717538d17
commit
43aeca2a6a
@ -1046,8 +1046,10 @@ sub manage_selection {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
# add some functions types (percent, scale)
|
# add some functions types:
|
||||||
# choose functions position: before_expand, after_expand
|
# 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
|
# can cache only some parts of snmp requests
|
||||||
$self->read_config();
|
$self->read_config();
|
||||||
$self->collect_snmp(snmp => $options{snmp});
|
$self->collect_snmp(snmp => $options{snmp});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user