Michael Friedrich
57d945347f
GraphiteWriter: Add support for customized metric prefix names
...
Allows to use runtime macros and global constants for setting
a custom metric prefix:
const GraphiteEnv = "icinga.env1"
object GraphiteWriter "graphite" {
host_name_template = GraphiteEnv + ".$host.name$"
service_name_template = GraphiteEnv + ".$host.name$.$service.name$"
}
fixes #7334
2014-10-11 20:38:24 +02:00
Dirk Goetz
e0941027ea
Plugin Check Commands: Extend check_procs and check_http arguments
...
fixes #7302
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 19:15:55 +02:00
Jonas Meurer
d04630f00b
Documentation: Link supported expression operators from sections about apply rules
...
fixes #7327
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 19:02:33 +02:00
Dolf Schimmel
60a0ee8fec
Documentation: Fix default command timeout is 60 seconds, not 5 minutes.
...
As defined by lib/icinga/command.ti
fixes #7338
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:38:17 +02:00
Carlos Cesario
e98aa15e83
Documentation: Fix wrong snmp-int check command
...
Change check command snmp-int to snmp-interface
fixes #7349
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:33:26 +02:00
Carlos Cesario
911863f974
Plugin Check Commands: Fix snmp-load threshold values
...
Fix snmp-load threshold values to suppoprt "-T stand" param in check command.
To use 3 values, change the snmp_load_type var to "netsl".
fixes #7351
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:27:04 +02:00
Michael Friedrich
2f751f2ed3
Documentation: How to use @ to escape keywords
...
fixes #7028
2014-09-15 17:28:38 +02:00
Gunnar Beutner
7ec6564248
Remove obsolete HTML comment
...
refs #6704
2014-08-29 17:19:20 +02:00
Michael Friedrich
b4953a613b
Fix the documentation for manubulon check plugin commands
...
refs #6650
2014-08-27 19:57:44 +02:00
Carlos Cesario
84b65e786f
Updated Manubulon documentation
...
refs #6650
2014-08-27 19:57:44 +02:00
Carlos Cesario
fe6dc00a85
Add some manubulon snmp plugins
...
refs #6650
2014-08-27 19:57:43 +02:00
Michael Friedrich
3d3ee08038
Documentation: Revamp getting started and fix smaller bugs
...
fixes #6869
fixes #6995
fixes #6867
fixes #6864
fixes #6839
fixes #6651
refs #6968
2014-08-27 17:45:55 +02:00
Michael Friedrich
f1c8073dd3
Update documentation for notifications in HA cluster
...
refs #6203
2014-08-22 13:17:39 +02:00
Gunnar Beutner
0443c85bf5
Implement support for writing the icinga2.debug file
...
refs #6702
2014-08-15 21:00:26 +02:00
Michael Friedrich
1c98a3a9f7
DB IDO: Add failover_timeout attribute
...
refs #6827
2014-08-15 17:21:12 +02:00
Michael Friedrich
e8a41d86c8
DB IDO: Add documentation for HA functionality
...
refs #6827
refs #6203
2014-08-15 17:21:12 +02:00
Michael Friedrich
5799d86ed7
Documentation: s/enable_flap_detection/enable_flapping/g
...
fixes #6870
2014-08-07 11:27:50 +02:00
Michael Friedrich
794397c9ed
Documentation: Fix PidPath default
...
refs #6627
2014-08-04 11:25:17 +02:00
Gaël Beaudoin
87d789ad8b
Add the --timeout parameter to the check_ssh / ssh CheckCommand
...
fixes #6791
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-30 14:16:10 +02:00
Gunnar Beutner
a49a598eef
Make location of the /run directory configurable
...
fixes #6627
2014-07-22 13:26:37 +02:00
Gunnar Beutner
263f198992
Require command to be an array when the arguments attribute is used
...
fixes #6698
2014-07-16 13:01:55 +02:00
Carlos Cesario
dd1646f78d
Add http expect option (-e) to check_http command
...
fixes #6695
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-12 17:17:48 +02:00
Gunnar Beutner
5fb52a4e48
Remove superfluous quotes and commas in dictionaries
...
fixes #6687
2014-07-11 14:38:15 +02:00
Jan Wagner
4c548813a4
Add sni option to http check
...
fixes #6605
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-07-04 12:01:25 +02:00
Gunnar Beutner
db8f4abc1b
Add documentation for || and &&
...
fixes #6592
2014-06-27 12:21:11 +02:00
Carlos Cesario
f27ea30000
Add more options to snmp check
...
fixes #6581
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-06-27 08:24:44 +02:00
Jan Wagner
582824e291
Adding ports to checks pop/imap/smtp and new check dig
...
fixes #6531
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-06-24 13:20:41 +02:00
Michael Friedrich
a277e2dc3f
Plugins: add fping4/6 commands
...
refs #6225
2014-06-18 19:26:18 +02:00
Michael Friedrich
c1034a8e7f
plugin command dns: small naming fixes
...
refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy
a4a015c8be
Add CheckCommand "dns"
...
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy
2dc4b968d9
Improve snmp CheckCommand, add snmpv3 CheckCommand.
...
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy
dedb16b2c8
Add "ssl" CheckCommand
...
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy
64946bc3a2
Add http_expect_body_regex and http_ignore_body to command-plugins.conf.
...
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy
444a85ddd0
Add (s)smtp_mail_from option to smtp and ssmtp commands.
...
Refs #6487
2014-06-16 08:49:52 +02:00
Wolfgang Nieder
d2a239f78e
Docs: fix typos in chapter 6.
...
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-15 23:03:53 +02:00
Carlos Cesario
2930ace6c0
Documentation: Fix running_kernel head in documentation.
...
Fixes #6415
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-05 19:06:35 +02:00
Michael Friedrich
516cc1c90f
Documentation: Fix check_users description.
...
Fixes #6389
2014-06-05 11:12:37 +02:00
Michael Friedrich
1d9f7fb045
Plugins: Add 'http_auth_pair' as 'http' command argument.
...
Fixes #6396
2014-06-03 19:54:59 +02:00
Michael Friedrich
c1af4e827d
Documentation: Explain dependencies and their required attributes better.
...
Fixes #6394
2014-06-03 15:33:50 +02:00
Michael Friedrich
9225f7ed00
Drop check_kernel in favor of check_running_kernel, add plugin command.
...
Refs #6369
2014-06-02 13:34:35 +02:00
Wolfgang Nieder
36c71d69bd
Update documentation.
...
Fixes #6359
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-05-29 16:57:33 +02:00
Michael Friedrich
63c7512fd9
Documentation: Monitoring Basics: Add/Fix livestatus and add DB IDO incl health checks.
...
Fixes #6356
Fixes #6358
2014-05-29 15:15:36 +02:00
Marcus van Dam
ade832849b
Plugins: Add ftp and ups CheckCommand objects.
...
Refs #6225
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-05-28 23:42:38 +02:00
Marcus van Dam
67b7a8300e
Plugins: Add imap,simap,pop,spop CheckCommand objects.
...
Refs #6225
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-05-28 22:26:27 +02:00
Gunnar Beutner
ca51fe8c56
Remove the keep_alive attribute.
...
Fixes #6304
2014-05-26 13:49:14 +02:00
Gunnar Beutner
d66b4d587e
Implement the "cluster-zone" check task.
...
Fixes #6204
2014-05-25 19:59:52 +02:00
Michael Friedrich
cdfeb28855
Add troubleshooting chapter, fix addon chapter.
...
Fixes #5611
Fixes #6275
2014-05-23 01:01:06 +02:00