6657 Commits

Author SHA1 Message Date
Michael Friedrich
12c5d59741 Documentation: Fix wrong anchor
refs #8850
2015-06-17 09:59:08 +02:00
Michael Friedrich
5893435f75 Documentation: Fix wrong anchor
refs #8850
2015-06-17 09:56:25 +02:00
Michael Friedrich
3a3ba692eb Documentation: String concat in apply, additional fixes
fixes #9318
2015-06-16 20:00:04 +02:00
Michael Friedrich
b76e5da47a Documentation: String concat in apply, additional fixes
fixes #9318
2015-06-16 19:58:32 +02:00
Michael Friedrich
87a52db42c Documentation: Add best practices for cluster config sync
fixes #9285
2015-06-16 19:45:15 +02:00
Michael Friedrich
b70b594262 Documentation: Add best practices for cluster config sync
fixes #9285
2015-06-16 19:44:02 +02:00
Michael Friedrich
909467574c Documentation: Add function usage examples to advanced topics
Includes typeof() examples, referenced to command variable scopes
and examples from community support.

fixes #9297
fixes #9310
fixes #9311
2015-06-16 19:08:59 +02:00
Michael Friedrich
917c5da666 Documentation: Add function usage examples to advanced topics
Includes typeof() examples, referenced to command variable scopes
and examples from community support.

fixes #9297
fixes #9310
fixes #9311
2015-06-16 19:08:41 +02:00
Michael Friedrich
ca674da0d2 Documentation: Revamp the 'passing command parameters' section
fixes #9313
2015-06-16 17:35:32 +02:00
Michael Friedrich
62524d2f88 Documentation: Revamp the 'passing command parameters' section
fixes #9313
2015-06-16 17:34:53 +02:00
Michael Friedrich
4d81bcc17e Documentation: Move configuration before advanced topics
fixes #9431
2015-06-16 16:49:32 +02:00
Michael Friedrich
d70a70753f Documentation: Move configuration before advanced topics
fixes #9431
2015-06-16 16:48:27 +02:00
Michael Friedrich
7e37609b1e Documentation: Enhance cluster troubleshooting; add HA command_endpoint
fixes #9419
fixes #9420
2015-06-15 20:12:25 +02:00
Michael Friedrich
80990b6af4 Documentation: Enhance cluster troubleshooting; add HA command_endpoint
fixes #9419
fixes #9420
2015-06-15 20:12:04 +02:00
Michael Friedrich
f42bf537c3 Build fix
refs #9324
2015-06-15 17:25:17 +02:00
Michael Friedrich
bd16651f79 Build fix
refs #9324
2015-06-15 17:24:55 +02:00
Markus Frosch
46fea5892c Fix objects cache dump in compat for multiline vars
Multiline vars should be written as:
  _test test1\ntest2

And not
  _test test1
test2

fixes #9328

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:21:57 +02:00
Markus Frosch
11574e0bf1 Fix multi line handling for compat check results
When a multi line result is submitted via the command pipe, any multi line
output is escaped to a actual string '\n', because any external command only
can be a single line.

Example:
  [1432735140] PROCESS_SERVICE_CHECK_RESULT;host;service;3;Test1\nTest2|test=1

We need to unescape this values, just like we use to escape multi line output
for IDO and status.dat.

fixes #9324

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:21:51 +02:00
Markus Frosch
213300c5e7 Fix objects cache dump in compat for multiline vars
Multiline vars should be written as:
  _test test1\ntest2

And not
  _test test1
test2

fixes #9328

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:20:43 +02:00
Markus Frosch
47c8b5e347 Fix multi line handling for compat check results
When a multi line result is submitted via the command pipe, any multi line
output is escaped to a actual string '\n', because any external command only
can be a single line.

Example:
  [1432735140] PROCESS_SERVICE_CHECK_RESULT;host;service;3;Test1\nTest2|test=1

We need to unescape this values, just like we use to escape multi line output
for IDO and status.dat.

fixes #9324

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:19:28 +02:00
Markus Frosch
cfbe82d841 Remove selective reconnecting behavior
We want to remove the partial reconnecting behavior, so that all endpoints of
a zone try to connect to a lower or higher zone in hierarchy.

