Commit Graph

4940 Commits

Author SHA1 Message Date
Gunnar Beutner b858a05f15 Make operators &&, || behave like in JavaScript
fixes #8290
2015-01-27 08:40:19 +01:00
Gunnar Beutner 8c4c7f0953 Update documentation 2015-01-26 14:40:27 +01:00
Gunnar Beutner 775ed474d7 Update documentation 2015-01-25 16:07:43 +01:00
Gunnar Beutner 7bbb1ee7bf Update AUTHORS 2015-01-25 16:05:31 +01:00
Stephan Platz 2d393eab28 Add macro "check_source" for hosts and services to use them in notification mails
fixes #8277

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-01-25 16:04:36 +01:00
Jean Flach a4bfa99552 Change plugins output and update README
In their perfdata the plugins will now use absolute values for percentage thresholds.
Also the check_disks output is now more similar to the one of nagios/check_disk.
The README has also been improved.

refs #7886 #8060
2015-01-23 16:34:16 +01:00
Gunnar Beutner 01d3be8820 Implement the while statement
fixes #8269
2015-01-23 15:54:27 +01:00
Jean Flach 4345358f7b Squelch all of Jean Flachs hope to be in AUTHORS ever again 2015-01-23 15:36:28 +01:00
Gunnar Beutner 51aa2dff13 Update documentation 2015-01-23 15:32:41 +01:00
Gunnar Beutner ceaaf58145 Update documentation 2015-01-23 14:46:33 +01:00
Gunnar Beutner d7cfddab2f Update documentation 2015-01-23 14:15:57 +01:00
Gunnar Beutner 63db5ac325 Update documentation 2015-01-23 09:39:17 +01:00
Gunnar Beutner 8734a44cfc Update documentation links 2015-01-22 16:23:23 +01:00
Gunnar Beutner e09b8885bd Update documentation 2015-01-22 16:11:05 +01:00
Michael Friedrich 78bfd0204c Update copyright year 2015-01-22 12:00:23 +01:00
Gunnar Beutner d4d214d2e7 Update documentation 2015-01-22 10:15:03 +01:00
Gunnar Beutner 5b1281cf58 Update documentation 2015-01-22 08:36:53 +01:00
Edvin Seferovic a58290dd40 Removed mail_from from check_ssmtp command.
Monitoring Plugin ssmtp has no "-f" switch. Command and documentation changed.

Fixes #8245
PR #22

Signed-off-by: Markus Frosch <markus@lazyfrosch.de>

Conflicts:
	doc/7-configuring-icinga-2.md
2015-01-21 21:14:22 +01:00
Jean Flach 5df5c1bf70 Rephrase 2 lines so they conform with the style 2015-01-21 16:36:30 +01:00
Jean Flach b0483490c8 Fix an Icinga crash, improve a log message
fixes #8227
2015-01-21 16:16:47 +01:00
Jean Flach 4245dc9cc3 Remove my evil twin from AUTHORS 2015-01-21 15:09:48 +01:00
Gunnar Beutner 981d645028 Update documentation 2015-01-21 08:48:38 +01:00
Gunnar Beutner 363f23b1d8 Rename ScriptFunction to Function
fixes #8258
2015-01-21 08:48:38 +01:00
Gunnar Beutner 604b080c59 Implement the Array#sort method
refs #8069
2015-01-20 16:56:08 +01:00
Gunnar Beutner 0c1bf72f6f Update documentation 2015-01-20 15:16:10 +01:00
Gunnar Beutner 310278344c Make sure we don't include zones.d directories for zones which were removed
fixes #8256
2015-01-20 13:18:40 +01:00
Gunnar Beutner c29c11c15b Fix a couple of spelling mistakes
refs #8096
2015-01-19 15:13:36 +01:00
Gunnar Beutner 255490ede2 Update documentation
refs #8096
2015-01-19 15:03:18 +01:00
Tobias von der Krone d5e406db85 Fix hardcoded host notifications_options value in compat statusdatawriter
Use the function from CompatUtility to retrieve the value.

fixes #8192
2015-01-19 12:58:57 +01:00
Gunnar Beutner 848d076090 Implement the "globals" and "locals" keyword
fixes #8244
2015-01-16 13:04:34 +01:00
Gunnar Beutner b4c74efde0 Implement some more utility functions
refs #8169
2015-01-16 10:35:20 +01:00
Gunnar Beutner 4e96d48e87 Fix incorrect source line info in the CLI console
fixes #8240
2015-01-16 10:07:11 +01:00
Gunnar Beutner 76fefaf9e2 Make argument for the return keyword optional
fixes #8237
2015-01-16 08:41:27 +01:00
Gunnar Beutner a1734e3051 Fix deadlock in VMOps::For
fixes #8236
2015-01-16 08:40:19 +01:00
Gunnar Beutner 1952d7c844 Disallow spaces in T_STRING_ANGLE
fixes #8230
2015-01-15 14:50:07 +01:00
Gunnar Beutner 6bb054caa8 Implement the Function#callv helper function
refs #8169
2015-01-15 12:52:23 +01:00
Gunnar Beutner 5d8356f6d2 Implement more utility functions
refs #8169
2015-01-15 12:34:50 +01:00
Tobias von der Krone 462d854d33 Fix typos in readme file for windows plugins
fixes #8223
2015-01-15 12:03:49 +01:00
Jean Flach bb25e5bd8a Make Icinga exit on invalid log-severity argument
fixes #8226
2015-01-15 11:45:12 +01:00
Tobias von der Krone 1fd2f09bae Use https://www.icinga.org as Icinga website url
For consistency use https://www.icinga.org for Icinga website url (beside
Copyright information) in all files

fixes 8222
2015-01-15 09:24:36 +01:00
Gunnar Beutner c0a5ed81f4 Improve argument validation for the String#substr and String#find methods
refs #8169
2015-01-14 17:03:56 +01:00
Gunnar Beutner dd1cbb6fe7 Fix incorrect exception type
refs #81659
2015-01-14 15:57:48 +01:00
Tobias von der Krone 2e0a04bddb Correct documentation about the host attribute of an Endpoint object.
The host attribute of an Endpoint object is optional.

refs #8212
2015-01-14 13:49:48 +01:00
Gunnar Beutner 2ef798f378 Implement missing Type::SetField method
refs #8169
2015-01-14 13:34:52 +01:00
Gunnar Beutner eee89da1eb Fix YAJL detection on Debian squeeze
fixes #8214
2015-01-14 13:20:48 +01:00
Gunnar Beutner 688e64ce40 Add missing meta type class for the Type class
refs #8169
2015-01-14 09:51:44 +01:00
Gunnar Beutner 9c36f40656 Implement more methods for the String class
fixes #8169
2015-01-14 09:08:31 +01:00
Gunnar Beutner d0abc11c08 Implement the call() method for functions
refs #8169
2015-01-14 07:36:59 +01:00
Michael Friedrich a4e63de893 Documentation: Update Icinga Web 2 uri to /icingaweb2
fixes #8201
2015-01-13 20:42:42 +01:00
Gunnar Beutner 7f20795a22 Fix a typo in one of the config examples 2015-01-13 15:57:25 +01:00