v6.0.2
What's Changed
- Add BusiGroupFilter for alert_subscribe ,copy from TagFilter by @shardingHe in #1660
- refactor: sync rule to scheduler by @tripitakav in #1657
- docs: pg init sql by @tanxiao1990 in #1663
- use the 'config' parameter by @shardingHe in #1665
- AlertSubscribe verify check by @shardingHe in #1666
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
Full Changelog: v6.0.1...v6.0.2