Gunnar Beutner
5179faceab
Implement new script functions: path_exists, glob and glob_recursive
2017-09-18 13:59:03 +02:00
Michael Friedrich
261bd93c0b
Implement get_services(host {name,object}) and add host object support for get_service()
...
This includes some debug console examples too which involve advanced
map() and filter examples for better readability.
refs #4912
2017-08-28 19:54:26 +02:00
Michael Friedrich
75a41741c5
Docs: Update freshness checks; add chapter for external check results
...
This also adds a nice example for freshness checks with unknown runtime details.
2017-08-18 17:02:43 +02:00
Michael Friedrich
f79332df5c
Docs: Update examples for match/regex/cidr_match and mode for arrays (Match{All,Any})
...
refs #5480
2017-08-11 15:02:41 +02:00
Blerim Sheqa
eb88217e2d
Update docs for better compatibility with mkdocs
...
* Rename files to allow easy ordering
* Update links inside markdown according to new file names
* Move HTML links (<a>...</a>) to the end of the header lines
* This is necessary to allow mkdocs to parse headers correctly and display them in the TOC
* Following sed command was used: sed -i .bu 's/\(<a.*a>\) \(.*\)/\2 \1/g' $filename
2017-07-12 20:46:12 +02:00
Michael Friedrich
9371004bd0
Docs: Fix formatting issues and broken URLs
2017-06-07 14:27:28 +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
Michael Friedrich
1c816ac9ad
Update documentation (troubleshooting, monitor Icinga 2, configs, integrations, etc.)
...
fixes #5137
fixes #5140
fixes #1880
fixes #5142
fixes #5144
2017-04-05 20:13:32 +02:00
Gunnar Beutner
39ca1b8460
Fix: The last example for typeof() is missing the result
...
fixes #5097
2017-03-28 09:06:27 +02:00
Gunnar Beutner
809de354ff
Update documentation for match()
...
refs #13327
2016-12-07 14:57:19 +01:00
Michael Friedrich
6c975dab5f
Docs: Update API and Library Reference chapters
...
New sub chapters for global functions linked everywhere.
New API examples and clarifications.
fixes #13327
fixes #12449
2016-11-25 15:31:10 +01: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