Yonas Habteab
a00134a47d
Fix wrong config attr data type
2020-10-07 18:06:59 +02:00
Alexander A. Klimov
6f253f88b5
Sort doc/18-library-reference.md
2020-09-28 17:27:38 +02:00
Fabian Röhl
ca487ed732
#7735 API-Event StateChange & CheckResult: Added acknowledgement and downtime_depth
2020-09-18 08:20:29 +02:00
Alexander Aleksandrovič Klimov
c447f5fcb2
Fix typo
2020-09-09 16:40:00 +02:00
Alexander Aleksandrovič Klimov
ab0ac8137b
Document command for verifying the parent node's cert
...
... during node wizard execution.
2020-09-09 12:29:44 +02:00
Alexander A. Klimov
eb5414ab2a
Merge commit '8c6998b66' into feature/v1-actions-execute-command-8034
...
refs #8034
2020-09-07 10:20:21 +02:00
Alexander A. Klimov
8c6998b66d
icinga::Hello: document version param
2020-08-26 17:28:57 +02:00
Mattia Codato
46b4e72c8c
Fix doc for cluster events
2020-08-26 11:43:18 +02:00
Mattia Codato
dd2bc681fe
Fix doc execute-command
2020-08-26 09:20:06 +02:00
Mattia Codato
3b4c008c81
Fix doc
2020-08-25 17:35:34 +02:00
Mattia Codato
9c2cc1169b
Fix typos
2020-08-25 09:24:28 +02:00
Mattia Codato
078ae38661
Fix typo
2020-08-24 14:45:01 +02:00
Mattia Codato
49efe009bd
Update doc
2020-08-24 14:37:06 +02:00
Lorenz Kästle
fa09939aaf
Fix missing format sign
2020-08-10 17:39:20 +02:00
Eric Lippmann
e8745f7e96
Merge pull request #7816 from Icinga/feature/notification-timeperiod-6167
...
Re-send notifications previously suppressed by their time periods
2020-08-03 10:04:27 +02:00
Alexander A. Klimov
c515822649
Re-send notifications previously suppressed by their time periods
...
refs #6167
2020-07-29 17:13:41 +02:00
Noah Hilverling
2648a82de0
Merge pull request #7894 from Icinga/bugfix/don-t-wait-for-checks-on-reload-7888
...
CheckerComponent#Stop(): don't wait for checks
2020-07-29 16:35:09 +02:00
Alexander A. Klimov
9dc297987e
Sync Checkable#last_check_started
...
refs #7888
2020-07-28 11:54:13 +02:00
Mathias Aerts
b6fbe1d0cb
Changed Timeperiod to TimePeriod
2020-07-14 15:04:04 +02:00
Yonas Habteab
4b13287bf0
Adjust E-S-R API query syntax error
2020-07-02 10:22:45 +02:00
Alexander A. Klimov
af2e1a37db
Deprecate Windows plugins
2020-06-26 15:38:02 +02:00
Noah Hilverling
535f97551f
Docs: Add missing file prefix to link
2020-06-22 14:20:08 +02:00
Noah Hilverling
6f708dfe12
Merge pull request #8051 from Icinga/feature/deprecate-livestatus
...
Deprecate Livestatus
2020-06-16 15:25:56 +02:00
Alexander A. Klimov
48fe2813da
Deprecate Livestatus
2020-06-09 11:21:05 +02:00
Noah Hilverling
112fb072c1
Docs: Move Icinga DB installation down (until it's ready for production)
2020-06-09 11:06:03 +02:00
Alexander A. Klimov
3c60d851fb
check_http: support --verify-host
...
refs #7969
2020-05-13 10:41:24 +02:00
Alexander A. Klimov
1bb51c26d1
check_snmp_int: support -a
...
refs #7963
2020-05-12 13:56:22 +02:00
Baptiste BEAUPLAT
458aaa23f6
Docs: fix zones config example for second master
2020-04-24 16:31:59 +02:00
Lee Clemens
24d99759d3
Fix table name referenced for cleanup hostchecks_age
2020-04-15 11:02:40 -04:00
Rinck H. Sonnenberg
e1300afeee
Added parameter to monitor a specific jail only, as this has been available in the original check_command for years but hasn't made it into the checkcommand yet
2020-04-03 13:18:53 +02:00
Alexander A. Klimov
720a88c29a
PerfdataValue: add UoMs
...
* {,{K,M,G,T,P,E,Z,Y}{,i}}B
=> bytes
* {,{k,m,g,t,p,e,z,y}{,i}}b
=> bits
* packets
* {n,u,m,}s m h d
=> seconds
* {n,u,m,,k,M,G,T,P,E,Z,Y}{{A,O,V,W},{A,W}{s,m,h}}
=> amperes, ohms, volts, watts, ampere-seconds, watt-hours
* lm dBm
=> lumens decibel-milliwatts
* {n,u,m,,k}g t
=> grams
* C F K
=> degrees-celsius, degrees-fahrenheit, degrees-kelvin
* {m,,h}l
=> liters
refs #7225
2020-04-03 12:47:36 +02:00
Noah Hilverling
d21b5cf09f
Docs: Fix Icinga Web 2 docs URL
2020-03-24 09:08:23 +01:00
Jochen Friedrich
83977c5754
Add parameters needed for PKI usage.
...
To use PKI with nrpe, a CA must be specified and anonymous DH must be disabled.
If client certificates are enforced by nrped, additionally a private cert and key
must be specified. This patch adds all these parameters as well TLS configuration
options to limit the TLS version and crypto parameters:
nrpe_ca - The CA file to use for PKI. Defaults to none.
nrpe_cert - The client cert file to use for PKI. Defaults to none.
nrpe_key - The client key file to use for PKI. Defaults to none.
nrpe_ssl_version - The SSL/TLS version to use. Defaults to TLSv1+.
nrpe_cipher_list - The list of SSL ciphers to use. Default depends on check_nrpe version.
nrpe_dh_opt - Anonymous Diffie Hellman use: 0 = deny, 1 = allow, 2 = force.
Default depends on check_nrpe version.
2020-03-16 13:49:57 +01:00
Noah Hilverling
18c9d91f0c
Docs: Add Icinga DB installation
2020-03-13 10:00:52 +01:00
Alexander A. Klimov
c4a436a244
ITL: fix check_dns -q docs
...
refs #7556
2020-03-04 18:25:32 +01:00
Alexander A. Klimov
87f12cfaa3
Document Checkable#acknowledgement_last_change
2020-03-03 17:09:23 +01:00
Noah Hilverling
b6b7856796
Merge pull request #7861 from Icinga/bugfix/command-endpoint-check-timeout
...
Fix 'check_timeout' not being forwarded to agent command endpoints
2020-02-28 17:42:22 +01:00
Michael Friedrich
bfcbf6a4df
Merge pull request #7859 from joni1993/improvement/new-api-projects
...
Add new Projects to documentation
2020-02-28 11:59:30 +01:00
Michael Friedrich
3fbdd50167
Merge pull request #7867 from Icinga/feature/docs-dev-debug
...
Dev Docs: Update debugging instructions
2020-02-27 13:40:27 +01:00
Michael Friedrich
8e62fc8efb
Fix 'check_timeout' not being forwarded to agent command endpoints
...
fixes #6992
2020-02-27 11:46:52 +01:00
Philipp Dorschner
d674f34b4b
Fix Translation
2020-02-27 07:52:03 +01:00
Christian Jonak
a531889aba
Add new Projects to documentation
...
* icinga2apic: Python API binding continued with community fixes & features
* Icinga-telegram-bot: A Telegram bot using the Icinga 2 API
2020-02-26 19:55:51 +01:00
Michael Friedrich
a37472c479
Docs: Add pki verify
and adopt TLS certificate troubleshooting
2020-02-17 18:17:44 +01:00
Michael Friedrich
9028610735
Docs: Improve the 'automated node setup' chapter
...
- Refine why the parent certificate is needed to prevent MITM attacks
- Add sample output from 'pki save-cert'
- Align parameter names and cross-links
2020-02-13 16:15:50 +01:00
Michael Friedrich
e65a27465c
Docs: Mention the removal of the deprecated parameters for 'pki save-cert'
2020-02-13 16:15:26 +01:00
Michael Insel
34417bef65
Doc: Fix wrong docker image for debian developemnt environment
...
Fixes a small typo. The Debian based development environment should use the debian docker image instead of the ubuntu image.
2020-02-12 11:12:35 +01:00
Michael Friedrich
a9214f7be4
Upgrading docs: Add multi parent dependencies with changed reachability logic
2020-02-11 15:50:04 +01:00
Michael Friedrich
37f022e58c
Dev Docs: Update debugging instructions
2020-02-06 15:40:11 +01:00
Michael Friedrich
cdfc6e6f50
Cluster config sync: Use a more friendly message when configs are equal and don't need a reload
...
This also adds an entry to the troubleshooting docs.
2020-02-05 15:31:41 +01:00
Michael Friedrich
5812dae55b
Dev: Allow to delay main worker process in order to attach with LLDB
...
Introduce `-DInternal.DebugWorkerDelay=120` and sleep inside `RunWorker()`.
Rationale: With 2.11 we've introduced a real umbrella process where the
main process is spawned as child fork. Running icinga2 in foreground on
a macOS shell with LLDB will now exit, and not follow the child process.
LLDB doesn't support `follow-fork-mode child` like GDB and therefore we
need to:
- Print the child process PID
- Sleep for X seconds to allow the developer to run `lldb -p <PID>`, set breakpoints, etc.
This commit also documents all available debug build enabled internal constants.
2020-01-29 13:21:05 +01:00