ansible.netdata/CHANGELOG.md

21 lines
600 B
Markdown
Raw Normal View History

2023-01-24 11:14:26 +01:00
## v1.0.1
### Fix
* Use flatten to manage packages list.
2023-01-24 11:15:41 +01:00
* Prefix module with "ansible.builtin.".
2018-07-26 17:02:22 +02:00
## v1.0.0
2018-07-26 17:02:22 +02:00
### Features
* Install Netdata.
* Can choose to install recommends packages.
2018-07-26 17:46:10 +02:00
* Manage Netdata configuration (/etc).
* Ensure Netdata service is enabled and started.
2018-07-27 18:01:52 +02:00
* Manage IP address and port used.
* Manage memory mode.
* Define some vars to manage master and slaves configuration.
* Combine 4 vars to generate Netdata configuration.
* Slaves alarms can be disable, the master will not send alarms.
2018-08-13 10:36:56 +02:00
* Possibility to manage a registry.
* Possibility to overwrite default email recipient.