fixes #9406

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 14:47:04 +02:00
Gunnar Beutner
faf0865a94 Fix unexpected exception in Utility::DirName when specifying an empty path
refs #9263
2015-06-15 14:17:41 +02:00
Gunnar Beutner
93b0ab7893 Move NSClient++ installation step after all other wizard steps
refs #9263
2015-06-15 14:17:33 +02:00
Gunnar Beutner
6d37d0ab24 Update AUTHORS
refs #9412
2015-06-15 14:17:25 +02:00
Alexander Fuhr
a77bdd2f8e Documentation: Update the link to register a new Icinga account
fixes #9412
2015-06-15 14:17:11 +02:00
Gunnar Beutner
cfcb8675c7 Fix unexpected exception in Utility::DirName when specifying an empty path
refs #9263
2015-06-15 14:04:38 +02:00
Gunnar Beutner
a0f7aa4fe6 Move NSClient++ installation step after all other wizard steps
refs #9263
2015-06-15 13:43:55 +02:00
Gunnar Beutner
d904e171a5 Update AUTHORS
refs #9412
2015-06-15 12:04:58 +02:00
Alexander Fuhr
9984b0c534 Documentation: Update the link to register a new Icinga account
fixes #9412
2015-06-15 12:04:58 +02:00
Michael Friedrich
df9092798b Fix wrong check parameter in 'tcp' CheckCommand
refs #9147
2015-06-15 11:29:56 +02:00
Michael Friedrich
4a27e4db61 Fix wrong check parameter in 'tcp' CheckCommand
refs #9147
2015-06-15 11:29:44 +02:00
Gunnar Beutner
a1d80418db Add "Install NSClient++" check box in the Windows wizard
fixes #9263
2015-06-15 11:19:18 +02:00
Michael Friedrich
d8bd62d955 Documentation: Extend Custom Attributes with the boolean type
fixes #9393
2015-06-15 11:13:08 +02:00
Michael Friedrich
06dbef5bfb Documentation: Extend Custom Attributes with the boolean type
fixes #9393
2015-06-15 11:11:49 +02:00
Michael Friedrich
009b9e5f58 Update documentation
fixes #9399
2015-06-15 11:04:53 +02:00
Michael Friedrich
ca60591f63 Update documentation
fixes #9399
2015-06-15 11:03:45 +02:00
Michael Friedrich
9ada3dd5be Fix unregistered function failure including <nscp> on Linux
fixes #9394
2015-06-15 10:40:02 +02:00
Michael Friedrich
228e1a11a2 Fix unregistered function failure including <nscp> on Linux
fixes #9394
2015-06-15 10:30:13 +02:00
Martin Stiborsky
2f27edbaae Fix wrong service table attributes in Livestatus documentation
Copy&paste error.

fixes #9390

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:41:03 +02:00
David Beck
b979d6dc79 Add System Requirements to Windows Agent Documentation
fixes #9180

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:40:58 +02:00
Jesse Morgan
718f54adb7 Documentation; Fix typo
fixes #9389

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:40:51 +02:00
Martin Stiborsky
03b3b7249a Fix wrong service table attributes in Livestatus documentation
Copy&paste error.

fixes #9390

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:38:49 +02:00
David Beck
629a8f1041 Add System Requirements to Windows Agent Documentation
fixes #9180

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:31:31 +02:00
Jesse Morgan
d9671d1e5c Documentation; Fix typo
fixes #9389

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:26:37 +02:00
Reto Zeder
57bb0742e3 Documentation: Update escape sequence
fixes #9363

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 09:50:01 +02:00
Michael Friedrich
a9d6a695ab Fix wrong argument for mssql plugin check command
fixes #9372
2015-06-09 09:49:55 +02:00
Reto Zeder
f2e69c8779 Documentation: Update escape sequence
fixes #9363

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 09:47:55 +02:00
Michael Friedrich
9bbfdbd0fb Fix wrong argument for mssql plugin check command
fixes #9372
2015-06-08 18:05:16 +02:00
Michael Friedrich
bdb1838ad3 Add a note on libedit-devel on RHEL extra repository
fixes #8776
2015-06-02 14:04:33 +02:00
Michael Friedrich
64cddae650 Disable selinux rpm build for el5/6 for now
refs #8332
2015-06-02 13:32:48 +02:00