ansible.xymon/CHANGELOG.md

108 lines
3.4 KiB
Markdown
Raw Normal View History

## v2.X.Y
2020-10-29 17:52:19 +01:00
### Enhancements
2020-11-03 15:17:08 +01:00
* All vars now starts with "xymon_cli__" for more readability.
No backward compatibility with old variable naming! Update your configuration!
2020-11-02 18:04:12 +01:00
* Add megaraid probe management.
2020-10-29 17:52:19 +01:00
* Add net probe management.
* Add ntpq probe management.
* Add configuration file for `net` script (/etc/xymon/net.yaml) and
possibility to set your own template. Check [net documentation](net plugin doc).
* Remove unecessary netstats dependencies (due to a previous misunderstanding)
between `net` and `netstats` probes. `netstats` only
reads /proc/net/{netstat,snmp} files.
* Combine packages vars of all enabled plugins to install them in _one_ task.
* Combine clientlaunch files for plugins to manage them in _one_ dedicated task.
* Split base package list in order to allow installation of `xymon-client` without
"hobbit-plugins".
* Add extra var for Nvidia support with temp plugin.
2020-10-29 17:52:19 +01:00
## v1.5.1
2020-10-28 11:05:51 +01:00
### Enhancements
* Add temp probe configuration.
* Add example to enable probes for hardware hosts.
2020-10-28 11:05:51 +01:00
## v1.5.0
### Enhancements
* Possibility to define URLs in order to get the latest version of SMART's scripts.
* Add sge plugin from https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh
2020-02-18 14:24:31 +01:00
## v1.4.0
### Enhancements
* Add variables to manage plugin interval.
2019-05-24 09:49:54 +02:00
* Add netstats plugin managment.
2020-02-18 14:24:31 +01:00
* Add smart plugin from https://github.com/skazi0/xymon-plugins
* Add smartoverall plugin from https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall
2020-02-25 17:05:33 +01:00
* Add description for plugins.
2019-05-24 10:08:06 +02:00
### Fix
* Don't remove any plugin dependencies cause some plugins might have the same.
2019-05-24 10:22:46 +02:00
Plugin dependencies will only be installed if the plugin is wanted.
* Add missing plugin dependencies.
See [version 20180711][20180711 hobbit-plugins debian changelog]
for libs dependencies for example.
2019-05-24 10:08:06 +02:00
## v1.3.3
### Enhancements
* Use to_nice_json to manage packages list.
## v1.3.2
### Enhancements
* Fix E405 Remote package tasks should have a retry.
## v1.3.1
### Fix
* Restart xymon-client after changes on ZFS plugin.
## v1.3
### Enhancements
* Add IPMI probe.
* Add possibility to allow some packages not installed from repos for apt probe.
### Fix
* Deprecation warning about "installed" for state.
* Set empty dependencies line to fix Galaxy warning.
2018-06-25 15:50:14 +02:00
## v1.2
### Enhancements
* Ensure to not override groups of 'xymon' user.
* Add possibility to install `apt` plugin dependencies.
* Ensure to apply the config only if wanted.
2018-06-22 15:24:32 +02:00
* Some yamllint fix.
* Add a all hosts variable for the plugin "list" whitelist.
* Add a ZFS plugin (both config file and script).
## v1.1
### Enhancements
* Add possibility to install `mq` plugin dependencies.
* Add possibility to install `libs` plugin dependencies.
* Add whitelist settings for `libs` plugin.
2017-09-08 12:03:58 +02:00
## v1.0.1
2017-09-08 12:03:58 +02:00
### Minor Features
* Add the possibility to manage 'xymon' user's groups.
2017-09-04 17:31:51 +02:00
* Manage `mq` plugin and state.
2017-09-04 17:42:53 +02:00
* Manage `libs` plugin and state.
## v1.0
### Features
* Install `xymon-client` packages for Debian based distros.
* Manage `xymon-client` default configuration file.
2017-08-11 14:14:51 +02:00
* Manage `xymon-client` service.
* Add possibility to set the value of CLIENTHOSTNAME `xymon-client` value.
* Allow to set Xymon servers list for `xymon-client` config.
2019-05-24 10:22:46 +02:00
[20180711 hobbit-plugins debian changelog]: https://salsa.debian.org/debian/hobbit-plugins/blob/debian-20180711/debian/changelog
[net plugin doc]: https://salsa.debian.org/debian/hobbit-plugins#net-check-network-interface-states