5095 Commits

Author SHA1 Message Date
Johannes Meyer
b307fe2791 Reorder use statements to be in alphabetical order 2014-12-12 12:44:31 +01:00
Johannes Meyer
1721936ca9 Merge branch 'bugfix/drop-obsolete-state-helpers-7996'
fixes #7996
2014-12-12 12:43:16 +01:00
Johannes Meyer
7987fb3f5a Use the Host and Service object class helpers instead of the Util view helper
This also ensures that all state names that are shown to the user are
properly translated.

refs #7996
2014-12-12 12:22:20 +01:00
Johannes Meyer
87664ffef9 Use the Host and Service object class helpers instead of MonitoringState
This also ensures that all state names that are shown to the user are
properly translated.

refs #7996
2014-12-12 10:38:21 +01:00
Johannes Meyer
e63252cb04 Fix that the RuntimeVariables helper cant handle missing information
fixes #7905
2014-12-11 18:00:36 +01:00
Johannes Meyer
3a2fb03562 Merge branch 'feature/support-passive-check-results-6854'
resolves #6854
2014-12-11 15:57:18 +01:00
Johannes Meyer
cee68877a9 ProcessCheckResultCommand: Indicate a incompatibility with icinga2
Should be solved by checking the backend's version on runtime
2014-12-11 15:56:23 +01:00
Johannes Meyer
abfef2cc11 Fix wrong command being rendered for passive service check results
refs #6854
2014-12-11 15:53:12 +01:00
Johannes Meyer
ddc121d1cc Add ProcessCheckResultCommandForm
refs #6854
2014-12-11 15:52:23 +01:00
Gunnar Beutner
60feed55b7 Update Icinga 2 config for 2.3
refs #7883
2014-12-11 13:15:33 +01:00
Johannes Meyer
8779e80291 Add a link to a service's event when showing the host's history 2014-12-11 10:56:47 +01:00
Johannes Meyer
73f9328f12 Highlight hovered state rows even if there is no href
fixes #8024
2014-12-11 10:54:58 +01:00
Eric Lippmann
9b6c90bf98 git: Fix .puppet path 2014-12-10 16:03:47 +01:00
Eric Lippmann
4e8595f0c5 puppet: Rename .vagrant-puppet to .puppet 2014-12-10 16:02:54 +01:00
Eric Lippmann
89c4bb4f53 puppet: Use hiera in icingaweb2_dev 2014-12-10 16:01:54 +01:00
Tom Ford
dc0f396fbf Check LDAP username in case insensitive way
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>

refs #7991
2014-12-10 16:00:39 +01:00
ayoubabid
e0bec56d23 Update RemoteInstanceForm.php
Wrong path to icinga2 command.

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2014-12-10 15:42:01 +01:00
ayoubabid
429b16b74e Update LocalInstanceForm.php
Wrong path to icinga2 command

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2014-12-10 15:41:51 +01:00
Eric Lippmann
a087bc8c00 puppet: Add note to php-timezone that it's always executed and that it should be a resource 2014-12-10 15:20:45 +01:00
Eric Lippmann
cccab1d3e9 puppet: Add note to parent_dirs that it has to removed 2014-12-10 15:17:37 +01:00
Eric Lippmann
bf68ecfa8c puppet: Let icingaweb2::config::module() use the config path defined by hiera 2014-12-10 15:17:15 +01:00
Eric Lippmann
513fbe6461 puppet: Let icingaweb2::config::general() use the config path defined by hiera 2014-12-10 15:16:19 +01:00
Eric Lippmann
9446117517 git: Fix .gitignore include 2014-12-10 15:15:56 +01:00
Eric Lippmann
06fe3bc218 puppet: Add class icingaweb2::config
icingaweb2::config creates Icinga Web 2's configuration directories using the config path defined by hiera.
2014-12-10 15:14:56 +01:00
Eric Lippmann
83b1cdeb3b puppet/apache: Make the Apache user a virtual resource
This is required for appending the Apache user to groups later w/o hassle.
2014-12-10 15:11:57 +01:00
Eric Lippmann
8b59276ea8 puppet: Remove icingaweb2's init.pp
The module icingaweb2 is reserved for installing Icinga Web 2 from package
by including the class icingaweb2.
2014-12-10 15:10:42 +01:00
Carlos Cesario
eca176f191 Fix wrong change
Fix wrong change host->host_display_name to host->host_name.

