Hello community,
here is the log from the commit of package icingaweb2-module-director for
openSUSE:Factory checked in at 2017-04-17 10:25:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icingaweb2-module-director (Old)
and /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icingaweb2-module-director"
Mon Apr 17 10:25:12 2017 rev:2 rq:479419 version:1.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes
2017-03-08 01:11:09.310617838 +0100
+++
/work/SRC/openSUSE:Factory/.icingaweb2-module-director.new/icingaweb2-module-director.changes
2017-04-17 10:25:22.574159250 +0200
@@ -1,0 +2,37 @@
+Wed Mar 01 10:42:41 UTC 2017 - [email protected]
+
+- update to 1.3.1
+ * Fixed issues and related features
+ - You can find issues and feature requests related to this
+ release on our [roadmap]
+
(https://github.com/Icinga/icingaweb2-module-director/milestone/8?closed=1)
+ * Service Sets
+ - Various little issues have been fixed. You can now remove Sets from
hosts,
+ even when being empty. Services from Sets assigned to parents or via
apply
+ rule are now shown for every single host, and their custom vars can be
+ overridden at a single host level
+ - Sets assigned to single hosts have been shown, variable overrides have
been
+ offered - but rendering did not include the Director-generated template
+ necessary to really put them into place. This has been fixed
+ * Usability
+ - A nasty bug hindered fields inherited from Commands from being shown ad a
+ Service level - works fine right now
+ - There is now a pagination for Zones
+ - Multiedit no longer showed custom fields, now it works again as it should
+ * Rendering
+ - Disabling a host now also disables rendering of related objects
(Endpoint,
+ Zone) for hosts using the Icinga Agent
+ * REST API
+ - Ticket creation through the REST API has been broken, is now fixed
+ * Performance, Internals
+ - A data encoding inconsistency slowed down apply rule editing where a lot
of
+ host custom vars exists
+ - Some internal changes have been made to make parts of the code easier to
be
+ used by other modules
+
+-------------------------------------------------------------------
+Wed Feb 22 13:46:41 UTC 2017 - [email protected]
+
+- update README.SUSE
+
+-------------------------------------------------------------------
Old:
----
v1.3.0.tar.gz
New:
----
v1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icingaweb2-module-director.spec ++++++
--- /var/tmp/diff_new_pack.3hBEfA/_old 2017-04-17 10:25:23.570018217 +0200
+++ /var/tmp/diff_new_pack.3hBEfA/_new 2017-04-17 10:25:23.574017651 +0200
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: icingaweb2-module-director
-Version: 1.3.0
+Version: 1.3.1
Release: 0
Summary: Config module for Icinga Web 2
License: GPL-2.0+
++++++ README.SUSE ++++++
--- /var/tmp/diff_new_pack.3hBEfA/_old 2017-04-17 10:25:23.610012553 +0200
+++ /var/tmp/diff_new_pack.3hBEfA/_new 2017-04-17 10:25:23.610012553 +0200
@@ -17,6 +17,10 @@
psql director -q -c "CREATE USER director WITH PASSWORD 'some-password';
GRANT ALL PRIVILEGES ON DATABASE director TO director;"
+Activation of API
+=====================
+activate: icinga2 api setup
+
Web-based Configuration
=======================
The following steps should guide you through the web-based Kickstart wizard.
@@ -42,3 +46,11 @@
Now go to your web frontend, Configuration, Modules, director - and enable the
module.
Choose either Director directly from the menu or got to the Configuration tab.
Either way you'll reach the kickstart wizards. Follow the instructions and
you're all done!
+
+- The name of endpoint is your static hostname.
+ You can find it with: hostnamectl status
+- Hostadress is your IP
+- API User is by example root
+- Passwort is the passwort in api-users.conf
+ You can find it with: find passwort for root: cat
/etc/icinga2/conf.d/api-users.conf | grep password
+
++++++ v1.3.0.tar.gz -> v1.3.1.tar.gz ++++++
++++ 2542 lines of diff (skipped)