mcktr
e3a7857030
Add documentation for securing mysql on debian/ubuntu.
2017-06-18 12:36:07 +02:00
Michael Friedrich
f5d3428563
Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailutils vs mailx)
...
fixes #5299
2017-06-16 20:54:24 +02:00
Marianne M. Spiller
1eb152d863
Update documentation for enhanced notification scripts
...
refs #5170
2017-06-16 17:14:25 +02:00
Michael Friedrich
dda0ef3db7
Docs: Fix built-in template description and URLs
2017-06-16 10:35:52 +02:00
Michael Friedrich
b56f8e9a20
Docs: Fix broken format for notes/tips in CLI command chapter
2017-06-13 22:10:20 +02:00
Michael Friedrich
c6b375dcbd
Merge pull request #5239 from Icinga/feature/check_nscp-4721
...
Add NSCP API check plugin for NSClient++ HTTP API
2017-06-13 21:56:58 +02:00
Jean Flach
39c24e9ec9
Add check_nscp_api plugin for NSClient++ API checks
...
refs #4721
2017-06-13 21:17:16 +02:00
Gunnar Beutner
f9feb41877
Implement support for handling exceptions in user scripts
2017-06-13 14:03:41 +02:00
Petr Ruzicka
1e1beb8454
Adding accept_cname to dns command definition.
2017-06-08 16:45:26 +02:00
Michael Friedrich
9371004bd0
Docs: Fix formatting issues and broken URLs
2017-06-07 14:27:28 +02:00
Michael Friedrich
26d69cfd36
Merge pull request #5324 from paddg/patch-2
...
Fix phrasing in Getting Started chapter
2017-06-06 18:27:15 +02:00
Lars Engels
e9cb2ddbf4
Install the images directory containing the needed PNGs for the markdown docs.
...
refs #5325
2017-06-06 13:03:39 +02:00
Winfried Angele
5f737dde4e
Update 3-monitoring-basics.md
...
nit
2017-06-06 09:16:35 +02:00
Michael Friedrich
1e153f14d7
zones.conf: Add global-templates & director-global by default
...
This makes it easier for cluster and client setups with or
without the Icinga Director.
Note: Clients will still not receive synced configuration if
accept_config is not enabled (which is the default, and can be changed
during setup).
fixes #5106
2017-06-02 10:54:35 +02:00
mcktr
df6243f3fc
Docs: Replace nagios-plugins by monitoring-plugins
...
Updated the Documentation to use monitoring-plugins instead of nagios-plugins for debian/ubuntu based installations.
2017-06-01 18:47:00 +02:00
Winfried Angele
8fecdce3c0
Update 6-distributed-monitoring.md
...
If you omit the Common name (CN) icinga2 uses the hostname instead, which can differ from FQDN.
2017-06-01 16:13:40 +02:00
Michael Friedrich
e90473b351
Docs: Replace the command pipe w/ the REST API as Icinga Web 2 requirement in 'Getting Started' chapter
...
fixes #5077
2017-05-31 14:57:24 +02:00
Michael Friedrich
12d8ed90c2
Remove CentOS 5 from 'Getting started' docs
...
RHEL5 was released in 2007 and is EOL since March 2017.
fixes #5291
2017-05-30 13:38:19 +02:00
Michael Friedrich
ad9f8a5507
Fix sysstat installation in troubleshooting docs
2017-05-24 14:04:25 +02:00
Michael Friedrich
22752e6c4f
Revert "Add documentation for the LogstashWriter feature"
...
This reverts commit 71d5ee7d41
.
refs #4054
2017-05-23 12:02:32 +02:00
Michael Friedrich
a64ff362e6
Docs: Add API query example for acknowledgements w/o expire time
2017-05-22 17:48:31 +02:00
Michael Friedrich
8d21a51f7d
Add troubleshooting hints for cgroup fork errors
...
refs #4918
2017-05-19 15:24:56 +02:00
Gunnar Beutner
958d3982c5
Add 'mode' argument for match, regex and cidr_match
2017-05-16 13:22:10 +02:00
Gunnar Beutner
dc9f129060
Implement the Array#any and Array#all protoype functions
2017-05-15 15:59:44 +02:00
Gunnar Beutner
1b77f4b336
Implement the Dictionary#values prototype function
2017-05-15 15:54:48 +02:00
Rune Darrud
273ca6a2cc
Fix persistent comments for Acknowledgements
...
fixes #4818
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-05-10 17:10:22 +02:00
MarcusCaepio
f3e32a4b35
Update event handler chapter for SSH usage
2017-05-10 14:44:21 +02:00
Michael Friedrich
e0bfe0a5d0
Remove deprecated "DbCat1 | DbCat2" notation for DB IDO categories
...
This allows for a specific config validation function.
2017-05-10 14:32:53 +02:00
Michael Friedrich
741f1b346e
Merge pull request #5236 from dupondje/master
...
ITL: Add some missing arguments to ssl_cert
2017-05-09 17:31:46 +02:00
Michael Friedrich
5788e3d315
Docs: Add a note for Windows debuglog to the troubleshooting chapter
2017-05-09 17:24:14 +02:00
Dirk Goetz
8e83a920cf
Enhance event command docs with more examples on remote clients
...
fixes #5090
2017-05-09 17:17:55 +02:00
Jean-Louis Dupond
ff0c82a706
ITL: Add some missing arguments to ssl_cert
2017-05-09 16:48:47 +02:00
Roland Hopferwieser
76600a81eb
ITL: Add CheckCommand ssl_cert, fix ssl attributes
2017-05-09 16:01:55 +02:00
Michael Friedrich
5b7226548c
Merge pull request #5209 from Mikesch-mp/itl_mssql
...
Add report mode to mssql_health
fixes #5209
2017-05-09 14:52:55 +02:00
Mikesch-mp
6bf81eb979
Add report mode to mssql_health
2017-05-09 14:43:20 +02:00
Michael Friedrich
9864a0175b
Merge pull request #5210 from Mikesch-mp/itl_db2
...
Add report mode to db2_health
fixes #5210
2017-05-09 14:37:44 +02:00
Wenger Florian
a43e8d6b2d
Add ITL --standbyok argument to the vmware-esx-soap-host-storage-path CheckCommand
...
fixes #5227
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
2017-05-09 07:43:16 +02:00
Michael Friedrich
3649a5a0d7
InfluxdbWriter: Use a work queue for async message processing; add stats log/api
2017-05-05 17:56:51 +02:00
Mikesch-mp
6d4acb3798
Add report mode to db2_health
2017-04-30 18:43:48 +02:00
Michael Friedrich
35f6f60390
Docs: Fix invalid/redirected URLs
...
fixes #5150
2017-04-28 17:02:13 +02:00
Michael Friedrich
98ccdfd027
Merge pull request #5184 from Al2Klimov/bugfix/doc-malformed-markdown-links
...
Doc/appendix: fix malformed markdown links
fixes #5184
2017-04-28 10:55:16 +02:00
Michael Friedrich
21ce07046c
DB IDO: Disable external command history by default
...
That's not used in Icinga Web 2 and might lock the feature
on cleanup.
refs #4788
2017-04-28 09:37:27 +02:00
Yannick Charton
3a6b7d1cf1
Update 2-getting-started.md
...
typo
2017-04-27 19:11:43 +02:00
Jean Flach
b553403200
Change Hint to Note
2017-04-26 16:58:42 +02:00
Hannes Happle
ba24bc96e5
Refined documentation for the "update-windows" check plugin
...
Marked optional custom attributes as optional
Added information on the behavior of the plugin regarding the custom attributes being booleans instead of -as usual- setting thresholds
refs #5178
2017-04-25 17:43:12 +02:00
Alexander A. Klimov
a3e772a64f
Doc/appendix: fix malformed markdown links
2017-04-24 12:32:51 +02:00
Niflou
b37fd53773
ITL: Add more options to ldap CheckCommand
...
Adding the -W and -C (warning entries and critical entries) options
fixes #5139
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-04-20 12:14:56 +02:00
Michael Friedrich
05d9b271ee
Docs: Add a note about flapping detection problems
...
fixes #5175
2017-04-20 12:00:51 +02:00
mocruz
7f60566340
ITL: Add memory and cpu thresholds to snmp_process Manubulon CheckCommand
...
fixes #5129
fixes #5130
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-04-20 11:43:13 +02:00
Pawel Szafer
52a6b601d9
ITL: Add support to NRPE v2 in NRPE CheckCommand
...
fixes #5126
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-04-20 11:39:52 +02:00