Michael Friedrich
a14add3411
Docs: Change tip/note formatting again
...
refs #12523
2016-08-23 20:20:15 +02:00
Michael Friedrich
1c074b395f
Docs: Fix notes formatting
...
refs #12523
2016-08-23 20:11:37 +02:00
Michael Friedrich
2b6b696616
Release version 2.5.1
2016-08-23 14:58:24 +02:00
Gunnar Beutner
5e8ae440c0
Release version 2.5.0
2016-08-22 17:43:55 +02:00
Michael Friedrich
4c419d099a
Docs: Small addition for endpoint explanation
...
refs #12498
refs #12386
2016-08-22 09:59:44 +02:00
Michael Friedrich
6741cb0531
Docs: Fix typos, formatting, phrasing
...
refs #12386
2016-08-21 12:43:28 +02:00
Michael Friedrich
ed7128466e
Docs: Review service monitoring and distributed monitoring chapters, part II
...
Kudos to sru and the kind feedback from monitoring-portal.org users.
fixes #12386
2016-08-20 20:31:13 +02:00
Heike Jurzik
8c3f605ae2
Docs: Review service monitoring and distributed monitoring chapters, part I
...
refs #12386
2016-08-20 14:17:18 +02:00
Mirco Bauer
61a1986597
Docs: Fix typo in Notification object
...
fixes #12488
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-08-19 13:14:12 +02:00
Gunnar Beutner
8e5961f217
Fix missing permissions and update the documentation
...
fixes #12483
2016-08-18 19:00:14 +02:00
Michael Friedrich
6542d21008
Docs: Fix service monitoring formatting; add VMWare timeout hint
...
refs #12386
2016-08-18 12:45:22 +02:00
Michael Friedrich
7f9130fa1c
Development docs: Add own section for gdb backtrace from a running process
...
fixes #12477
2016-08-18 12:33:17 +02:00
Gunnar Beutner
6629277157
Fix incorrect API example in the documentation
...
fixes #12473
2016-08-18 10:06:29 +02:00
Yannick Charton
3fbbc2c7f8
Add interfacetable CheckCommand options --trafficwithpkt and --snmp-maxmsgsize
...
fixes #12468
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-08-18 09:08:40 +02:00
Michael Friedrich
9a455f0c3d
icinga2.conf: Include plugins-contrib, manubulon, windows-plugins, nscp by default
...
This helps a lot when configuring client checks as command endpoint
where the check command definitions are both used on the master
and the client.
fixes #10722
2016-08-16 11:17:29 +02:00
Michael Friedrich
e355f38a1c
Docs: Fix missing ITL template
...
fixes #12442
2016-08-15 16:18:02 +02:00
Michael Friedrich
d341783a51
API: Implement 'generate-ticket' action and update distributed monitoring docs
...
fixes #12433
2016-08-15 15:19:28 +02:00
Michael Friedrich
4a3b33e3f5
Docs: Rewrite cluster and client chapter from scratch; add service monitoring chapter
...
Also apply a new structure.
Deleted the old cluster and client documentation and started "fresh".
This commit also includes various images used in the newly written
"Distributed Monitoring" chapter for better understanding.
fixes #12386
2016-08-14 17:56:38 +02:00
Michael Friedrich
5db2ed90d8
ITL: Add perfsyntax parameter to nscp-local-counter CheckCommand
...
fixes #12424
2016-08-14 15:48:03 +02:00
Michael Friedrich
c7af804cfd
ITL: Fix the description for http_certificate
...
fixes #12416
2016-08-13 15:50:45 +02:00
Michael Friedrich
4350403e1b
Add URL and short description for Monitoring Plugins inside the ITL documentation
...
fixes #12412
2016-08-12 16:45:22 +02:00
Gunnar Beutner
12ea2a6445
Implement the System#sleep function
...
fixes #12411
2016-08-12 15:22:10 +02:00
Michael Friedrich
3454cf88a7
Add documentation for swap CheckCommand parameters
...
fixes #12392
2016-08-12 15:08:35 +02:00
Michael Friedrich
8b12683e0d
Docs: Fix incorrect anchors for Array#{filter,unique}
...
refs #12247
2016-08-11 14:15:07 +02:00
Gunnar Beutner
e8ae1dc4a6
Include compiler name/version and build host name in --version
...
fixes #12389
2016-08-10 08:09:44 +02:00
Carsten Köbke
f0dbcabf70
ITL: Add db2_health CheckCommand definition
...
fixes #12061
2016-08-09 14:20:08 +02:00
Bård Dahlmo-Lerbæk
39890c00c0
Fix incorrect custom variable name for the -q option for ntp_time.
...
fixes #12274
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-09 10:43:55 +02:00
Dirk Goetz
b2a1541394
Docs: Add SELinux chapter
...
fixes #10553
2016-08-09 08:51:20 +02:00
Christian Birk
98a97026f4
Add "check_mysql_query" CheckCommand definition
...
fixes #12314
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-08 15:16:38 +02:00
Gunnar Beutner
1cd8a25ab2
Add the "exception" check command
...
refs #10075
2016-08-08 12:51:20 +02:00
Mirko Nardin
52f83ca7e6
Add the "-e" parameter for the SNMP check command
...
fixes #11359
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-05 14:50:44 +02:00
Dirk Goetz
03b8514606
Add a check command for check_breeze
...
Add a check command for check_flexlm
Add a check command for check_game
refs #6225
2016-08-03 11:32:41 +02:00
Dirk Goetz
a8b7bdc633
Add a check command for check_ide_smart
...
refs #6225
2016-08-03 11:32:41 +02:00
Dirk Goetz
c999badd14
Add a check command for check_file_age.
...
Add a deprecation note for check_ldaps to check_ldap.
refs #6225
2016-08-03 11:32:41 +02:00
Uwe Ebel
b2ac05ad7d
Make the minimum TLS protocol version configurable
...
The ApiListener accepts all TLS versions that the underlying
OpenSSL library supports. This patch give the ability to restrict
the connection to a minimum TLS version.
fixes #11292
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-03 07:46:50 +02:00
Michael Friedrich
19fb71ed7c
Docs: Fix API permissions for status/query
...
fixes #12259
2016-07-29 17:00:36 +02:00
Markus Waldmüller
6d082e61ae
Add check command definition for check_graphite
...
fixes #12256
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-07-29 11:38:57 +02:00
Gunnar Beutner
ee75094128
Change how Array#reduce works
...
refs #12247
2016-07-29 11:09:46 +02:00
Gunnar Beutner
a3815e4efd
Add map/reduce and filter functionality for the Array class
...
fixes #12247
2016-07-29 10:48:15 +02:00
Simon Murray
84ea0065b2
Fix InfluxdbWriter Trailing Backslash
...
Backslashes escape spaces or commas (and evidently equals), given tags are
separated by commas, tag keys and values are separated by equals and tags
are separated from fields by a space we need to take action when these end
in a backslash e.g. 'C:\'. Also discovered a bug whereby the metric tag was
missing out on escaping.
fixes #12227
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-07-29 06:51:33 +02:00
Michael Friedrich
f2bacb2697
Docs: Improve yum CheckCommand
...
fixes #12204
2016-07-25 17:33:19 +02:00
Jo Goossens
1a85cfe427
ITL: Add missing parameters for (latest) mysql_health
...
fixes #12221
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-07-25 17:23:53 +02:00
Michael Friedrich
162931a1b4
Docs: Better explaination for zones.d and apply rule workaround
...
refs #12217
2016-07-25 15:38:50 +02:00
Michael Friedrich
3f9dfcb57a
Docs: Add a note for three level clusters with CSR auto-signing
...
fixes #12219
2016-07-25 10:56:14 +02:00
Michael Friedrich
463beb9aa8
Fix incorrect documentation about apply rules in zones.d directories
...
Provides an example how it is done too.
fixes #12217
2016-07-25 10:56:14 +02:00
Manuel Reiter
77f59887c1
Add support for "-A" command line switch to CheckCommand "snmp-process"
...
Support for "-A" command line switch to CheckCommand "snmp-process" added in
command-plugins-manubulon.conf. Further details can be found in issue #12189 .
fixes #12189
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-07-21 16:31:18 +02:00
Uwe Ebel
1ca8b293cb
Make the cipher list configurable for TLS streams
...
fixes #11063
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-07-18 13:40:00 +02:00
Michael Friedrich
b0e6eb0ca4
ITL: Fix thresholds and descriptions for iftraffic{,64}
...
refs #12135
2016-07-12 18:39:57 +02:00
Michael Friedrich
172b57e895
ITL: Add iftraffic64 and fix iftraffic CheckCommand plugin path
...
fixes #12135
2016-07-12 12:46:56 +02:00
Michael Friedrich
f87f20e9ec
DB IDO: Do not populate logentries table by default
...
Not required by Icinga Web 2 and therefore obsolete as default.
fixes #12106
2016-07-06 11:52:20 +02:00