refs #7988
2014-12-10 11:30:59 -02:00
Carlos Cesario
311ebfbcba Add support to untranslated strings
Add support to untranslated strings

refs #7988
2014-12-10 10:45:57 -02:00
Eric Lippmann
aea29fba62 puppet: Remove pear module because it's not used
refs #6842
2014-12-10 10:33:48 +01:00
Eric Lippmann
9d7f3bdbc6 Merge branch 'master' into feature/deduplicate-puppet-code-6842 2014-12-10 09:38:59 +01:00
Eric Lippmann
68e460b5d1 Remove unused use in EmbeddedWeb 2014-12-10 09:32:02 +01:00
Eric Lippmann
888fa90fe2 Fix typo in PHPDoc in EmbeddedWeb 2014-12-10 09:31:37 +01:00
Eric Lippmann
613cbae5bf packages: Fix base dir path in the icingacli
refs #4075
2014-12-10 09:30:35 +01:00
Eric Lippmann
2b5fe7baf4 Set default config dir to '/etc/icingaweb2' 2014-12-10 09:30:12 +01:00
Eric Lippmann
ef00765ff0 packages: Use 'icingaweb2' as the web path
refs #4075
2014-12-10 09:29:38 +01:00
Eric Lippmann
d0e8718d61 packages: Rename icingaweb.conf to icingaweb2.conf 2014-12-09 16:56:06 +01:00
Eric Lippmann
916868a051 Revert "Add support for "core" modules and make the setup module such a module"
This reverts commit 8af13f564b3f8e69c2c1abcda5d7e2e5266c3c7d.

The setup module must only be loaded when necessary not always.
2014-12-09 16:28:05 +01:00
Eric Lippmann
7d00f68660 Revert "Load core modules also when bootstrapping the CLI"
This reverts commit f12473d34bf55b2acea2a196d5455ad851dbf86b.

The CLI must not load core modules, i.e. setup.
2014-12-09 16:27:04 +01:00
Johannes Meyer
196b6a4875 Ensure that Zend is loaded when showing status information in the CLI
fixes #7869
2014-12-09 15:38:13 +01:00
Eric Lippmann
28f08078f0 doc: Add module config.ini for packaging
resolves #7196
2014-12-09 14:58:39 +01:00
Eric Lippmann
bca2335aa3 doc: Add module documentation 2014-12-09 14:58:18 +01:00
Eric Lippmann
d2a7254a37 doc: Prefer "root" doc path over configured path
If the "root" doc path, i.e. application/doc exists, it is preferred over the configured
one.

refs #4075
2014-12-09 14:55:24 +01:00
Eric Lippmann
3120a0c090 doc/ModuleController: Do not use 'void' results 2014-12-09 14:30:57 +01:00
Eric Lippmann
c7e6252aca doc: Make path to module documentations configureable
refs #7196
2014-12-09 14:30:10 +01:00
Eric Lippmann
e901e545c3 doc/IcingawebController: Do not use 'void' results 2014-12-09 14:28:58 +01:00
Eric Lippmann
7605076dc5 doc/IcingawebController: Use sprintf for "Missing parameter x" exceptions 2014-12-09 14:28:10 +01:00
Eric Lippmann
08bbe59679 doc: Throw an exception if Icinga Web 2's documentation is not avaiable
refs #7196
2014-12-09 14:27:02 +01:00
Eric Lippmann
823d338f73 doc/Controller: Do not use 'void' results 2014-12-09 14:24:45 +01:00
Eric Lippmann
40b7098480 doc/parser: Fix PHPDoc indentation 2014-12-09 14:24:11 +01:00
Eric Lippmann
7edb1217c6 doc: Use sprintf for "Missing parameter x" exceptions 2014-12-09 12:57:16 +01:00