[ZBX-24430] Discovery item reports: Cannot update item: Invalid flexible interval "0" Created: 2024 May 02 Updated: 2024 May 06 |
|
Status: | Confirmed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Andrey | Assignee: | Zabbix Development Team |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
zabbix_server (Zabbix) 6.4.10 |
Attachments: |
![]() ![]() |
Description |
The idea of this item prototype template is to create item that preforms check once per month., but the discovery item cannot create items by such prototype with flexible intervals where interval time = 0. Instead it reports `Cannot update item: Invalid flexible interval "0".` when according to docs it should able to do so: "If the flexible interval is set to '0', the item is not polled during the flexible interval period and resumes polling according to the default Update interval once the period is over." |
Comments |
Comment by Edgars Melveris [ 2024 May 03 ] |
Hello! |
Comment by Andrey [ 2024 May 04 ] |
Because my goal is to "invert" interval period meaning (i.e. to disable checks during this interval) and this is the way that described in the documentation - here it says: "If the flexible interval is set to '0', the item is not polled during the flexible interval period". |