github postgrespro/mamonsu 3.5.2

latest releases: 3.5.9, 3.5.8, 3.5.7...
2 years ago

Changelog

  • fixed Statements plugin list of metrics creation
  • fixed Zabbix API requests to fit new Dashboard Template section rules
  • fixed Replication plugin metrics - null values are now taken into account
  • added new autovacuum utilization metrics: instant and average per 5, 15 and 30 minutes
  • moved plugin custom parameters to Zabbix Macros

Zabbix Macros

Now you can set up mamonsu plugins dynamically using Zabbix Macros. List of available macros:

  • {$ARCHIVE_QUEUE_FILES}
  • {$CACHE_HIT_RATIO_PERCENT}
  • {$CONNECTIONS_PERCENT}
  • {$CRITICAL_LAG_SECONDS}
  • {$MAMONSU_MAX_MEMORY_USAGE}
  • {$MAX_CHECKPOINT_BY_WAL_IN_HOUR}
  • {$MAX_TRANSACTION_TIME}
  • {$MAX_PREPARED_TRANSACTION_TIME}
  • {$MAX_XID_AGE}
  • {$PG_UPTIME}
  • {$SYSTEM_UPTIME}
  • {$VFS_INODE_PERCENT_FREE}
  • {$VFS_PERCENT_FREE}

autovacuum utilization

Added new metrics: instant autovacuum utilization and average autovacuum utilization per 5, 15 and 30 minutes

Name PostgreSQL Autovacuum: Utilization per [MAMONSU_INTERVAL] seconds
Key pgsql.autovacumm.utilization[]
Type Numeric (float)
Units
Delta As Is
Supported Version 9.5+
Name PostgreSQL Autovacuum: Utilization per 5 minutes
Key pgsql.autovacumm.utilization.avg5[]
Type Numeric (float)
Units
Delta As Is
Supported Version 9.5+
Name PostgreSQL Autovacuum: Utilization per 15 minutes
Key pgsql.autovacumm.utilization.avg15[]
Type Numeric (float)
Units
Delta As Is
Supported Version 9.5+
Name PostgreSQL Autovacuum: Utilization per 30 minutes
Key pgsql.autovacumm.utilization.avg30[]
Type Numeric (float)
Units
Delta As Is
Supported Version 9.5+

Don't miss a new mamonsu release

NewReleases is sending notifications on new releases.