Thomas Gelf
2cfd072739
Basket: sort table, form element
2019-09-19 17:42:29 +02:00
Thomas Gelf
ab109ab626
SyncruleController: fail nicely in preview
...
fixes #1941
2019-09-16 11:37:44 +02:00
Thomas Gelf
83907eb8fa
BasketsController: fix hasSearch-related error
2019-09-12 00:09:55 +02:00
Thomas Gelf
ce40e16850
HostController: change wording
...
fixes #1827
2019-09-11 23:07:38 +02:00
Thomas Gelf
606d71501e
Use ipl, try to keep dipl compatibility
2019-09-11 23:02:39 +02:00
chisatohasimoto
9c62ea24b3
Add Japanese language support director
2019-09-11 22:52:33 +02:00
Eric Lippmann
d56ba2ed94
CLI: Apply modifiers in 'importsource fetch'
...
refs #1819
2019-09-11 22:48:48 +02:00
Thomas Gelf
dbc4699042
Merge branch 'next'
2019-09-11 22:44:27 +02:00
Thomas Gelf
4a070d5ba7
FormStoredPassword: one more dipl
2019-09-11 22:37:13 +02:00
Thomas Gelf
0e0bc3fb5d
various: some little fixes
2019-09-11 22:36:36 +02:00
Thomas Gelf
087b09d363
run: check module dependencies
...
fixes #1938
2019-09-11 22:34:48 +02:00
Thomas Gelf
e1565c9990
Revert "Merge branch 'next'"
...
This reverts commit f45f925e5e
, reversing
changes made to 90c07943e4
.
This was too early, need to check for incubator
2019-09-06 09:54:03 +02:00
Thomas Gelf
17f8ef1dd0
Use ipl, try to keep dipl compatibility
2019-09-06 09:48:11 +02:00
Thomas Gelf
90c07943e4
SyncRuleForm: add a note regarding filters
2019-09-06 09:45:44 +02:00
Thomas Gelf
4fcda464e8
Sync: allow notification, dependency, scheduled dt
...
fixes #925
fixes #1209
fixes #1211
fixes #1212
2019-09-06 09:39:35 +02:00
Thomas Gelf
2518990335
ImportRowModifierForm: fix duplicate translate()
2019-08-19 11:55:15 +02:00
Marius Hein
e51f9fa21a
ImportRowModifier: Change description
2019-08-19 11:29:11 +02:00
Marius Hein
cbd0b131fd
ImportRowModifier: Access sub values
2019-08-19 11:29:11 +02:00
Thomas Gelf
a97f31e657
StoredPassword: new element type -> hidden strings
...
fixes #1872
2019-07-10 13:11:58 +02:00
Thomas Gelf
aad07b3d1d
IcingaDependency: fix form and rendering
2019-07-09 10:36:57 +02:00
Thomas Gelf
e9bde184f1
IcingaDependencyForm: cleanup, description
2019-07-09 10:36:57 +02:00
Thomas Gelf
01f2666ff2
IcingaDependency: drop parent_service_var
2019-07-09 10:36:57 +02:00
Thomas Gelf
de0b3db8a2
IcingaDependencyForm: allow to store var names
2019-07-09 10:36:57 +02:00
Thomas Gelf
adace00df4
Dependency: prepare var rendering, cleanup
2019-07-09 10:36:57 +02:00
Thomas Gelf
4413a44d65
IcingaServiceForm: allow to set check_command...
...
...for Service Apply rules, given that admin permissions have been granted.
This also fixes the problem that inherited command names haven't been shown.
fixes #1899
2019-07-08 16:27:44 +02:00
Thomas Gelf
1953a7b0f7
Forms: explain "contains", mention wildcards
2019-07-08 14:12:30 +02:00
Rudy Gevaert
c36aed0f9e
Document the lookup of structured data sources
2019-07-04 13:33:38 +02:00
Florian Bachmann
b8bf12b951
add "icingacli director hostgroups" CLI command for listing hostgroups defined in Icinga Director
2019-07-04 12:18:20 +02:00
Thomas Gelf
0d405cba98
SyncruleCommand: show number of expected changes
...
Sample output when there are changes:
icingaweb2@web:~$ icingacli director syncrule check --id 36
There are pending changes for this Sync Rule. You should trigger a new Sync Run.
Expected modifications: 2x create, 0x modify, 0x delete
icingaweb2@web:~$ echo $?
1
...when there are no changes:
icingaweb2@web:~$ icingacli director syncrule check --id 34
This Sync Rule is in sync
icingaweb2@web:~$ echo $?
0
...and when something failes:
icingaweb2@web:~$ icingacli director syncrule check --id 32
This Sync Rule failed: No data has been imported for "Benutzergruppen aus Nagios" yet
icingaweb2@web:~$ echo $?
2
fixes #1849
2019-05-27 17:46:43 +02:00
Thomas Gelf
7533334de9
SyncruleController: fix typo
2019-05-27 17:30:42 +02:00
Thomas Gelf
cc15cae34a
Basket: allow to add external commands and...
...
...command templates
2019-05-27 17:27:18 +02:00
Thomas Gelf
e255471984
IcingaObjectFieldForm: propose command arguments
...
...for Host and Service Templates
2019-05-27 13:24:33 +02:00
Thomas Gelf
db8895ae10
DataTypeDatalist: allow to customize behavior
...
Available options:
* strict: select box
* suggest_strict: auto-completion, allow only list values
* suggest_optional: Allow for values not on the list
* suggest_extend: Extend the list with new values
fixes #1846
2019-05-06 21:25:44 +02:00
Markus Frosch
92f2f9f44d
IcingaConfig: Deprecate magic_apply_for as config feature
...
fixes #1850
2019-04-30 12:41:53 +02:00
Thomas Gelf
baa3ae248f
Datafield: fix links and redirections
...
fixes #1847
2019-04-29 10:45:30 +02:00
Dirk Goetz
b70bf7659e
ServiceGroup: Make assign optional
...
fixes #930
2019-04-24 14:02:32 +02:00
Thomas Gelf
da909907fd
IcingaMultiEditForm: use IcingaObjectFormHook
2019-04-24 11:20:40 +02:00
Thomas Gelf
904ec7c435
ScheduledDowntimes: Hosts with Services, optional
...
schema, form, rendering
fixes #1831
2019-04-12 12:12:32 +02:00
Thomas Gelf
70618169f1
ObjectsTabs: fix tabs for Choices
2019-04-12 11:58:09 +02:00
Marianne Spiller
ef2ecf1f8f
Adding s
...
Fixing "[CRITICAL] There is no check named 'job'"
2019-04-11 16:49:35 +02:00
Thomas Gelf
91fc186077
ScheduledDowntimes: remove templates for now
2019-04-11 11:17:58 +02:00
Thomas Gelf
8106a6ab6e
ScheduledDowntime, Form, activity: tweak links
2019-04-11 08:58:19 +02:00
Thomas Gelf
69c8018f8d
IcingaScheduledDowntimeForm: descriptions, cleanup
2019-04-11 02:53:31 +02:00
Thomas Gelf
54b62c7179
ApplRulesTable: allowto link with names
2019-04-11 02:53:31 +02:00
Thomas Gelf
cd13b8124b
IcingaScheduledDowntimeRangeForm: new form
2019-04-11 02:53:10 +02:00
Thomas Gelf
0178bb4718
IcingaScheduledDowntimeRangeTable: introduce, use
2019-04-11 02:53:10 +02:00
Thomas Gelf
6f790dd118
IcingaScheduledDowntimeForm: assignment elements
2019-04-11 02:34:14 +02:00
Thomas Gelf
d53174391d
SuggestionController: fix phpcs complaint
2019-04-11 02:34:14 +02:00
Thomas Gelf
c72b51c538
ScheduledDowntimes: a bunch of url-related changes
2019-04-11 02:34:14 +02:00
Thomas Gelf
f5a5a9c741
IcingaScheduledDowntimeForm: add all properties
2019-04-11 02:34:14 +02:00