Update undiscovered item behavior

This commit is contained in:
James Campbell 2025-07-14 01:39:57 -04:00
parent ea3aca3455
commit 60589c2058
Signed by: james
GPG Key ID: 2287C33A40DC906A

View File

@ -167,7 +167,8 @@ zabbix_export:
operator: NOT_MATCHES_REGEX operator: NOT_MATCHES_REGEX
formulaid: A formulaid: A
lifetime: 30d lifetime: 30d
enabled_lifetime_type: DISABLE_NEVER enabled_lifetime_type: DISABLE_AFTER
enabled_lifetime: 1d
item_prototypes: item_prototypes:
- uuid: a30babe4a6f4440bba2a3ee46eff7ce2 - uuid: a30babe4a6f4440bba2a3ee46eff7ce2
name: 'Time spent executing statements on {#DBNAME}' name: 'Time spent executing statements on {#DBNAME}'
@ -982,6 +983,9 @@ zabbix_export:
type: DEPENDENT type: DEPENDENT
key: pgmon_discover_io_backend_types key: pgmon_discover_io_backend_types
delay: '0' delay: '0'
lifetime: 30d
enabled_lifetime_type: DISABLE_AFTER
enabled_lifetime: 1h
item_prototypes: item_prototypes:
- uuid: b1ac2e56b30f4812bf33ce973ef16b10 - uuid: b1ac2e56b30f4812bf33ce973ef16b10
name: 'I/O Evictions by {#BACKEND_TYPE}' name: 'I/O Evictions by {#BACKEND_TYPE}'
@ -1579,7 +1583,8 @@ zabbix_export:
operator: NOT_MATCHES_REGEX operator: NOT_MATCHES_REGEX
formulaid: A formulaid: A
lifetime: 30d lifetime: 30d
enabled_lifetime_type: DISABLE_NEVER enabled_lifetime_type: DISABLE_AFTER
enabled_lifetime: 7d
item_prototypes: item_prototypes:
- uuid: 3a5a60620e6a4db694e47251148d82f5 - uuid: 3a5a60620e6a4db694e47251148d82f5
name: 'Flush lag for {#REPID}' name: 'Flush lag for {#REPID}'
@ -1800,6 +1805,9 @@ zabbix_export:
value: '^pg_[0-9]+_sync_[0-9]+_[0-9]+$' value: '^pg_[0-9]+_sync_[0-9]+_[0-9]+$'
operator: NOT_MATCHES_REGEX operator: NOT_MATCHES_REGEX
formulaid: A formulaid: A
lifetime: 30d
enabled_lifetime_type: DISABLE_AFTER
enabled_lifetime: 7d
item_prototypes: item_prototypes:
- uuid: 536c5f82e3074ddfbfd842b3a2e8d46c - uuid: 536c5f82e3074ddfbfd842b3a2e8d46c
name: 'Slot {#SLOT_NAME} - Confirmed Flushed Bytes Lag' name: 'Slot {#SLOT_NAME} - Confirmed Flushed Bytes Lag'