[Pkg-nagios-changes] [pkg-lconf-icinga-mod] 02/03: Updated README.Debian
Markus Frosch
lazyfrosch-guest at alioth.debian.org
Fri Sep 6 17:03:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a commit to branch master
in repository pkg-lconf-icinga-mod.
commit 85e2254c3951c8b4ac571bde022b0f5636e955c5
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Fri Sep 6 18:47:01 2013 +0200
Updated README.Debian
---
debian/icinga-web-lconf.README.Debian | 35 +++++++++++++++++++++++++++++++--
1 file changed, 33 insertions(+), 2 deletions(-)
diff --git a/debian/icinga-web-lconf.README.Debian b/debian/icinga-web-lconf.README.Debian
index ca55874..a57abff 100644
--- a/debian/icinga-web-lconf.README.Debian
+++ b/debian/icinga-web-lconf.README.Debian
@@ -1,7 +1,8 @@
lconf-icinga-mod for Debian
-------------------------------------
-Database Updates:
+[ database extensions ]
+
Automatic installation is not supported at the moment.
Please install the tables + permissions into the Icinga Web
@@ -10,5 +11,35 @@ Database Updates:
See the scripts at
/usr/share/icinga-web-lconf/sql/
- -- Markus Frosch <markus.frosch at netways.de> Thu, 18 Jul 2013 15:51:50 +0200
+[ Quick guide ]
+
+ 1. Install the extra tables
+
+ # mysql icinga_web \
+ < /usr/share/icinga-web-lconf/sql/lconf_icinga_web_mysql.sql
+
+ # psql icinga_web -f \
+ /usr/share/icinga-web-lconf/sql/lconf_icinga_web_pgsql.sql
+
+ 2. Install credentials and filter examples
+
+ # mysql icinga_web \
+ < /usr/share/icinga-web-lconf/sql/credentials.sql
+
+ # psql icinga_web -f \
+ /usr/share/icinga-web-lconf/sql/credentials.sql
+
+ 3. Add credentials to users or groups
+
+ Now head to Icinga Web -> Admin -> Users/Groups and add the appropriate
+ permissions to your users and groups.
+
+ After logout and login the users should be able to access the LConf module.
+
+ 4. Add connections
+
+ Last but not least, create connections to the LDAP servers in the
+ connection manager and allow your users or groups to use them.
+
+ -- Markus Frosch <markus.frosch at netways.de> Fri, 6 Sep 2013 18:46:44 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-lconf-icinga-mod.git
More information about the Pkg-nagios-changes
mailing list