v6.3.1
What's Changed
- feat: merge operation permission points from built-in by @shardingHe in #1729
- refactor: unified heartbeat api 86c4374
- fix: dropped errors by @alrs in #1727
- fix: sync event ID for edge model by @shardingHe in #1710
- fix: tdengine alert inhibit 2fa87cc
- perf: convert task script line endings by @yuweizzz in #1717
- build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #1738
Install
See Install Docs
Upgrade
See Upgrade Docs
Upgrade to Professional Version
- Upgrade Nightingale to v6.0.0 or higher
- 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
- Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
- 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: v6.2.0...v6.3.1