Johannes Meyer
8d04c8548a
Do not hardcode action specific parameters to preserve in the FilterEditor
...
This should only happen for other control parameters or framework
specific stuff. This is still subject to improvement, as this solution is
rather ugly imho..
refs #10370
2015-11-10 11:51:26 +01:00
mbaschnitzi
2e650f6aa4
Rename moduel.info to module.info
...
Fix a typo in filename of iframe module info file.
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-09 09:56:39 +01:00
Eric Lippmann
ba55ad7c5a
monitoring: Fix unhandled service counter in the hosts overview
...
Group by was wrong.
fixes #10490
2015-11-09 09:55:17 +01:00
Johannes Meyer
6c313b816e
hostssummary.phtml: Fix copy&paste mistakes
...
fixes #10389
2015-10-16 16:03:25 +02:00
Johannes Meyer
8db123ffa0
MacroTest: Remove obsolete tests
...
The macro resolver does not know anymore about customvars, just plain
object attributes, which are now covered by testFaultyMacros()
2015-10-15 17:22:47 +02:00
Eric Lippmann
81aac2f6aa
Revert "Rename manifest file"
...
This reverts commit eed1959223 .
There's a pull request on GitHub open for that one.
2015-10-15 11:01:58 +02:00
Eric Lippmann
34f4eb9321
Revert "iframe: Do not escape the url"
...
This reverts commit bd424a7cbd .
refs #10321
2015-10-15 11:01:04 +02:00
Marius Hein
eed1959223
Rename manifest file
2015-10-14 12:31:46 +02:00
Johannes Meyer
bd424a7cbd
iframe: Do not escape the url
...
The url is already escaped.
fixes #10321
2015-10-10 20:53:09 +02:00
Johannes Meyer
b582146def
Merge branch 'master' into bugfix/make-host-customvars-accessible-from-service-objects-10304
2015-10-05 14:09:10 +02:00
Johannes Meyer
125ecb2f0a
ActionForm: Allow contact_name and contactgroup_name as filter column
...
Because it works now.
2015-10-05 14:05:17 +02:00
Johannes Meyer
6a68d25bc3
MonitoredObject: Deprecate method matches()
...
It's now possible to achieve the same by passing the object directly to a
filter.
refs #10304
2015-10-05 14:04:40 +02:00
Johannes Meyer
07e5664fbe
MonitoredObject: Allow to access a set-value by name
...
$object->contact|contactgroup|hostgroup|servicegroup + _name
is now allowed and returns an array of strings
refs #10304
2015-10-05 13:59:57 +02:00
Eric Lippmann
610325eebd
monitoring/CSS: Set line-height for plugin output
2015-10-05 13:21:11 +02:00
Johannes Meyer
499a7d628f
Macro: Resolve prefixed custom vars and object attributes
...
refs #10304
2015-10-05 13:18:10 +02:00
Johannes Meyer
0ed6e08175
MonitoredObject: Allow to access custom variables by property
...
refs #10304
2015-10-05 13:16:41 +02:00
Johannes Meyer
996959b65e
MonitoredObject: Fix object_type condition in method fetchHostVariables
...
refs #10304
2015-10-05 12:54:30 +02:00
Johannes Meyer
7419c9e87c
MonitoredObject: Allow to fetch a host's customvariables for services
...
refs #10304
2015-10-05 11:57:31 +02:00
Johannes Meyer
bf5f9f038c
setup module: Translate a single string
...
Wohooo! (..)
2015-10-02 12:11:18 +02:00
Thomas Gelf
6a8f970685
it_IT: ...
2015-10-02 12:10:56 +02:00
Thomas Gelf
6a7d9fc4e3
it_IT: a few more strings
2015-10-02 12:09:35 +02:00
Eric Lippmann
4b85ab985c
monitoring/locale: Update de_De
2015-10-02 12:07:41 +02:00
Thomas Gelf
dbb8b10f2f
it_IT: refreshed a couple of translation strings
2015-10-02 12:01:54 +02:00
Eric Lippmann
7e2c47e26b
monitoring: Fix table header in the contact groups overview
2015-10-02 11:35:00 +02:00
Eric Lippmann
54bb99a96d
Merge branch 'feature/dope-layout-5543'
...
refs #5543
2015-10-02 11:16:35 +02:00
Thomas Gelf
3bb2238ec8
translation.md: fix img urls, must be relative
2015-10-02 10:02:36 +02:00
Eric Lippmann
359dde708c
Prepare 2.0.0 release
2015-10-01 23:39:27 +02:00
Eric Lippmann
fde7525850
modules: Add iframe
...
resolves #8645
2015-10-01 23:07:34 +02:00
Eric Lippmann
61357da35c
Merge branch 'bugfix/group-by-9956'
...
fixes #9956
2015-10-01 23:05:27 +02:00
Eric Lippmann
422f06bd58
monitoring/CSS: Fix service grid load more link colors
...
refs #5543
2015-10-01 23:00:06 +02:00
Eric Lippmann
8a4674c33c
monitoring/CSS: Add rules for controls
...
refs #5543
2015-10-01 22:59:49 +02:00
Eric Lippmann
6b897e239d
monitoring/CSS: Make plugin output small
...
refs #5543
2015-10-01 22:59:09 +02:00
Eric Lippmann
5903ab6071
monitoring: Add h1 to components/flags
...
refs #5543
2015-10-01 22:54:40 +02:00
Eric Lippmann
3a27e44437
monitoring: Remove h1 from service/show and feature command forms
...
refs #5543
2015-10-01 22:53:42 +02:00
Eric Lippmann
aadbbe08e1
monitoring: Fix list headers, #2
...
refs #5543
2015-10-01 22:51:42 +02:00
Thomas Gelf
9ca81320ac
Search: re-add object names, allow for addresses
...
It's now possible do search for IP (and IPv6) addresses. Object names
are once again allowed
fixes #9591
fixes #10163
2015-10-01 18:48:36 +02:00
Johannes Meyer
98f2da818f
Alertsummary: Fix that the limiter does not have any effect ...
...
refs #5543
2015-10-01 18:17:22 +02:00
Johannes Meyer
378be3fd06
Alertsummary: Remove pagination control
...
refs #5543
2015-10-01 18:14:41 +02:00
Johannes Meyer
0436f4fdb9
Adjust remaining show-more links
...
refs #5543
2015-10-01 18:11:35 +02:00
Johannes Meyer
a1beb66e5e
servicegrid: fix controls
...
refs #5543
2015-10-01 18:01:52 +02:00
Matthias Jentsch
a360235f81
Use the same amount of whitespaces for all link types
...
refs #5543
2015-10-01 17:51:42 +02:00
Matthias Jentsch
9db477777a
Fix notes and action url in detail views
...
refs #5543
2015-10-01 17:50:08 +02:00
Thomas Gelf
f886172c24
monitoring/partials: no double-escape, qlink does so
2015-10-01 17:42:58 +02:00
Eric Lippmann
3d2521abf0
Merge branch 'master' into feature/dope-layout-5543
2015-10-01 17:42:24 +02:00
Eric Lippmann
42fb6113c4
monitoring: Fix downtime-header
...
refs #5543
2015-10-01 17:39:44 +02:00
Eric Lippmann
a8bebb17e1
monitoring: Disable slow dashboards, #2
...
refs #5543
2015-10-01 17:26:34 +02:00
Eric Lippmann
1ba315f414
Revert "monitoring: Disable slow dashboards"
...
This reverts commit 6d2a18f4e0 .
2015-10-01 17:25:45 +02:00
Eric Lippmann
6d2a18f4e0
monitoring: Disable slow dashboards
...
refs #5543
2015-10-01 17:25:10 +02:00
Eric Lippmann
af338c1dba
monitoring: Don't render custom variables as list
...
refs #5543
2015-10-01 17:08:48 +02:00
Matthias Jentsch
323b294fe1
Fix service grid padding
...
refs #5543
2015-10-01 16:58:22 +02:00