Eric Lippmann
|
0e307c6482
|
IDO: Provide comment name column
The Icinga 2 API requires the comment's name when removing the comment.
refs #11398
|
2016-08-31 12:57:50 +02:00 |
Eric Lippmann
|
1bbe1b3620
|
RemoteCommandFile: Don't close stdin to support transmitting multiple commands
|
2016-06-09 16:43:06 +02:00 |
Thomas Gelf
|
3a00923116
|
RemoteCommandFile: Replace exec with proc_open
|
2016-06-06 15:08:45 +02:00 |
Eric Lippmann
|
97451dae86
|
Merge branch 'bugfix/remove-large-add-to-menu-tab-11850'
fixes #11850
|
2016-06-02 17:57:51 +02:00 |
Eric Lippmann
|
e92aa3de42
|
Merge branch 'bugfix/sorting-no-longer-works-as-expected-11729'
fixes #11729
|
2016-06-02 17:57:50 +02:00 |
Eric Lippmann
|
ba5fe61fa9
|
monitoring: Make timeline colors accessible
fixes #11871
|
2016-06-01 14:40:55 +02:00 |
Alexander A. Klimov
|
ecfc8b0f0a
|
Don't provide the "Add to menu" action for command forms
refs #11850
|
2016-05-31 14:56:42 +02:00 |
Alexander A. Klimov
|
1be8e14772
|
Servicegroups list: show how many services are unknown and handled
fixes #11708
|
2016-05-20 17:05:51 +02:00 |
Alexander A. Klimov
|
af2cee0942
|
Make host and service severities independend of whether the state is soft or hard
refs #11729
|
2016-05-20 14:41:02 +02:00 |
Eric Lippmann
|
f66daa622c
|
Fix unwanted change of ContactgroupQuery::$groupBase
Oops!
fixes #11598
|
2016-04-18 01:01:26 +02:00 |
Eric Lippmann
|
4d488ab354
|
Merge branch 'master' into feature/restrict-custom-variables-10965
|
2016-04-13 15:44:12 +02:00 |
Alexander A. Klimov
|
589da9bcd1
|
monitoring: Apply custom variable restrictions
refs #10965
|
2016-04-13 15:43:42 +02:00 |
Eric Lippmann
|
275d9bd411
|
Add CSS class for state badge groups
|
2016-04-13 12:28:38 +02:00 |
Eric Lippmann
|
4cc4657ee9
|
Add host_is_reachable column to the host status data view
refs #11404
|
2016-04-11 10:29:26 +02:00 |
Eric Lippmann
|
750b8950b2
|
lib: Reorder columns in Hoststatus
|
2016-04-11 10:29:08 +02:00 |
Eric Lippmann
|
a824637c0e
|
Add service_is_reachable column to the service status data view
refs #11404
|
2016-04-11 10:28:12 +02:00 |
Eric Lippmann
|
aced4f3b6e
|
lib: Reorder columns in Servicestatus
|
2016-04-11 10:27:28 +02:00 |
Eric Lippmann
|
a2ff8c9778
|
monitoring: No longer provide contact columns in the contact group query
Contacts query w/ filter for contact group should be used instead.
|
2016-03-31 10:26:27 +02:00 |
Alexander A. Klimov
|
66a7bdfc84
|
MonitoredObject: implement hideBlacklistedProperties()
refs #10965
|
2016-03-22 18:21:20 +01:00 |
Marius Hein
|
c831bc5232
|
Add host_alias to search columns if backend is icinga 1
|
2016-02-29 22:34:54 +01:00 |
Eric Lippmann
|
02eea2ad11
|
Disable persistent comment checkbox if backend is Icinga 2
refs #11100
|
2016-02-25 17:51:02 +01:00 |
Eric Lippmann
|
47b3019940
|
Add MonitoringBackend::isIcinga2()
This function is for the many places where we have to distinguish between Icinga 1.x and Icinga 2.x.
refs #11100
|
2016-02-25 17:45:51 +01:00 |
Eric Lippmann
|
c834e66b9a
|
Show useful error message if a command transport failed
fixes #10173
|
2016-02-25 10:36:10 +01:00 |
Eric Lippmann
|
7f358ed88d
|
Don't sort a data view on dump when the data view is already sorted
|
2016-02-23 15:40:40 +01:00 |
Eric Lippmann
|
bb8478a219
|
Merge branch 'bugfix/passwords-not-hidden-by-icinga-web-2-10640'
fixes #10640
|
2016-02-23 15:40:27 +01:00 |
Eric Lippmann
|
acd2ef709e
|
monitoring: Fix PHPDoc of MonitoredObject::obfuscateCustomVars()
refs #10640
|
2016-02-23 10:54:47 +01:00 |
Alexander A. Klimov
|
474803fee4
|
Change all license headers to only reflect a file's year of creation
refs #11000
|
2016-02-08 15:41:00 +01:00 |
Eric Lippmann
|
4df7fdea88
|
monitoring: Add obsessing to ObjectList::getFeatureStatus()
|
2016-01-28 14:45:22 +01:00 |
Eric Lippmann
|
32f87284ad
|
PHP7: Fix MySQL and PostgreSQL PDO extension checks
refs #10251
|
2016-01-28 13:52:31 +01:00 |
Eric Lippmann
|
6ad40b5123
|
monitoring: Introduce ObjectList::getFeatureStatus()
refs #8963
|
2016-01-27 17:37:34 +01:00 |
Eric Lippmann
|
027aaacff8
|
monitoring: Prepare feature command form for multi-select
refs #8963
|
2016-01-27 17:37:15 +01:00 |
Eric Lippmann
|
7fd575080e
|
PHP7: Rename String to StringHelper
refs #10251
|
2016-01-27 16:46:55 +01:00 |
Eric Lippmann
|
2e1e0bb89f
|
Setup/Monitoring: Remove obsolete sockets requirement
fixes #10805
|
2016-01-25 07:32:18 +01:00 |
Alexander A. Klimov
|
7bc489ba4d
|
MonitoredObject: obfuscate custom variables recursively
refs #10640
|
2016-01-22 18:37:27 +01:00 |
Thomas Gelf
|
9f035dd61a
|
Monitoring\Hook: fix service actions
|
2016-01-12 12:27:21 +01:00 |
Johannes Meyer
|
1fe1f23031
|
monitoring: Use class Navigation for hook actions
|
2016-01-11 17:03:46 +01:00 |
Eric Lippmann
|
44dd4653ec
|
monitoring: Remove applying restrictions in the detail area when not necessary
|
2015-12-22 13:00:25 +01:00 |
Eric Lippmann
|
c5804eebb7
|
Merge branch 'bugfix/sort-hosts-and-services-by-last-state-change-9957'
fixes #9957
|
2015-12-21 10:34:20 +01:00 |
Eric Lippmann
|
d7eaa41ab4
|
Move sort services by last state change up in the sort by list
refs #9957
|
2015-12-21 10:33:21 +01:00 |
Eric Lippmann
|
11e7d1050f
|
Merge branch 'bugfix/line-breaks-in-comments-10603'
fixes #10603
|
2015-12-21 09:39:12 +01:00 |
Alexander A. Klimov
|
2624c7f328
|
Sort hosts and services descending by last state change
refs #9957
|
2015-12-18 15:50:57 +01:00 |
Alexander A. Klimov
|
aad7baa5c4
|
Perfdata::getPercentage(): prevent division by integer 0
fixes #10331
|
2015-12-15 17:32:45 +01:00 |
Johannes Meyer
|
7c6471da86
|
Action: Return the new url if it has been resolved
This was already part of the 2.0 release, but was working however. Got
revealed by a restructuring commit a few weeks ago.
fixes #10702
|
2015-11-23 10:34:46 +01:00 |
Eric Lippmann
|
7858343605
|
monitoring: Select comment_is_persistent for comments in the detail area
|
2015-11-20 15:47:04 +01:00 |
Thomas Gelf
|
b643c97fb0
|
IdoQuery: pass ourselves to hook, not back to us
|
2015-11-13 18:01:39 +01:00 |
Thomas Gelf
|
fd7165329a
|
IdoQuery: provide ourselves to the hook
|
2015-11-13 17:37:03 +01:00 |
Thomas Gelf
|
cd16206c7e
|
IdoQuery: fix typo
|
2015-11-13 17:37:03 +01:00 |
Thomas Gelf
|
2589fbcf04
|
IdoQuery::joinHookedVirtualTable: missing method
|
2015-11-13 17:37:03 +01:00 |
Thomas Gelf
|
b7352105d2
|
IdoQueryExtensionHook: "just a new hook"
|
2015-11-13 17:37:03 +01:00 |
Thomas Gelf
|
6394cec933
|
DataviewExtensionHook: return fetched columns
|
2015-11-13 17:37:03 +01:00 |