Commit Graph

5444 Commits

Author SHA1 Message Date
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 f42bf537c3 Build fix
refs #9324
2015-06-15 17:25:17 +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
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
Michael Friedrich df9092798b Fix wrong check parameter in 'tcp' CheckCommand
refs #9147
2015-06-15 11:29:56 +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 009b9e5f58 Update documentation
fixes #9399
2015-06-15 11:04:53 +02:00
Michael Friedrich 9ada3dd5be Fix unregistered function failure including <nscp> on Linux
fixes #9394
2015-06-15 10:40:02 +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
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
Michael Friedrich aaf6ff4099 Really remove the NSClient++ installer
refs #9238
2015-05-29 10:58:18 +02:00
Michael Friedrich 3e14bde4c0 Fix incorrect type and state filter mapping for User objects in DB IDO
fixes #9143
2015-05-29 10:22:27 +02:00
Michael Friedrich a149b5ae72 Fix missing custom attributes in backends if name is equal to object attribute
fixes #9222
2015-05-29 10:21:52 +02:00
Michael Friedrich b2eb63c40f Docs: Add a reference from basics: plugins to plugin integration 2015-05-29 10:21:15 +02:00
Gunnar Beutner 77f25c0a89 Remove NSClient++ from the installer (for now; will be moved to the setup wizard)
refs #9238
2015-05-19 10:15:41 +02:00
Alexander A. Klimov 58e4879fff Documentation: Fix typo in Configuration Best Practice
fixes #9268

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-05-13 23:30:44 +02:00
Michael Friedrich 31b3a80ca1 Fix service apply for example
refs #9270
2015-05-13 18:24:57 +02:00
Michael Friedrich 96b47f2f4d Fix missing IPv6 support in 'iftraffic' check command
refs #9272
2015-05-13 14:58:18 +02:00
Michael Friedrich 606ffa643c Update "service apply for" documentation using a more real-world example
fixes #9270
2015-05-13 14:58:11 +02:00
Michael Friedrich d73abd6722 Add 'iftraffic' to plugins-contrib check command definitions
fixes #9272
2015-05-13 14:58:03 +02:00
Gunnar Beutner 32ce4c3fae Change permissions for the etc directory on Windows
fixes #9269
2015-05-13 13:57:38 +02:00
Michael Friedrich 0baf27805f Add 'disk_smb' Plugin CheckCommand definition
fixes #9254
2015-05-13 10:33:51 +02:00
Gunnar Beutner 669317f169 Implement the basename and dirname script functions
refs #9256
2015-05-13 10:18:02 +02:00
Gunnar Beutner d3da9f1688 Add the --load-all and --log options for nscp-local
fixes #9261
2015-05-13 10:17:24 +02:00
Gunnar Beutner 81013e4ebe Include <nscp> in the default Windows config
fixes #9260
2015-05-13 10:17:17 +02:00
Gunnar Beutner 01bcdddd62 Re-add disk and icinga services in the Windows config
fixes #9259
2015-05-13 10:17:11 +02:00
Gunnar Beutner ef85a15617 Fix incorrect custom var names in the ITL
fixes #9258
2015-05-13 10:17:03 +02:00
Gunnar Beutner 0a1c8ea17c Bundle NSClient++ in Windows installer
fixes #9238
2015-05-13 10:16:53 +02:00
Gunnar Beutner 2f3a8be2e6 Determine NSClient++ installation path using MsiGetComponentPath
fixes #9256
2015-05-13 10:16:07 +02:00
Michael Friedrich 801d2a7f62 Docs: Add wiki url for contributing plugin check command definitions 2015-05-12 10:18:40 +02:00
Michael Friedrich 331ffd9809 Update AUTHORS 2015-05-05 18:59:49 +02:00
Ralph Breier d5b9ca57df Fix problem with option order of disk_wfree and disk_cfree
If using the -r/-R option with check_disk, the command  expects the
warning and critical threshold on the left side of its position.
With order = -3 will be moved to the first position of all options.

fixes #9161

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-05-05 18:59:38 +02:00
Jean Flach 1c7d6895bd Add Windows version string to --version
fixes #8888
2015-04-28 12:48:41 +02:00
Jean-Marcel Flach f13460a2dd Update ReleaseHelper to work with most Linux distributions
refs #8888
2015-04-28 12:48:41 +02:00
Michael Friedrich bb590658ac Fix DbEvents::AddCheckableCheckHistory argument
refs #9055
2015-04-27 15:13:00 +02:00
Michael Friedrich aaba240e37 DB IDO: Fix wrong check result timestamp for historical tables
refs #9055
2015-04-27 15:12:51 +02:00
Michael Friedrich dcf9e7bfe2 Add timestamp option for checkresult test script
refs #9055
2015-04-27 15:12:42 +02:00
Michael Friedrich beead48302 Add timestamp support for PerfdataWriter
Change the default from $timet$ to ${host,service}.last_check$

fixes #9185
2015-04-27 15:09:05 +02:00
Dirk Goetz 99d57ba981 SPEC: Give group write permissions for perfdata dir
fixes #9187

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 14:30:04 +02:00
Carlos Cesario 51ab5c6d53 Fix syntax highlighting: host.address vs host.add
fixes #8853
2015-04-27 14:15:40 +02:00
Jean-Marcel Flach 27764cb43a Add Markdown link options to changelog.py
fixes #9124
2015-04-27 14:02:46 +02:00
Gunnar Beutner 17a37f2d91 Update AUTHORS
refs #9147
2015-04-27 11:28:05 +02:00
Lee Clemens d9485d777e Terminate string literals
refs #9147

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 11:27:58 +02:00