Jean-Marcel Flach
1d1d2ceb96
Add repeat_key=true to check_disk.exe -p
...
fixes #10158
2015-09-16 15:16:42 +02:00
Michael Friedrich
2063012457
Fix string escaping in hpasm argument description
...
refs #9854
2015-09-12 21:27:37 +02:00
Lennart Betz
f0250a5c14
ITL: add check command for check_hpasm
...
fixes #9854
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-12 21:07:38 +02:00
Lennart Betz
f1735895b7
ITL: add check_command nwc_health
...
fixes #9812
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-12 21:04:44 +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
Lennart Betz
98b0fb7c22
ITL: Add check command squid
...
fixes #10109
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-09-07 11:41:52 +02:00
Gunnar Beutner
63a1ff77c3
Implement the resolve_arguments function
...
fixes #10006
2015-08-27 09:02:21 +02:00
Lennart Betz
e5f7c380ba
Add new argument vmware_openvmtools to check commands vmware-esx-dc-runtime-tools and vmware-esxi-soap-vm-runtime-tools
...
fixes #9996
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-26 11:13:24 +02:00
Lennart Betz
f12b820685
Add check command nspc-local-counter
...
fixes #9985
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-24 13:19:31 +02:00
Lennart Betz
649af5ebb8
Set skip_key for the "-a" argument for nscp-local
...
fixes #9984
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-24 13:17:41 +02:00
Lennart Betz
bb6db7978a
Fix check_command interfaces, change option match_aliases to boolean
...
fixes #9912
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-17 08:54:53 +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
8d11b744f4
ITL: Add check command check_interfaces
...
fixes #9527
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-03 18:05:09 +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
Dirk Goetz
4e4adf4126
Add check_yum to ITL
...
fixes #9671
2015-08-03 15:53:09 +02:00
Dirk Goetz
06d9db8c5d
Add check_redis to ITL
...
fixes #9675
2015-08-03 15:46:30 +02:00
Dirk Goetz
b2f27fa5eb
Adds check_jmx4perl to ITL
...
fixes #9801
2015-08-03 15:29: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
Reto Zeder
73d98151c1
Wrong parameter for CheckCommand ping-common-windows
...
Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
fixes #9637
2015-07-16 13:13:19 +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
Christian Harke
ebb6efe1c5
ITL: Fix incorrect check_ping.exe parameter
...
fixes #9463
2015-07-07 15:42:47 +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
Malte Rabenseifner
3f622858e6
Use PluginContribDir in itl/plugins-contrib.d/*
...
fixes #9513
2015-06-29 10:21:28 +02:00
Michael Friedrich
c1923c9e5a
Fix wrong nscp path w/ command_endpoint runtime macros
...
Do not allow to override the nscp path by runtime macros.
This causes the (linux) master to send just "." as $nscp_path$
and the windows client ignores the local global constant NscpPath
being overridden by the master.
Only happens with command_endpoints where runtime macros are passed
from the master to the clients.
fixes #9456
2015-06-19 15:20:22 +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
Dirk Goetz
e88cc78a4f
Add elasticsearch checkcommand to itl
...
fixes #9415
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-17 15:17:32 +02:00
Tom Geissler
8d383c6a19
Add 'snmp_is_cisco' to Manubulon snmp-memory command definition
...
The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.
fixes #9303
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-17 15:13:38 +02:00
Michael Friedrich
4a27e4db61
Fix wrong check parameter in 'tcp' CheckCommand
...
refs #9147
2015-06-15 11:29:44 +02:00
Michael Friedrich
9bbfdbd0fb
Fix wrong argument for mssql plugin check command
...
fixes #9372
2015-06-08 18:05:16 +02:00
Michael Friedrich
fb2c84c904
Fix missing IPv6 support in 'iftraffic' check command
...
refs #9272
2015-05-13 14:19:20 +02:00
Michael Friedrich
b5740a6171
Add 'iftraffic' to plugins-contrib check command definitions
...
fixes #9272
2015-05-13 14:15:23 +02:00
Gunnar Beutner
24ae02386a
Implement the basename and dirname script functions
...
refs #9256
2015-05-13 09:46:59 +02:00
Gunnar Beutner
32e5ed957f
Add the --load-all and --log options for nscp-local
...
fixes #9261
2015-05-13 08:45:19 +02:00
Gunnar Beutner
8612384dea
Fix incorrect custom var names in the ITL
...
fixes #9258
2015-05-13 08:09:53 +02:00
Gunnar Beutner
62c755f88c
Determine NSClient++ installation path using MsiGetComponentPath
...
fixes #9256
2015-05-12 15:45:40 +02:00
Michael Friedrich
364a0888a5
Add 'disk_smb' Plugin CheckCommand definition
...
fixes #9254
2015-05-12 14:46:45 +02:00
Gunnar Beutner
f2ac52cc88
Fix incorrect variable name in the ITL
...
fixes #9253
2015-05-12 13:20:19 +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
Ferdi Gueran
9562018447
Add database CheckCommand definition for mongodb
...
fixes #9191
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-28 14:28:12 +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
Gunnar Beutner
b24f2a906c
Fix style for command-nscp-local.conf
...
refs #9130
2015-04-22 21:58:22 +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