Hello,
Is it possible or will it be possible to change the update interval depending on something?
For example:
In the "Cisco IOS by SNMP" template we have the item "Hardware serial number" with Update interval 1h.
Wouldn't it be possible to set something like this:
I don't need to monitor "Hardware serial number" since it can't change without a restart.
Maybe the example isn't the best, but I think it shows what I mean
Is it possible or will it be possible to change the update interval depending on something?
For example:
In the "Cisco IOS by SNMP" template we have the item "Hardware serial number" with Update interval 1h.
Wouldn't it be possible to set something like this:
Code:
if hrSystemUptime.0 < 1h ; then
Update interval = 30m
else
Update interval = 24h
fi
Maybe the example isn't the best, but I think it shows what I mean
Comment