Sukhwinder Dhillon
7346cd1cab
HostServiceTermValidator:isValid(): Add missing return statement
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
35d151b70d
Sort Trait: Make $sort nullable and adjust code accordingly
...
- Update phpDoc
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
92e982bf3d
Remove unused class Form and FormStateOverrides
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
e638fade56
Renderer: Fix that !empty($elements) is always true
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
9e67b56bca
RenderedProcessActionBar: Remove unused constructor param $auth
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
8923476277
BpNode::getMissingChildren(): Use child name if alias not given
...
Host/Service alias is optional and null as default
2023-08-10 12:45:17 +02:00
Johannes Meyer
b8d5f0de2b
Drop unused trait EnumList
2023-08-09 16:13:01 +02:00
Johannes Meyer
30d952ae0a
Drop obsolete form element class StateOverrides
2023-08-09 16:13:01 +02:00
Johannes Meyer
0ea04f898f
Drop obsolete class NoDuplicateChildrenValidator
2023-08-09 16:13:01 +02:00
Johannes Meyer
d9c6debfa9
ServiceNode: Change alias to <service> on <host>
2023-08-09 16:13:01 +02:00
Johannes Meyer
9c84764157
BpNode: Re-index childnames upon node removal
2023-08-09 16:13:01 +02:00
Johannes Meyer
6dd8a51ce5
Introduce new form validator for host/service terms
2023-08-09 16:13:01 +02:00
Johannes Meyer
46cce05c0a
Add ipl-form compatible implementation of the state override element
2023-08-09 16:13:01 +02:00
Johannes Meyer
0fdee96deb
IDO: Add custom hoststatus and servicestatus queries
...
For autocompletion with custom variable support, it is
required to be able to filter for custom variable values
if no customvariable name is known. But since the template
how custom variables are joined is on a private property,
this many classes are required to circumvent/adjust that.
2023-08-09 16:13:01 +02:00
Sukhwinder Dhillon
2576fc3dc3
BpConfig: Don't add same error message multiple times
2023-08-09 15:56:34 +02:00
Sukhwinder Dhillon
25f37d6575
Use unescaped node name for missing children
2023-08-09 15:56:34 +02:00
Sukhwinder Dhillon
f93873623f
Call it faulty config intead of invalid config
2023-08-09 15:56:34 +02:00
Sukhwinder Dhillon
08cae45336
Imported Node: Don't break view if source config file is faulty
2023-08-09 15:56:34 +02:00
Johannes Meyer
64eb2a7f68
BaseTestCase: Use Icinga Web's base test case
2023-08-09 14:29:41 +02:00
Johannes Meyer
1d08c954ba
IcingaDbState: Fix postgres support
...
-.-
2023-08-09 14:10:37 +02:00
Johannes Meyer
ffab7edcb3
IcingaDbState: Apply state data from redis
2023-08-09 10:53:40 +02:00
Johannes Meyer
78ad4491d2
IcingaDbState: Optimize queries
...
There's no need to fetch more data than required.
And issuing count queries only for benchmarks.. -.-
Also bypasses ipl-orm to fetch results now.
fixes #343
2023-08-09 10:22:10 +02:00
Sukhwinder Dhillon
af4b98faeb
Use fontawesome icons with ipl\Web\Widget\Icon class everywhere
2023-08-08 12:24:29 +02:00
Sukhwinder Dhillon
1360e1e4a0
Avoid inline css
2023-08-08 11:39:24 +02:00
Johannes Meyer
3fe17336dc
Escape semicolons in node names
...
fixes #312
2023-08-08 08:46:48 +02:00
Johannes Meyer
52c150c56b
Use the new Sort trait where applicable
...
Moves the entire order processing to the renderers as that's
where it's mostly relevant. The only cases where nodes are
still ordered outside the rendering is where changes are
applied based on user input, which happened based on what's
been previously rendered.
2023-08-03 15:19:28 +02:00
Johannes Meyer
c3d09fd601
Introduce Icinga\Module\Businessprocess\Common\Sort
2023-08-03 15:06:08 +02:00
Johannes Meyer
96f94f9959
Controller: Extend ipl\Web\Compat\CompatController
2023-08-03 15:06:08 +02:00
Johannes Meyer
926ac14bd9
css: Apply form specific rules only to form.bp-form
2023-08-03 15:06:08 +02:00
Johannes Meyer
1ac87cb4ea
Let all config forms extend BpConfigBaseForm
...
They're all too similar.
2023-08-03 15:06:08 +02:00
raviks789
654ba0474d
Show Ack icon in tree view for nodes with both downtime and acknowledgement ( #352 )
...
Acknowledgement takes priority in handled nodes and hence it is
sufficient to show acknowledged icons in case the handled node has an
acknowledgement and also a downtime is scheduled for it.
2023-08-03 15:01:48 +02:00
raviks789
4a3b3e3657
Show Ack/Downtime icons in the node tiles for the handled nodes
...
In case the hosts/services are acknowleded or have scheduled downtime show Acknowledeged or
Downtime icons respectively.
2023-08-03 14:53:08 +02:00
Sukhwinder Dhillon
da0c72d578
DashboardAction: Use ipl-web's icon
2023-08-03 10:57:14 +02:00
Sukhwinder Dhillon
6b4a3cbc0c
Do not break overview page if existing business-process has invalid config
...
- Add icon and config file name to broken `business-process`
- Use font-awesome icon
2023-08-03 10:57:14 +02:00
Sukhwinder Dhillon
1aba349be5
NodeRemoveAction: Remove stateoverrides of node while removing node
2023-08-01 11:14:18 +02:00
Johannes Meyer
c2e06aca0a
TreeRenderer: Use Icinga Web's collapsible implementation now
...
resolves #254
2023-07-24 15:57:06 +02:00
Sukhwinder Dhillon
2f730cc526
Display node name if alias is missing
...
This fixes the issue that the name of a missing monitoring node is
not displayed in forms and in Tree/Tile view.
2023-07-24 14:31:17 +02:00
Sukhwinder Dhillon
5b4056e1b2
ServiceNode: getAlias() returns null if host or service alias is null
2023-07-24 14:31:17 +02:00
Sukhwinder Dhillon
83194e4942
Drop support for external_info and extra_info flag
2023-07-19 13:34:39 +02:00
Sukhwinder Dhillon
be2473864b
Introduce new XOR (^) operator
2023-07-13 10:19:08 +02:00
Sukhwinder Dhillon
77075d5c64
Don't show process id if display name exists
2023-07-12 11:54:36 +02:00
Sukhwinder Dhillon
ecdd51b6a0
LegacyConfigParser: Ignore empty lines in parseHeaderLine()
...
- Otherwise the index 0 of the empty line in elseif cannot be checked, which leads to an error
2023-07-12 11:26:14 +02:00
Sukhwinder Dhillon
4143019412
IcingaDbState: last_state_change is now a DateTime Obj
...
ref https://github.com/Icinga/icingadb-web/pull/753
2023-06-06 15:07:04 +02:00
raviks789
da2ed1aef4
Prevent deletion of referenced BP config
2022-09-14 09:58:04 +02:00
raviks789
3a7dc64a50
Fix storing of business process with Description having new lines ( #339 )
...
* Fix storing of business process with `Description` having new lines
The `LegacyConfigRenderer::renderHeader()` should render new lines in the `Description` field as comments.
This fix avoids occurrence of future issues due to new lines in `Description` field while adding or modifying the
business processes.
* Parse new lines in header
The new lines in header which may belong to the field like `Description` must be parsed correctly.
2022-09-14 09:53:54 +02:00
raviks789
bd2cb52292
Show critical count badge in left menu
...
The critical count badge of `Business Process` menu section represent number configs that are in critical state.
The critical count badge of configs sub section under represent number of critical root nodes of that specific config.
2022-09-14 09:53:11 +02:00
raviks789
4ca8c72a05
Show service and host nodes for filtered roles
...
The service and host nodes must be shown, but clicking on these nodes should show
"Access Denied" page.
2022-09-14 09:52:23 +02:00
raviks789
b24600893a
Apply the filter for host names when 'Hosts from filter' option is selected
2022-09-14 09:51:31 +02:00
raviks789
ce812c01bf
Fix deletion of all occurences of a node
...
In case the node is not a BP node, we simply have to remove all occurences of the node.
2022-07-28 12:35:45 +02:00
raviks789
731541e667
Fix BP node in case it has pending-handled child node
...
Increment `PENDING` state summary counter of the BP node in case there are `PENDING-HANDLED` child/children node/s.
2022-07-27 09:23:45 +02:00