Commit Graph

91 Commits

Author SHA1 Message Date
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
Dinesh Majrekar f426f3690b Add snmp_port custom attribute for the SNMP check command definitions
fixes #10423

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-10-21 18:05:01 +02:00
Michael Friedrich 464e7f0e9f Add timeout argument for pop, spop, imap, simap commands
fixes #10219
2015-10-15 15:13:24 +02:00
Lennart Betz e17facfd57 Add missing options to check command dig
fixes #10139

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-12 20:54:24 +02:00
Lennart Betz 5a118bd6ea add check command for plugin check_pgsql
fixes #10112

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-12 20:52:38 +02:00
Sebastian Chrostek f66b9bbf1e ITL: Add ipv4/ipv6 only to nrpe check command
fixes #10129

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-10 09:14:40 +02:00
Gunnar Beutner 63a1ff77c3 Implement the resolve_arguments function
fixes #10006
2015-08-27 09:02:21 +02:00
Petr Ruzicka 04177cb736 ITL: Improve snmpv3 CheckCommand section
fixes #9827

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-07 13:32:49 +02:00
Lennart Betz 6a2b695666 ITL: Add check command check_mailq
fixes #9811

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-03 16:37:59 +02:00
Lennart Betz bb0ce0e698 ITL: Add check command check_clamd
fixes #9747

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-03 16:26:04 +02:00
Petr Ruzicka 660ffe9da7 Add "-r" parameter to the check_load command for dividing the load averages by the number of CPUs
New variable "load_percpu" added to use when "-r" should be added for the check_load command.

fixes #9699

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-07-22 10:05:50 +02:00
Jérôme Drouet 95914ea31f Enable inode check on disk by default
fixes #9666

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-07-20 07:49:14 +02:00
Lennart Betz 219631fbae ITL: Add missing 'smtp' CheckCommand parameters
fixes #9578

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-07-07 21:20:21 +02:00
Lennart Betz 0ab467c6b2 ITL: Add missing options to 'ntp_time' CheckCommand
fixes #9562

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 17:12:04 +02:00
Lennart Betz 1a06333b86 ITL: Add CheckCommand ntp_peer
fixes #9523

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 16:59:58 +02:00
Christian Lehmann 2a6c0d87af ITL: Add securityLevel to snmpv3 CheckCommand
For example if using snmpv3 without encryption.
Defaults set to privAuth to stay compatible to older versions.

fixes #9416

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-17 15:27:45 +02:00
Michael Friedrich 4a27e4db61 Fix wrong check parameter in 'tcp' CheckCommand
refs #9147
2015-06-15 11:29:44 +02:00
Michael Friedrich 364a0888a5 Add 'disk_smb' Plugin CheckCommand definition
fixes #9254
2015-05-12 14:46:45 +02:00
Ralph Breier 9fbf99c982 Fix problem with option order of disk_wfree and disk_cfree
If using the -r/-R option with check_disk, the command  expects the
warning and critical threshold on the left side of its position.
With order = -3 will be moved to the first position of all options.

fixes #9161

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-05-05 18:39:29 +02:00
Michael Friedrich 74d75c5d2a Move 'runing_kernel' check command to plugins-contrib 'operating system' section
fixes #9175
2015-04-25 13:42:04 +02:00
Michael Friedrich afb70a216e ITL: Add missing 'ldap' command arguments
refs #9172
2015-04-25 13:35:59 +02:00
Élie Bouttier fb820f6b7c ITL: Add "ldap" CheckCommand
refs #9172

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-04-25 13:11:49 +02:00
Lee Clemens 5adba6c4fe Terminate string literals
refs #9147

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-24 08:30:09 +02:00
Tobias von der Krone 612882e4d9 Add arguments to "tcp" CheckCommand
fixes #9147

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:49:41 +02:00
Tobias von der Krone 636bbcedca Add attributes to the "ftp" CheckCommand.
fixes #9146

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:48:49 +02:00
Tobias von der Krone 29a9977c82 Add attributes to the "dns" CheckCommand
fixes #9145

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:48:28 +02:00
Dirk Goetz 2932e01afa ITL: Add 'SHOWALL' command argument for 'nscp'
fixes #9115

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-04-20 14:19:09 +02:00
Louis Sautier 9a3326fe66 Fix order of check_disk's ignored paths arguments
fixes #9049

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-04-15 11:24:08 +02:00
Gunnar Beutner 1747e580b2 Fix incorrect macro string
refs #8881
2015-03-27 14:29:36 +01:00
Louis Sautier 0779d2c44b Add all missing UPS check parameters
fixes #8881

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-27 12:58:05 +01:00
Michael Friedrich aaafbcbbac Fix wrong 'dns_lookup' custom attribute default
fixes #8862
2015-03-25 11:44:54 +01:00
Louis Sautier afc38762ef Fix check_disk default thresholds and document the change of unit
fixes #8673

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-03-10 23:49:23 +01:00
Louis Sautier 3adc605bef Fix check_disk thresholds: make sure partitions are the last arguments
fixes #8658

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-09 15:32:24 +01:00
Gunnar Beutner 89d1c908cd Replace spaces with tabs in command-plugins.conf
fixes #8520
2015-02-24 21:58:20 +01:00
Dolf Schimmel (Freeaqingme) 96ad5287dc ITL: Add support for GETNEXT in SNMP CheckCommand
refs #8498

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-24 21:49:28 +01:00
Dolf Schimmel (Freeaqingme) 73e0987600 ITL: Implement various options for the 'snmp' CheckCommand, including mib-list
refs #8498

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-24 21:47:20 +01:00
Gunnar Beutner 1e4c5cf2f2 Add more arguments for the 'udp' check command
fixes #8410
2015-02-23 13:54:18 +01:00
Gunnar Beutner 1f05cc23d1 Wrap IPv6 addresses in udp6:[<addr>] for check_snmp
refs #8259
2015-02-13 12:11:53 +01:00
Gunnar Beutner bb033b5ce3 Fall back to using address6 when the address attribute is not set
fixes #8259
2015-02-13 11:52:50 +01:00
Gunnar Beutner e3edcfddde Fix incorrect macro name in the disk check command
refs #8316
2015-02-12 09:24:28 +01:00
Gunnar Beutner c2e597b494 Add a few more file system types which are ignored by default
refs #8316
2015-02-12 09:15:46 +01:00
Gunnar Beutner f8bcc9c83f Add command definition for check_icmp
fixes #7873
2015-02-05 17:05:00 +01:00
Gunnar Beutner 8d551fa99f Add a check command for check_hpjd
refs #6225
2015-02-02 10:57:21 +01:00