Skip to content

v5.9.2

Choose a tag to compare

@UlricQin UlricQin released this 15 Jun 06:50
  • Feat: Notify maintainers when n9e-server occurs error
  • Feat: Support redis cluster and sentinel mode
  • Feat: Add init sql of postgres
  • Feat: Add some common template functions
  • Feat: alert_aggr_view support modify operation by admin role
  • Feat: Forward samples to backends in sequence
  • Feat: Add notify_max_number for alert rule
  • Feat: Add some dashboards json and alerts json of categraf
alter table alert_mute add column `prod` varchar(255) not null default '' after group_id;
alter table users add column `maintainer` tinyint(1) not null default 0 after contacts;
alter table alert_rule add column `notify_max_number` int not null default 0 comment '' after notify_repeat_step;

how to upgrade:

  1. backup your custom configuration files
  2. wget tarball, untar, replace files
  3. modify configuration files for your env
  4. execute the sql commands
  5. restart n9e-webapi and n9e-server