Johannes Meyer
b046023623
Ensure that our menu inis are in sync and up2date
...
The menu configurations for vagrant missed the entries for the timeline,
applicationlog and contacts-view.
fixes #6512
2014-07-11 08:49:58 +02:00
Alexander Klimov
33e69072b2
Make preferences INI path NOT be configurable
...
fixes #6567
2014-06-24 15:46:39 +02:00
Thomas Gelf
4574a41eb5
monitoring/menu: typo
2014-06-21 05:34:54 +02:00
Thomas Gelf
79cdd8c94a
servicematrix: show only problems per default
...
a) because it makes sense
b) because there seems to be a bug with unfiltered matrix
I'll investigate this, in the meantime it works like this - and is
more useful than it used to be.
2014-06-21 05:03:23 +02:00
Thomas Gelf
86ba7e38dc
config.ini.in: remove obsolete settings
2014-06-20 23:40:35 +02:00
Thomas Gelf
f9b18828c1
menu/monitoring: get rid of raw_timestamp
...
We use this only internally, raw_timestamp should not be accessible
2014-06-20 19:07:43 +02:00
Johannes Meyer
fa797de05f
Fix invalid default logging configuration
2014-06-11 08:58:53 +02:00
Marius Hein
29f593a357
Authentication: Add backend to handle external authentication
...
Drop external auth configuration from config.ini and move
implementation into a single backend provider named
'autologin'. This provider can strip realm names from
username with a custom regexp.
fixes #6081
2014-06-03 17:59:22 +02:00
Eric Lippmann
93829bde92
config.ini: Fix indents
2014-06-02 13:33:17 +02:00
Eric Lippmann
50e01d1284
Config: Rename `configPath' to `config_path'
...
We use underscore_case notation for all configuration keys.
refs #4952
2014-06-02 12:09:16 +02:00
Johannes Meyer
f454fa0611
Enable logging and make the file resource definition using the new log syntax
2014-04-30 09:10:23 +02:00
Alexander Klimov
e6ec4c6011
Complete configuration file
...
refs #4514
2014-04-02 13:47:02 +02:00
Alexander Klimov
de87bb7a8a
Complete configuration file
...
refs #4514
2014-04-02 13:47:02 +02:00
Johannes Meyer
f5e4331d71
Add timeline view script and styles
...
refs #4190
2014-04-01 11:46:43 +02:00
Thomas Gelf
8d29620350
Rename state history links
2014-03-27 09:47:52 +00:00
Johannes Meyer
71f4b6960b
Add servicematrix view
...
refs #4180
2014-03-19 09:11:24 +01:00
Thomas Gelf
58248c34a9
Remove width & height settings from dashboard components
2014-03-17 17:43:45 +00:00
Thomas Gelf
9d8bd28148
Restrictions for the 'support2' group affect icingaadmin
2014-03-10 01:34:13 +01:00
Thomas Gelf
431cb9a4b4
Add new process info link to System menu
2014-03-10 00:51:36 +01:00
Thomas Gelf
edd03d3e55
Move "temporary logout" to menu
2014-03-07 17:29:04 +00:00
Thomas Gelf
13f827a0ef
Cleanup preferences, add them to the menu
2014-03-07 17:03:43 +00:00
Marius Hein
b4e0b2040a
Remove concrete restriction for icingaadmin and add example
2014-03-07 17:12:29 +01:00
Thomas Gelf
a8e4a6a0f3
Vagrant box had old dashboard.ini
2014-03-06 17:49:32 +00:00
Thomas Gelf
7a712c1f98
Default menu cleanup
2014-03-06 10:29:32 +00:00
Thomas Gelf
81a39a7fa5
One more dashboard pane
2014-03-04 16:12:12 +00:00
Johannes Meyer
8abefaee3c
Add style information for tactical overview
...
refs #3782
2014-03-04 14:48:53 +01:00
Eric Lippmann
07d04628cf
Merge branch 'feature/installation-and-configuration-cleanup-5638'
...
Conflicts:
config/config.ini.in
library/Icinga/Application/ApplicationBootstrap.php
library/Icinga/Application/Cli.php
library/Icinga/Application/EmbeddedWeb.php
library/Icinga/Application/Logger.php
library/Icinga/Application/Modules/Manager.php
library/Icinga/Application/Web.php
library/Icinga/Authentication/Backend/DbUserBackend.php
library/Icinga/Authentication/Manager.php
library/Icinga/User/Preferences/IniStore.php
test/php/library/Icinga/Application/LoggerTest.php
2014-03-03 19:03:39 +01:00
Eric Lippmann
39c80dccaf
Decouple authentication backend creation from Icinga\Authentication\Manager
...
Add authentication backend type msldap with default values for user_class
and user_name_attribute. Backend type ldap now logs an error when user_class
and user_name_attribute ist not configured. Rename membership.ini to
memberships.ini since all our INI configuration files are in the plurar
where it makes sense. The AuthenticationController now handles
authentication
refs #5685
refs #5638
fixes #5218
2014-03-03 17:21:17 +01:00
Matthias Jentsch
a8f765fa3b
Add extern authentication
...
Provide a new settings authenticationMode and delegate the
authentication handling to the webserver when the external authentication mode
is set. Add a new view 'logout' that will be shown after logout from external
authentication as the regular redirect to login is not possible.
refs #5405
2014-02-26 18:08:48 +01:00
Johannes Meyer
43c18261ea
Add new log wrapper
...
refs #5683
2014-02-26 10:47:02 +01:00
Johannes Meyer
c89f3b6140
Add filter functionality to eventhistory view and fix default order direction
...
refs #5589
2014-02-21 12:59:32 +01:00
Eric Lippmann
7fa6668b64
Make Icinga Web 2 work without any config file
...
refs #5638
fixes #5523
2014-02-20 13:53:28 +01:00
Matthias Jentsch
c17cd2df34
Fix layout of GridChart
...
Introduce diagonal layout for x-axis, use bigger fonts and set the bar-rendering
to use a bigger default-width
fixes #5672
2014-02-18 18:44:42 +01:00
Eric Lippmann
8edf421c45
Replace debug log with respecting log priorities
...
refs #5638
fixes #5522
2014-02-18 14:46:15 +01:00
Markus Frosch
971a87c608
Fixed executable flags on normal files.
...
Refs #5040
2014-02-18 09:42:13 +01:00
Eric Lippmann
69a482d106
Auth: Connect only when a authentication backend is used. Fix log in error messages
...
refs #5506
refs #5638
fixes #4931
2014-02-18 09:33:33 +01:00
Marius Hein
8a604f1c2c
Implement structures for permissions, restrictions and membership
...
refs #4624
2014-02-12 17:03:18 +01:00
Thomas Gelf
654953d9d6
New menu, still unfinished
2014-02-03 16:03:05 +00:00
Eric Lippmann
a12f9614be
Menu: Re-add missing menu items
2014-01-28 13:34:57 +01:00
Chris Rüll
c4a00b8d31
Menu Configuration
...
Rework the Menu.Ini files and Include a new class to create a menu inside the project
2014-01-28 13:34:57 +01:00
Matthias Jentsch
5d8081ad09
Add support for multiple module installation paths
...
Read the module paths from the configuration file and add form fields
to edit the path from the web interface.
refs #4607
2014-01-22 18:28:19 +01:00
Eric Lippmann
1c18edc4d4
Resources: Fix internal ldap auth config
2013-11-26 13:30:48 +01:00
Eric Lippmann
eefd9d07ae
Resources: Fix internal ldap auth not configured via resources.ini
2013-11-26 12:06:36 +01:00
Eric Lippmann
ec42ddde12
Landing Page: Show unhandled host and service problems
2013-10-23 15:55:53 +02:00
Jannis Moßhammer
8eea09ab53
Add default dashboard, fix componentLoader issue introduced before
2013-10-23 13:06:09 +02:00
Marius Hein
bcfc1b56bb
Fix database switches and backend configuration
...
refs #4941
2013-10-22 17:50:21 +02:00
Marius Hein
dd214bbe16
Implement disable flag for authentication backends
...
refs #4941
2013-10-22 17:50:21 +02:00
Marius Hein
b9f03e27b7
Fix backend configuration while installation
...
refs #4941
2013-10-22 17:50:21 +02:00
Marius Hein
1fc66eef84
Removed unused ldap attributes
...
refs #4941
2013-10-22 17:50:21 +02:00
Marius Hein
9ebd2c0478
Fix port for internal db
...
Fix db factory to use that port
refs #4941
2013-10-22 17:50:20 +02:00