Nightingale Versions Save

An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.

v6.0.2

9 months ago

What's Changed

Install

See Install Docs

Upgrade

See Upgrade Docs

Upgrade to Professional Version

  1. Upgrade Nightingale to v6.0.0 or higher
  2. Download the professional edition installation package n9e-plus-v6-linux-amd64.tar.gz. Extract the installation package and place n9e-plus in the directory where the n9e binary resides
  3. Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. If you want to switch back from the professional version to the open-source version, simply terminate the n9e-plus process and start n9e
pkill n9e-plus && nohup ./n9e &> n9e.log &

For a detailed introduction to the professional version, see nightingale pro

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.1...v6.0.2

v6.0.1

9 months ago

What's Changed

Install

See Install Docs

Upgrade

See Upgrade Docs

Upgrade to Professional Version

  1. Upgrade Nightingale to v6.0.0 or higher
  2. Download the professional edition installation package n9e-plus-v6-linux-amd64.tar.gz. Extract the installation package and place n9e-plus in the directory where the n9e binary resides
  3. Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. If you want to switch back from the professional version to the open-source version, simply terminate the n9e-plus process and start n9e
pkill n9e-plus && nohup ./n9e &> n9e.log &

For a detailed introduction to the professional version, see nightingale pro

New Contributors

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0...v6.0.1

v6.0.0

9 months ago

What's Changed

The v6.0.0 version has been officially released!

Install

See Install Docs

Upgrade

See Upgrade Docs

Upgrade to Professional Version

  1. Upgrade Nightingale to v6.0.0 or higher
  2. Download the professional edition installation package n9e-plus-v6-linux-amd64.tar.gz. Extract the installation package and place n9e-plus in the directory where the n9e binary resides
  3. Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. If you want to switch back from the professional version to the open-source version, simply terminate the n9e-plus process and start n9e
pkill n9e-plus && nohup ./n9e &> n9e.log &

For a detailed introduction to the professional version, see nightingale pro

v6.0.0-ga.14

10 months ago

What's Changed

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.14-pre...v6.0.0-ga.14

v6.0.0-ga.14-pre

10 months ago

What's Changed

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.13...v6.0.0-ga.14-pre

v6.0.0-ga.13

10 months ago

What's Changed

New Contributors

Schema Changed

database: ibex

alter table task_meta add column `stdin` varchar(4096) not null default '' after `args`;

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.12...v6.0.0-ga.13

v6.0.0-ga.12

10 months ago

What's Changed

  • feat: Support for captcha verification on the login page @tanxiao1990.
  • refactor: Adjust the drag and click events for the chart panel to try to solve the problem of potential conflicts on some clients.
  • refactor: Use the last (first) non-empty value for the Stat and other charts to bypass NaN values.
  • refactor: Update the icon for the basic setting menu.
  • docs: Add in-built dashboards for RabbitMQ and Alibaba Cloud.
  • fix: The issue where editing PromQueryBuilder can cause the datasource value to be lost.
  • fix: The missing icon issue in the completion suggestion for PromQLInput.

Configuration File Changes

When upgrading from the ga.8 version, you need to add the following configuration under [HTTP] in the configuration file.

[HTTP.APIForAgent]
Enable = true 
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

[HTTP.APIForService]
Enable = true 
[HTTP.APIForService.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.11...v6.0.0-ga.12

v6.0.0-ga.11

11 months ago

What's Changed

  • feat: Notification templates support the addition of custom templates
  • feat: Add support for sending Lark card notifications
  • feat: Ranking charts support drill-down links @masterjyq
  • refactor: Default end time for alert mute period changed from 23:59 to 00:00
  • doc: Add vsphere dashboard and alert rule templates
  • doc: Add springboot actuator dashboard and alert rule templates
  • doc: Add Nightingale v6 version dashboard templates
  • doc: Add Elasticsearch dashboard and alert rule templates

Configuration File Changes

When upgrading from the previous version to ga.11, you need to add the following configuration under [HTTP] in the configuration file.

[HTTP.APIForAgent]
Enable = true 
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

[HTTP.APIForService]
Enable = true 
[HTTP.APIForService.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.10...v6.0.0-ga.11

v6.0.0-ga.10

11 months ago

What's Changed

  • feat(biz-group): The business group list is automatically displayed in group form after the business group name is set to the group-name name format
  • refactor(quick-view): Optimized quick view styles, fixed the issue where the rendering was misplaced when the rule name or tag value was too long
  • refactor(quick-view): Added an icon to the chart panel title bar to view the complete PromQL of the current chart
  • refactor(account): Added a link to "More Contact Methods" to jump to the contact method configuration page
  • refactor(event): Local caching of query time ranges
  • fix(explorer): Fixed the error of "unknown field [interval]" when querying ES 8.x
  • fix(alert-subscribes): Fixed the issue of incorrect display of alarm level
  • fix(dashboard): Fixed the issue of curve color and legend color not aligning when stack is enabled in time series graph
  • fix(event): Fixed the issue that active alarm events cannot be batch deleted
  • fix(cli): Fixed the issue where the upgrade program could not find the data source
  • fix(alert-subscribes): The update of alarm subscription data source type did not take effect @shardingHe
  • fix(target): Color display of machine list heartbeat time

Configuration File Changes

When upgrading from the previous version to ga.10, you need to add the following configuration under [HTTP] in the configuration file.

[HTTP.APIForAgent]
Enable = true 
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

[HTTP.APIForService]
Enable = true 
[HTTP.APIForService.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.9...v6.0.0-ga.10

v6.0.0-ga.9

11 months ago

Configuration File Changes

When upgrading from the previous version to ga.10, you need to add the following configuration under [HTTP] in the configuration file.

[HTTP.APIForAgent]
Enable = true 
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

[HTTP.APIForService]
Enable = true 
[HTTP.APIForService.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.8...v6.0.0-ga.9