Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Michael Friedrich
|
5d46f661ea
|
Implement 'console' cli command using the API
fixes #10387
|
2015-11-04 16:01:06 +01:00 |
Gunnar Beutner
|
fd5d6de52e
|
Improve performance for Livestatus queries
refs #10428
|
2015-10-22 08:28:40 +02:00 |
Michael Friedrich
|
8ebf087772
|
Improve error message for socket errors in Livestatus
fixes #10079
|
2015-10-15 14:58:21 +02:00 |
Jean Flach
|
f1a1dfb26e
|
Update use of String::Trim()
fixes #9704
|
2015-08-27 18:06:20 +02:00 |
Gunnar Beutner
|
1f63bcb1b3
|
Remove unused argument 'async'
refs #9972
|
2015-08-26 06:57:24 +02:00 |
Gunnar Beutner
|
9b0375bed8
|
Use an empty dictionary for the 'this' scope when executing commands with Livestatus
fixes #9883
|
2015-08-11 13:58:31 +02:00 |
Gunnar Beutner
|
2aa65f3f4c
|
Don't use the thread pool to compile Livestatus scripts
refs #8791
|
2015-03-18 14:36:46 +01:00 |
Gunnar Beutner
|
5e39fbbdf5
|
Make sure that 'icinga2 console' serializes temporary attributes (rather than just config + state)
fixes #8690
|
2015-03-11 16:07:24 +01:00 |
Gunnar Beutner
|
f41f9b085d
|
Implement support for the 'Limit' column in Livestatus
fixes #8529
|
2015-03-04 12:18:04 +01:00 |
Gunnar Beutner
|
afd1927a98
|
Improve Livestatus query performance
fixes #8594
|
2015-03-04 10:58:22 +01:00 |
Gunnar Beutner
|
8f7599d4b3
|
Fix uninitialized field in the LivestatusQuery class
Coverity Bug ID: 1272325
|
2015-03-02 10:14:15 +01:00 |
Michael Friedrich
|
49c5c42945
|
Change Livestatus query log level to 'notice'
fixes #8527
|
2015-02-25 14:11:59 +01:00 |
Michael Friedrich
|
70c750250c
|
Livestatus: Add GroupBy tables: hostsbygroup, servicesbygroup, servicesbyhostgroup
fixes #7361
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
|
2015-02-18 17:51:26 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
9eeb64a780
|
Update livestatus and statusdata to properly support booleans
fixes #8100
|
2014-12-17 08:54:28 +01:00 |
Gunnar Beutner
|
96626f4eca
|
Increase the timeout for "repl" sessions
refs #7805
|
2014-12-16 19:51:33 +01:00 |
Gunnar Beutner
|
f800630c10
|
Implement Livestatus support for the "repl" command
refs #7805
|
2014-12-16 19:28:46 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
7559273359
|
Replace cJSON with YAJL
fixes #7452
|
2014-10-26 20:00:35 +01:00 |
Gunnar Beutner
|
2d5e9514a5
|
Refactor logging code
|
2014-10-19 17:52:17 +02:00 |
Gunnar Beutner
|
b18f57a745
|
Remove logger_fwd.hpp
|
2014-10-19 14:50:39 +02:00 |
Gunnar Beutner
|
98eb771b1d
|
Move all libraries into the lib/ directory
|
2014-10-13 09:51:49 +02:00 |