Roland Hopferwieser
76600a81eb
ITL: Add CheckCommand ssl_cert, fix ssl attributes
2017-05-09 16:01:55 +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
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
Zachary McGibbon
2ccd8d7323
Add -q (query type) option for the dns check command
...
fixes #5047
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
2017-03-06 11:11:51 +01:00
Dirk Goetz
3cdcdb8769
ITL: Add fuse.gvfs-fuse-daemon to disk_exclude_type
...
This commit also adds documentation for the `disk_exclude_type`
default values.
fixes #5016
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-02-20 14:37:39 +01:00
Christian Schmidt
d8dbf781a7
Support --only-critical for check_apt
...
fixes #117
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
2017-02-16 11:07:46 +01:00
Thomas Widhalm
8260b728b0
Update dummy CheckCommand
...
fixes #4987
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-02-13 13:44:15 +01:00
Michael Friedrich
14fc9779e4
ITL: Remove deprecated dns_expected_answer attribute
...
There's still support for the optional dns_expected_answers attribute
which supports an array as value.
fixes #4839
2017-02-10 13:03:20 +01:00
Kálmán Szalai - KAMI
5ace3462ae
Add wrap output in HTML link parameter for http CheckCommand
...
fixes #120
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-02-07 17:17:21 +01:00
Mathieu Arnold
3546f07675
ITL disk_exclude_type attribute: FreeBSD's /dev/fd can either be inside devfs, or be of type fdescfs.
...
fixes #124
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-02-07 17:08:31 +01:00
Georg Haas
3c05885638
ITL: check_icmp: add missing TTL attribute
...
fixes #4964
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-02-07 16:59:38 +01:00
Christian Loos
584be4fe52
Add "-N" parameter for the "ssl" check command
...
Without this, we check the wrong cert when SNI is used:
./check_tcp -H git.netsandbox.de -p 443 -D 30,10
OK - Certificate 'netsandbox.de' will expire on 2017-04-19 12:01
+0200/CEST.
./check_tcp -H git.netsandbox.de -p 443 -D 30,10 -N git.netsandbox.de
OK - Certificate 'git.netsandbox.de' will expire on 2017-04-15 14:06
+0200/CEST.
fixes #4936
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
2017-02-07 10:57:45 +01:00
Michael Friedrich
b7caf0820d
Ensure that *.icinga.com is used everywhere
...
fixes #13897
fixes #13277
2017-01-10 17:19:12 +01:00
Jean-Louis Dupond
8cb7a54b89
ITL: Add sudo option for mailq CheckCommand
...
fixes #13435
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2016-12-06 18:03:46 +01:00
Patrick Huy
8ccc4da942
ITL: Add verbose parameter for http CheckCommand
...
fixes #13433
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2016-12-06 17:58:35 +01:00
Gunnar Beutner
22fa4773df
Remove unnecessary template imports in the ITL
...
refs #12575
2016-11-24 09:39:49 +01:00
Gunnar Beutner
fc34afbbeb
Fix indentation for the snmpv3 check command definition
...
refs #12838
2016-10-11 12:43:33 +02:00
Peter Eckel
d1f5118c55
Add missing '-m' (snmpv3_miblist) and -p (snmpv3_port) options
...
The options for setting an explicit MIB list and for specifying the target
port that are present for the snmp CheckCommand object that were missing from
the snmpv3 CheckCommand object are added with this patch.
fixes #12838
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
2016-10-11 12:42:54 +02:00
Gunnar Beutner
fa5036eae4
Fix incorrect default arguments for check_swap
...
fixes #12849
2016-10-04 13:56:54 +02:00
Mathieu Arnold
be44ff720c
Add check command definition for check_radius
...
fixes #12762
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-09-29 08:42:00 +02:00
Daniel Helgenberger
e1369b2be3
Remove inode default values for the "disk" check command
...
Free inode check is a an optional argument and does make sense in most
cases, yet not in every case. Eg, XFS and filesystems alike dynamically
allocate inodes; prompting failures. Because they are definded by
default, inode crit and warn cannot be unset any more.
fixes #12588
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-29 18:06:53 +02:00
Gunnar Beutner
78cd56e277
Implement support for default templates
...
fixes #12575
2016-08-28 10:27:43 +02:00
Evgeni Golov
551864b314
Fix description of -a and -n for check_swap
...
fixes #12570
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-28 08:02:08 +02:00
Gunnar Beutner
b7ef02f8c8
Fix: ITL uses unsupported arguments for check_swap on Debian wheezy/Ubuntu trusty
...
fixes #12485
2016-08-19 03:28:08 +02:00
Michael Friedrich
c7af804cfd
ITL: Fix the description for http_certificate
...
fixes #12416
2016-08-13 15:50:45 +02:00
Michael Friedrich
3454cf88a7
Add documentation for swap CheckCommand parameters
...
fixes #12392
2016-08-12 15:08:35 +02:00
Jean-Louis Dupond
9517abba84
Add vars for all check_swap args
...
fixes #12392
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-10 14:52:31 +02:00
Bård Dahlmo-Lerbæk
39890c00c0
Fix incorrect custom variable name for the -q option for ntp_time.
...
fixes #12274
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-09 10:43:55 +02:00
Christian Birk
98a97026f4
Add "check_mysql_query" CheckCommand definition
...
fixes #12314
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-08 15:16:38 +02:00
Mirko Nardin
52f83ca7e6
Add the "-e" parameter for the SNMP check command
...
fixes #11359
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-08-05 14:50:44 +02:00
Dirk Goetz
03b8514606
Add a check command for check_breeze
...
Add a check command for check_flexlm
Add a check command for check_game
refs #6225
2016-08-03 11:32:41 +02:00
Dirk Goetz
a8b7bdc633
Add a check command for check_ide_smart
...
refs #6225
2016-08-03 11:32:41 +02:00
Dirk Goetz
c999badd14
Add a check command for check_file_age.
...
Add a deprecation note for check_ldaps to check_ldap.
refs #6225
2016-08-03 11:32:41 +02:00
Gunnar Beutner
7a7a8c7779
Add "fuse.gvfsd-fuse" to the list of excluded file systems for check_disk
...
fixes #11887
2016-06-06 09:55:46 +02:00
Michael Friedrich
9baa08d24a
'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default
...
fixes #11720
2016-05-06 16:05:40 +02:00
Michael Friedrich
b83a88ac05
Add --units, --rate and --rate-multiplier support for the snmpv3 check command
...
fixes #11194
2016-03-18 12:26:54 +01:00
Michael Friedrich
d8b70f8ae1
ITL: Add additional http check command parameters for SSL version enforcement
...
refs #10358
2016-03-15 15:26:22 +01:00
Brian De Wolf
2e1a2146f1
ITL: add check_http args for SSL version forcing
...
The -S argument of check_http can take a number, which forces the connection to
use a specific SSL version. This is implemented as multiple options because
check_http does not accept the number following -S if they are separated.
fixes #10358
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-02-24 23:38:22 +01:00
Jean Flach
299b62adcf
Add -f option to check_disk CheckCommand
...
fixes #11138
2016-02-12 10:22:15 +01:00
Sebastian Brückner
46000497cf
Add timeout to snmpv3 check
...
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
fixes #10920
2016-01-14 17:50:37 +01:00
Gunnar Beutner
599929b0f6
Update copyright headers for 2016
2016-01-12 08:29:59 +01:00
Sebastian Chrostek
ab9218e801
Add ipv4 / ipv6 support for all monitoring-plugins
...
Add some options to check_smtp/check_ssmtp/check_imap/check_simap/check_pop/check_spop
Refs #10669
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-11-30 08:36:36 +01:00
Gunnar Beutner
e62ade5034
Fix indentation in command-plugins.conf
...
fixes #10667
2015-11-20 10:48:48 +01:00
Bruno Lingner
e02d2e1af1
Add by_ssh_options argument for the check_by_ssh plugin
...
fixes #10622
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-11-18 20:29:30 +01:00
Michael Friedrich
6004ab6c31
ITL: Increase the default timeout for OS checks (update-windows, yum, apt)
...
fixes #10504
2015-11-06 15:41:54 +01:00
Jo Goossens
8a677277a5
ITL: Add missing check_apt arguments
...
refs #10504
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-11-06 15:37:56 +01:00
Sebastian Chrostek
a2c09a122b
Add ipv4/ipv6 only to tcp, udp and http CheckCommand
...
fixes #10513
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-11-02 08:32:04 +01:00
Lennart Betz
5c8386b388
Add check command negate.
...
fixes #10507
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-11-01 14:01:32 +01:00
Lennart Betz
cdfc283395
Add check command mysql
...
fixes #10511
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-11-01 13:55:15 +01:00
Gunnar Beutner
4cf4ffe893
Fix: 'dig_lookup' custom attribute for the 'dig' check command isn't optional
...
fixes #10433
2015-10-22 14:53:58 +02:00