]> granicus.if.org Git - icinga2/blob - doc/7-icinga-template-library.md
ITL: Add check command check_clamd
[icinga2] / doc / 7-icinga-template-library.md
1 # <a id="icinga-template-library"></a> Icinga Template Library
2
3 The Icinga Template Library (ITL) implements standard templates and object
4 definitions for commonly used services.
5
6 By default the ITL is included in the `icinga2.conf` configuration file:
7
8     include <itl>
9
10 ## <a id="itl-generic-templates"></a> Generic Templates
11
12 These templates are imported by the provided example configuration.
13
14 ### <a id="itl-plugin-check-command"></a> plugin-check-command
15
16 Command template for check plugins executed by Icinga 2.
17
18 The `plugin-check-command` command does not support any vars.
19
20 ### <a id="itl-plugin-notification-command"></a> plugin-notification-command
21
22 Command template for notification scripts executed by Icinga 2.
23
24 The `plugin-notification-command` command does not support any vars.
25
26 ### <a id="itl-plugin-event-command"></a> plugin-event-command
27
28 Command template for event handler scripts executed by Icinga 2.
29
30 The `plugin-event-command` command does not support any vars.
31
32 ## <a id="itl-check-commands"></a> Check Commands
33
34 These check commands are embedded into Icinga 2 and do not require any external
35 plugin scripts.
36
37 ### <a id="itl-icinga"></a> icinga
38
39 Check command for the built-in `icinga` check. This check returns performance
40 data for the current Icinga instance.
41
42 The `icinga` check command does not support any vars.
43
44 ### <a id="itl-icinga-cluster"></a> cluster
45
46 Check command for the built-in `cluster` check. This check returns performance
47 data for the current Icinga instance and connected endpoints.
48
49 The `cluster` check command does not support any vars.
50
51 ### <a id="itl-icinga-cluster-zone"></a> cluster-zone
52
53 Check command for the built-in `cluster-zone` check.
54
55 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
56
57 Name         | Description
58 -------------|---------------
59 cluster_zone | **Optional.** The zone name. Defaults to "$host.name$".
60
61 ### <a id="itl-icinga-ido"></a> ido
62
63 Check command for the built-in `ido` check.
64
65 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
66
67 Name         | Description
68 -------------|---------------
69 ido_type     | **Required.** The type of the IDO connection object. Can be either "IdoMysqlConnection" or "IdoPgsqlConnection".
70 ido_name     | **Required.** The name of the IDO connection object.
71
72 ### <a id="itl-random"></a> random
73
74 Check command for the built-in `random` check. This check returns random states
75 and adds the check source to the check output.
76
77 For test and demo purposes only. The `random` check command does not support
78 any vars.
79
80 # <a id="plugin-check-commands"></a> Plugin Check Commands
81
82 The Plugin Check Commands provides example configuration for plugin check commands
83 provided by the Monitoring Plugins project.
84
85 By default the Plugin Check Commands are included in the `icinga2.conf` configuration
86 file:
87
88     include <plugins>
89
90 The plugin check commands assume that there's a global constant named `PluginDir`
91 which contains the path of the plugins from the Monitoring Plugins project.
92
93 ## <a id="plugin-check-command-apt"></a> apt
94
95 Check command for the `check_apt` plugin.
96
97 The `apt` check command does not support any vars.
98
99
100 ## <a id="plugin-check-command-by-ssh"></a> by_ssh
101
102 Check command object for the `check_by_ssh` plugin.
103
104 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
105
106 Name            | Description
107 ----------------|--------------
108 by_ssh_address  | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
109 by_ssh_port     | **Optional.** The SSH port. Defaults to 22.
110 by_ssh_command  | **Optional.** The command that should be executed.
111 by_ssh_logname  | **Optional.** The SSH username.
112 by_ssh_identity | **Optional.** The SSH identity.
113 by_ssh_quiet    | **Optional.** Whether to suppress SSH warnings. Defaults to false.
114 by_ssh_warn     | **Optional.** The warning threshold.
115 by_ssh_crit     | **Optional.** The critical threshold.
116 by_ssh_timeout  | **Optional.** The timeout in seconds.
117
118
119 ## <a id="plugin-check-command-dhcp"></a> dhcp
120
121 Check command object for the `check_dhcp` plugin.
122
123 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
124
125 Name            | Description
126 ----------------|--------------
127 dhcp_serverip   | **Optional.** The IP address of the DHCP server which we should get a response from.
128 dhcp_requestedip| **Optional.** The IP address which we should be offered by a DHCP server.
129 dhcp_timeout    | **Optional.** The timeout in seconds.
130 dhcp_interface  | **Optional.** The interface to use.
131 dhcp_mac        | **Optional.** The MAC address to use in the DHCP request.
132 dhcp_unicast    | **Optional.** Whether to use unicast requests. Defaults to false.
133
134
135 ## <a id="plugin-check-command-dig"></a> dig
136
137 Check command object for the `check_dig` plugin.
138
139 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
140
141 Name                 | Description
142 ---------------------|--------------
143 dig_server           | **Optional.** The DNS server to query. Defaults to "127.0.0.1".
144 dig_lookup           | **Optional.** The address that should be looked up.
145
146
147 ## <a id="plugin-check-command-disk"></a> disk
148
149 Check command object for the `check_disk` plugin.
150
151 > **Note**
152 >
153 > `disk_wfree` and `disk_cfree` require the percent sign compared to older versions.
154 > If omitted, disk units can be used. This has been changed in **2.3.0**.
155
156 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
157
158 Name                    | Description
159 ------------------------|------------------------
160 disk_wfree              | **Optional.** The free space warning threshold. Defaults to "20%". If the percent sign is omitted, units from `disk_units` are used.
161 disk_cfree              | **Optional.** The free space critical threshold. Defaults to "10%". If the percent sign is omitted, units from `disk_units` are used.
162 disk_inode_wfree        | **Optional.** The free inode warning threshold.
163 disk_inode_cfree        | **Optional.** The free inode critical threshold.
164 disk_partition          | **Optional.** The partition. **Deprecated in 2.3.**
165 disk_partition_excluded | **Optional.** The excluded partition. **Deprecated in 2.3.**
166 disk_partitions         | **Optional.** The partition(s). Multiple partitions must be defined as array.
167 disk_partitions_excluded | **Optional.** The excluded partition(s). Multiple partitions must be defined as array.
168 disk_clear               | **Optional.** Clear thresholds.
169 disk_exact_match       | **Optional.** For paths or partitions specified with -p, only check for exact paths.
170 disk_errors_only       | **Optional.** Display only devices/mountpoints with errors. May be true or false.
171 disk_group             | **Optional.** Group paths. Thresholds apply to (free-)space of all partitions together
172 disk_kilobytes         | **Optional.** Same as --units kB. May be true or false.
173 disk_local             | **Optional.** Only check local filesystems. May be true or false.
174 disk_stat_remote_fs    | **Optional.** Only check local filesystems against thresholds. Yet call stat on remote filesystems to test if they are accessible (e.g. to detect Stale NFS Handles). Myy be true or false
175 disk_mountpoint        | **Optional.** Display the mountpoint instead of the partition. May be true or false.
176 disk_megabytes         | **Optional.** Same as --units MB. May be true or false.
177 disk_all               | **Optional.** Explicitly select all paths. This is equivalent to -R '.*'. May be true or false.
178 disk_eregi_path        | **Optional.** Case insensitive regular expression for path/partition (may be repeated).
179 disk_ereg_path         | **Optional.** Regular expression for path or partition (may be repeated).
180 disk_ignore_eregi_path | **Optional.** Regular expression to ignore selected path/partition (case insensitive) (may be repeated).
181 disk_ignore_ereg_path  | **Optional.** Regular expression to ignore selected path or partition (may be repeated).
182 disk_timeout           | **Optional.** Seconds before connection times out (default: 10).
183 disk_units             | **Optional.** Choose bytes, kB, MB, GB, TB (default: MB).
184 disk_exclude_type      | **Optional.** Ignore all filesystems of indicated type (may be repeated).
185
186 ## <a id="plugin-check-command-disk-smb"></a> disk_smb
187
188 Check command object for the `check_disk_smb` plugin.
189
190 > **Note**
191 >
192 > `disk_smb_wused` and `disk_smb_cused` require the percent sign. If omitted, disk units can be used.
193
194 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
195
196 Name                    | Description
197 ------------------------|------------------------
198 disk_smb_hostname       | **Required.** NetBIOS name of the server.
199 disk_smb_share          | **Required.** Share name being queried.
200 disk_smb_workgroup      | **Optional.** Workgroup or Domain used (defaults to 'WORKGROUP' if omitted).
201 disk_smb_address        | **Optional.** IP address of the host (only necessary if host belongs to another network).
202 disk_smb_username       | **Optional.** Username for server log-in (defaults to 'guest' if omitted).
203 disk_smb_password       | **Optional.** Password for server log-in (defaults to an empty password if omitted).
204 disk_smb_wused          | **Optional.** The used space warning threshold. Defaults to "85%". If the percent sign is omitted, use optional disk units.
205 disk_smb_cused          | **Optional.** The used space critical threshold. Defaults to "95%". If the percent sign is omitted, use optional disk units.
206 disk_smb_port           | **Optional.** Connection port, e.g. `139` or `445`. Defaults to `smbclient` default if omitted.
207
208 ## <a id="plugin-check-command-dns"></a> dns
209
210 Check command object for the `check_dns` plugin.
211
212 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
213
214 Name                 | Description
215 ---------------------|--------------
216 dns_lookup           | **Optional.** The hostname or IP to query the DNS for. Defaults to "$host_name$".
217 dns_server           | **Optional.** The DNS server to query. Defaults to the server configured in the OS.
218 dns_expected_answer  | **Optional.** The answer to look for. A hostname must end with a dot. **Deprecated in 2.3.**
219 dns_expected_answers | **Optional.** The answer(s) to look for. A hostname must end with a dot. Multiple answers must be defined as array.
220 dns_authoritative    | **Optional.** Expect the server to send an authoritative answer.
221 dns_wtime            | **Optional.** Return warning if elapsed time exceeds value.
222 dns_ctime            | **Optional.** Return critical if elapsed time exceeds value.
223 dns_timeout          | **Optional.** Seconds before connection times out. Defaults to 10.
224
225
226 ## <a id="plugin-check-command-dummy"></a> dummy
227
228 Check command object for the `check_dummy` plugin.
229
230 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
231
232 Name            | Description
233 ----------------|--------------
234 dummy_state     | **Optional.** The state. Can be one of 0 (ok), 1 (warning), 2 (critical) and 3 (unknown). Defaults to 0.
235 dummy_text      | **Optional.** Plugin output. Defaults to "Check was successful.".
236
237
238 ## <a id="plugin-check-command-fping4"></a> fping4
239
240 Check command object for the `check_fping` plugin.
241
242 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
243
244 Name            | Description
245 ----------------|--------------
246 fping_address   | **Optional.** The host's IPv4 address. Defaults to "$address$".
247 fping_wrta      | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
248 fping_wpl       | **Optional.** The packet loss warning threshold in %. Defaults to 5.
249 fping_crta      | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
250 fping_cpl       | **Optional.** The packet loss critical threshold in %. Defaults to 15.
251 fping_number    | **Optional.** The number of packets to send. Defaults to 5.
252 fping_interval  | **Optional.** The interval between packets in milli-seconds. Defaults to 500.
253 fping_bytes     | **Optional.** The size of ICMP packet.
254 fping_target_timeout | **Optional.** The target timeout in milli-seconds.
255 fping_source_ip | **Optional.** The name or ip address of the source ip.
256 fping_source_interface | **Optional.** The source interface name.
257
258
259 ## <a id="plugin-check-command-fping6"></a> fping6
260
261 Check command object for the `check_fping` plugin.
262
263 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
264
265 Name            | Description
266 ----------------|--------------
267 fping_address   | **Optional.** The host's IPv6 address. Defaults to "$address6$".
268 fping_wrta      | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
269 fping_wpl       | **Optional.** The packet loss warning threshold in %. Defaults to 5.
270 fping_crta      | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
271 fping_cpl       | **Optional.** The packet loss critical threshold in %. Defaults to 15.
272 fping_number    | **Optional.** The number of packets to send. Defaults to 5.
273 fping_interval  | **Optional.** The interval between packets in milli-seconds. Defaults to 500.
274 fping_bytes     | **Optional.** The size of ICMP packet.
275 fping_target_timeout | **Optional.** The target timeout in milli-seconds.
276 fping_source_ip | **Optional.** The name or ip address of the source ip.
277 fping_source_interface | **Optional.** The source interface name.
278
279
280 ## <a id="plugin-check-command-ftp"></a> ftp
281
282 Check command object for the `check_ftp` plugin.
283
284 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
285
286 Name               | Description
287 -------------------|--------------
288 ftp_address        | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
289 ftp_port           | **Optional.** The FTP port number.
290 ftp_expect         | **Optional.** String to expect in server response (may be repeated).
291 ftp_all            | **Optional.** All expect strings need to occur in server response. Defaults to false.
292 ftp_escape_send    | **Optional.** Enable usage of \n, \r, \t or \\\\ in send string.
293 ftp_send           | **Optional.** String to send to the server.
294 ftp_escape_quit    | **Optional.** Enable usage of \n, \r, \t or \\\\ in quit string.
295 ftp_quit           | **Optional.** String to send server to initiate a clean close of the connection.
296 ftp_refuse         | **Optional.** Accept TCP refusals with states ok, warn, crit. Defaults to crit.
297 ftp_mismatch       | **Optional.** Accept expected string mismatches with states ok, warn, crit. Defaults to warn.
298 ftp_jail           | **Optional.** Hide output from TCP socket.
299 ftp_maxbytes       | **Optional.** Close connection once more than this number of bytes are received.
300 ftp_delay          | **Optional.** Seconds to wait between sending string and polling for response.
301 ftp_certificate    | **Optional.** Minimum number of days a certificate has to be valid. 1st value is number of days for warning, 2nd is critical (if not specified: 0) - seperated by comma.
302 ftp_ssl            | **Optional.** Use SSL for the connection. Defaults to false.
303 ftp_wtime          | **Optional.** Response time to result in warning status (seconds).
304 ftp_ctime          | **Optional.** Response time to result in critical status (seconds).
305 ftp_timeout        | **Optional.** Seconds before connection times out. Defaults to 10.
306
307
308 ## <a id="plugin-check-command-hostalive"></a> hostalive
309
310 Check command object for the `check_ping` plugin with host check default values. This variant
311 uses the host's `address` attribute if available and falls back to using the `address6` attribute
312 if the `address` attribute is not set.
313
314 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
315
316 Name            | Description
317 ----------------|--------------
318 ping_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
319 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 3000.
320 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 80.
321 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 5000.
322 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 100.
323 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
324 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
325
326
327 ## <a id="plugin-check-command-hostalive4"></a> hostalive4
328
329 Check command object for the `check_ping` plugin with host check default values. This variant
330 uses the host's `address` attribute.
331
332 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
333
334 Name            | Description
335 ----------------|--------------
336 ping_address    | **Optional.** The host's IPv4 address. Defaults to "$address$".
337 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 3000.
338 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 80.
339 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 5000.
340 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 100.
341 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
342 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
343
344
345 ## <a id="plugin-check-command-hostalive6"></a> hostalive6
346
347 Check command object for the `check_ping` plugin with host check default values. This variant
348 uses the host's `address6` attribute.
349
350 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
351
352 Name            | Description
353 ----------------|--------------
354 ping_address    | **Optional.** The host's IPv6 address. Defaults to "$address6$".
355 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 3000.
356 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 80.
357 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 5000.
358 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 100.
359 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
360 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
361
362
363 ## <a id="plugin-check-command-hpjd"></a> hpjd
364
365 Check command object for the `check_hpjd` plugin.
366
367 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
368
369 Name            | Description
370 ----------------|--------------
371 hpjd_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
372 hpjd_port       | **Optional.** The host's SNMP port. Defaults to 161.
373 hpjd_community  | **Optional.** The SNMP community. Defaults  to "public".
374
375
376 ## <a id="plugin-check-command-http"></a> http
377
378 Check command object for the `check_http` plugin.
379
380 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
381
382 Name                     | Description
383 -------------------------|--------------
384 http_address             | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
385 http_vhost               | **Optional.** The virtual host that should be sent in the "Host" header.
386 http_uri                 | **Optional.** The request URI.
387 http_port                | **Optional.** The TCP port. Defaults to 80 when not using SSL, 443 otherwise.
388 http_ssl                 | **Optional.** Whether to use SSL. Defaults to false.
389 http_sni                 | **Optional.** Whether to use SNI. Defaults to false.
390 http_auth_pair           | **Optional.** Add 'username:password' authorization pair.
391 http_proxy_auth_pair     | **Optional.** Add 'username:password' authorization pair for proxy.
392 http_ignore_body         | **Optional.** Don't download the body, just the headers.
393 http_linespan            | **Optional.** Allow regex to span newline.
394 http_expect_body_regex   | **Optional.** A regular expression which the body must match against. Incompatible with http_ignore_body.
395 http_expect_body_eregi   | **Optional.** A case-insensitive expression which the body must match against. Incompatible with http_ignore_body.
396 http_invertregex         | **Optional.** Changes behaviour of http_expect_body_regex and http_expect_body_eregi to return CRITICAL if found, OK if not.
397 http_warn_time           | **Optional.** The warning threshold.
398 http_critical_time       | **Optional.** The critical threshold.
399 http_expect              | **Optional.** Comma-delimited list of strings, at least one of them is expected in the first (status) line of the server response. Default: HTTP/1.
400 http_certificate         | **Optional.** Minimum number of days a certificate has to be valid. Port defaults to 443.
401 http_clientcert          | **Optional.** Name of file contains the client certificate (PEM format).
402 http_privatekey          | **Optional.** Name of file contains the private key (PEM format).
403 http_headerstring        | **Optional.** String to expect in the response headers.
404 http_string              | **Optional.** String to expect in the content.
405 http_post                | **Optional.** URL encoded http POST data.
406 http_method              | **Optional.** Set http method (for example: HEAD, OPTIONS, TRACE, PUT, DELETE).
407 http_maxage              | **Optional.** Warn if document is more than seconds old.
408 http_contenttype         | **Optional.** Specify Content-Type header when POSTing.
409 http_useragent           | **Optional.** String to be sent in http header as User Agent.
410 http_header              | **Optional.** Any other tags to be sent in http header.
411 http_extendedperfdata    | **Optional.** Print additional perfdata. Defaults to false.
412 http_onredirect          | **Optional.** How to handle redirect pages. Possible values: "ok" (default), "warning", "critical", "follow", "sticky" (like follow but stick to address), "stickyport" (like sticky but also to port)
413 http_pagesize            | **Optional.** Minimum page size required:Maximum page size required.
414 http_timeout             | **Optional.** Seconds before connection times out.
415
416
417 ## <a id="plugin-check-command-icmp"></a> icmp
418
419 Check command object for the `check_icmp` plugin.
420
421 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
422
423 Name            | Description
424 ----------------|--------------
425 icmp_address    | **Optional.** The host's address. This can either be a single address or an array of addresses. Defaults to "$address$".
426 icmp_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
427 icmp_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 5.
428 icmp_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
429 icmp_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 15.
430 icmp_source     | **Optional.** The source IP address to send packets from.
431 icmp_packets    | **Optional.** The number of packets to send. Defaults to 5.
432 icmp_packet_interval | **Optional** The maximum packet interval. Defaults to 80 (milliseconds).
433 icmp_target_interval | **Optional.** The maximum target interval.
434 icmp_hosts_alive | **Optional.** The number of hosts which have to be alive for the check to succeed.
435 icmp_data_bytes | **Optional.** Payload size for each ICMP request. Defaults to 8.
436 icmp_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 10 (seconds).
437
438
439 ## <a id="plugin-check-command-imap"></a> imap
440
441 Check command object for the `check_imap` plugin.
442
443 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
444
445 Name            | Description
446 ----------------|--------------
447 imap_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
448 imap_port       | **Optional.** The port that should be checked. Defaults to 143.
449
450
451 ## <a id="plugin-check-command-ldap"></a> ldap
452
453 Check command object for the `check_ldap` plugin.
454
455 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
456
457 Name            | Description
458 ----------------|--------------
459 ldap_address    | **Optional.** Host name, IP Address, or unix socket (must be an absolute path). Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
460 ldap_port       | **Optional.** Port number. Defaults to 389.
461 ldap_attr       | **Optional.** LDAP attribute to search for (default: "(objectclass=*)"
462 ldap_base       | **Required.** LDAP base (eg. ou=myunit,o=myorg,c=at).
463 ldap_bind       | **Optional.** LDAP bind DN (if required).
464 ldap_pass       | **Optional.** LDAP password (if required).
465 ldap_starttls   | **Optional.** Use STARTSSL mechanism introduced in protocol version 3.
466 ldap_ssl        | **Optional.** Use LDAPS (LDAP v2 SSL method). This also sets the default port to 636.
467 ldap_v2         | **Optional.** Use LDAP protocol version 2 (enabled by default).
468 ldap_v3         | **Optional.** Use LDAP protocol version 3 (disabled by default)
469 ldap_warning    | **Optional.** Response time to result in warning status (seconds).
470 ldap_critical   | **Optional.** Response time to result in critical status (seconds).
471 ldap_timeout    | **Optional.** Seconds before connection times out (default: 10).
472 ldap_verbose    | **Optional.** Show details for command-line debugging (disabled by default)
473
474 ## <a id="plugin-check-command-load"></a> load
475
476 Check command object for the `check_load` plugin.
477
478 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
479
480 Name            | Description
481 ----------------|--------------
482 load_wload1     | **Optional.** The 1-minute warning threshold. Defaults to 5.
483 load_wload5     | **Optional.** The 5-minute warning threshold. Defaults to 4.
484 load_wload15    | **Optional.** The 15-minute warning threshold. Defaults to 3.
485 load_cload1     | **Optional.** The 1-minute critical threshold. Defaults to 10.
486 load_cload5     | **Optional.** The 5-minute critical threshold. Defaults to 6.
487 load_cload15    | **Optional.** The 15-minute critical threshold. Defaults to 4.
488 load_percpu     | **Optional.** Divide the load averages by the number of CPUs (when possible). Defaults to false.
489
490
491 ## <a id="plugin-check-command-nrpe"></a> nrpe
492
493 Check command object for the `check_nrpe` plugin.
494
495 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
496
497 Name            | Description
498 ----------------|--------------
499 nrpe_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
500 nrpe_port       | **Optional.** The NRPE port. Defaults to 5666.
501 nrpe_command    | **Optional.** The command that should be executed.
502 nrpe_no_ssl     | **Optional.** Whether to disable SSL or not. Defaults to `false`.
503 nrpe_timeout_unknown | **Optional.** Whether to set timeouts to unknown instead of critical state. Defaults to `false`.
504 nrpe_timeout    | **Optional.** The timeout in seconds.
505 nrpe_arguments  | **Optional.** Arguments that should be passed to the command. Multiple arguments must be defined as array.
506
507
508 ## <a id="plugin-check-command-nscp"></a> nscp
509
510 Check command object for the `check_nt` plugin.
511
512 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
513
514 Name            | Description
515 ----------------|--------------
516 nscp_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
517 nscp_port       | **Optional.** The NSClient++ port. Defaults to 12489.
518 nscp_password   | **Optional.** The NSClient++ password.
519 nscp_variable   | **Required.** The variable that should be checked.
520 nscp_params     | **Optional.** Parameters for the query. Multiple parameters must be defined as array.
521 nscp_warn       | **Optional.** The warning threshold.
522 nscp_crit       | **Optional.** The critical threshold.
523 nscp_timeout    | **Optional.** The query timeout in seconds.
524 nscp_showall    | **Optional.** Use with SERVICESTATE to see working services or PROCSTATE for running processes. Defaults to false.
525
526
527 ## <a id="plugin-check-command-ntp-time"></a> ntp_time
528
529 Check command object for the `check_ntp_time` plugin.
530
531 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
532
533 Name            | Description
534 ----------------|--------------
535 ntp_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
536 ntp_port        | **Optional.** Port number (default: 123).
537 ntp_quit        | **Optional.** Returns UNKNOWN instead of CRITICAL if offset cannot be found.
538 ntp_warning     | **Optional.** Offset to result in warning status (seconds).
539 ntp_critical    | **Optional.** Offset to result in critical status (seconds).
540 ntp_timeoffset  | **Optional.** Expected offset of the ntp server relative to local server (seconds).
541 ntp_timeout     | **Optional.** Seconds before connection times out (default: 10).
542
543
544 ## <a id="plugin-check-command-ntp-peer"></a> ntp_peer
545
546 Check command object for the `check_ntp_peer` plugin.
547
548 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
549
550 Name            | Description
551 ----------------|--------------
552 ntp_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
553 ntp_port        | **Optional.** The port to use. Default to 123.
554 ntp_warning     | **Optional.** Offset to result in warning status (seconds).
555 ntp_critical    | **Optional.** Offset to result in critical status (seconds).
556 ntp_wstratum    | **Optional.** Warning threshold for stratum of server's synchronization peer.
557 ntp_cstratum    | **Optional.** Critical threshold for stratum of server's synchronization peer.
558 ntp_wjitter     | **Optional.** Warning threshold for jitter.
559 ntp_cjitter     | **Optional.** Critical threshold for jitter.
560 ntp_wsource     | **Optional.** Warning threshold for number of usable time sources.
561 ntp_csource     | **Optional.** Critical threshold for number of usable time sources.
562 ntp_timeout     | **Optional.** Seconds before connection times out (default: 10).
563
564
565 ## <a id="plugin-check-command-passive"></a> passive
566
567 Specialised check command object for passive checks executing the `check_dummy` plugin with appropriate default values.
568
569 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
570
571 Name            | Description
572 ----------------|--------------
573 dummy_state     | **Optional.** The state. Can be one of 0 (ok), 1 (warning), 2 (critical) and 3 (unknown). Defaults to 3.
574 dummy_text      | **Optional.** Plugin output. Defaults to "No Passive Check Result Received.".
575
576
577 ## <a id="plugin-check-command-ping"></a> ping
578
579 Check command object for the `check_ping` plugin. This command uses the host's `address` attribute
580 if available and falls back to using the `address6` attribute if the `address` attribute is not set.
581
582
583 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
584
585 Name            | Description
586 ----------------|--------------
587 ping_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
588 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
589 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 5.
590 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
591 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 15.
592 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
593 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
594
595
596 ## <a id="plugin-check-command-ping4"></a> ping4
597
598 Check command object for the `check_ping` plugin.
599
600 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
601
602 Name            | Description
603 ----------------|--------------
604 ping_address    | **Optional.** The host's IPv4 address. Defaults to "$address$".
605 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
606 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 5.
607 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
608 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 15.
609 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
610 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
611
612 ## <a id="plugin-check-command-ping6"></a> ping6
613
614 Check command object for the `check_ping` plugin.
615
616 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
617
618 Name            | Description
619 ----------------|--------------
620 ping_address    | **Optional.** The host's IPv6 address. Defaults to "$address6$".
621 ping_wrta       | **Optional.** The RTA warning threshold in milliseconds. Defaults to 100.
622 ping_wpl        | **Optional.** The packet loss warning threshold in %. Defaults to 5.
623 ping_crta       | **Optional.** The RTA critical threshold in milliseconds. Defaults to 200.
624 ping_cpl        | **Optional.** The packet loss critical threshold in %. Defaults to 15.
625 ping_packets    | **Optional.** The number of packets to send. Defaults to 5.
626 ping_timeout    | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
627
628
629 ## <a id="plugin-check-command-pop"></a> pop
630
631 Check command object for the `check_pop` plugin.
632
633 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
634
635 Name            | Description
636 ----------------|--------------
637 pop_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
638 pop_port        | **Optional.** The port that should be checked. Defaults to 110.
639
640
641 ## <a id="plugin-check-command-processes"></a> procs
642
643 Check command object for the `check_procs` plugin.
644
645 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
646
647 Name                 | Description
648 ---------------------|--------------
649 procs_warning        | **Optional.** The process count warning threshold. Defaults to 250.
650 procs_critical       | **Optional.** The process count critical threshold. Defaults to 400.
651 procs_metric         | **Optional.** Check thresholds against metric.
652 procs_timeout        | **Optional.** Seconds before plugin times out.
653 procs_traditional    | **Optional.** Filter own process the traditional way by PID instead of /proc/pid/exe. Defaults to false.
654 procs_state          | **Optional.** Only scan for processes that have one or more of the status flags you specify.
655 procs_ppid           | **Optional.** Only scan for children of the parent process ID indicated.
656 procs_vsz            | **Optional.** Only scan for processes with VSZ higher than indicated.
657 procs_rss            | **Optional.** Only scan for processes with RSS higher than indicated.
658 procs_pcpu           | **Optional.** Only scan for processes with PCPU higher than indicated.
659 procs_user           | **Optional.** Only scan for processes with user name or ID indicated.
660 procs_argument       | **Optional.** Only scan for processes with args that contain STRING.
661 procs_argument_regex | **Optional.** Only scan for processes with args that contain the regex STRING.
662 procs_command        | **Optional.** Only scan for exact matches of COMMAND (without path).
663 procs_nokthreads     | **Optional.** Only scan for non kernel threads. Defaults to false.
664
665
666 ## <a id="plugin-check-command-simap"></a> simap
667
668 Check command object for the `check_simap` plugin.
669
670 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
671
672 Name            | Description
673 ----------------|--------------
674 simap_address   | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
675 simap_port      | **Optional.** The host's port.
676
677
678 ## <a id="plugin-check-command-smtp"></a> smtp
679
680 Check command object for the `check_smtp` plugin.
681
682 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
683
684 Name                  | Description
685 ----------------------|--------------
686 smtp_address          | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
687 smtp_port             | **Optional.** The port that should be checked. Defaults to 25.
688 smtp_mail_from        | **Optional.** Test a MAIL FROM command with the given email address.
689 smtp_expect           | **Optional.** String to expect in first line of server response (default: '220').
690 smtp_command          | **Optional.** SMTP command (may be used repeatedly).
691 smtp_response         | **Optional.** Expected response to command (may be used repeatedly).
692 smtp_helo_fqdn        | **Optional.** FQDN used for HELO
693 smtp_certificate_age  | **Optional.** Minimum number of days a certificate has to be valid.
694 smtp_starttls         | **Optional.** Use STARTTLS for the connection.
695 smtp_authtype         | **Optional.** SMTP AUTH type to check (default none, only LOGIN supported).
696 smtp_authuser         | **Optional.** SMTP AUTH username.
697 smtp_authpass         | **Optional.** SMTP AUTH password.
698 smtp_ignore_quit      | **Optional.** Ignore failure when sending QUIT command to server.
699 smtp_warning          | **Optional.** Response time to result in warning status (seconds).
700 smtp_critical         | **Optional.** Response time to result in critical status (seconds).
701 smtp_timeout          | **Optional.** Seconds before connection times out (default: 10).
702
703
704 ## <a id="plugin-check-command-snmp"></a> snmp
705
706 Check command object for the `check_snmp` plugin.
707
708 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
709
710 Name                | Description
711 --------------------|--------------
712 snmp_address        | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
713 snmp_oid            | **Required.** The SNMP OID.
714 snmp_community      | **Optional.** The SNMP community. Defaults to "public".
715 snmp_warn           | **Optional.** The warning threshold.
716 snmp_crit           | **Optional.** The critical threshold.
717 snmp_string         | **Optional.** Return OK state if the string matches exactly with the output value
718 snmp_ereg           | **Optional.** Return OK state if extended regular expression REGEX matches with the output value
719 snmp_eregi          | **Optional.** Return OK state if case-insensitive extended REGEX matches with the output value
720 snmp_label          | **Optional.** Prefix label for output value
721 snmp_invert_search  | **Optional.** Invert search result and return CRITICAL state if found
722 snmp_units          | **Optional.** Units label(s) for output value (e.g., 'sec.').
723 snmp_version        | **Optional.** Version to use. E.g. 1, 2, 2c or 3.
724 snmp_miblist        | **Optional.** MIB's to use, comma separated. Defaults to "ALL".
725 snmp_rate_multiplier | **Optional.** Converts rate per second. For example, set to 60 to convert to per minute.
726 snmp_rate           | **Optional.** Boolean. Enable rate calculation.
727 snmp_getnext        | **Optional.** Boolean. Use SNMP GETNEXT. Defaults to false.
728 snmp_timeout        | **Optional.** The command timeout in seconds. Defaults to 10 seconds.
729
730 ## <a id="plugin-check-command-snmpv3"></a> snmpv3
731
732 Check command object for the `check_snmp` plugin, using SNMPv3 authentication and encryption options.
733
734 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
735
736 Name              | Description
737 ------------------|--------------
738 snmpv3_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
739 snmpv3_user       | **Required.** The username to log in with.
740 snmpv3_auth_alg   | **Optional.** The authentication algorithm. Defaults to SHA.
741 snmpv3_seclevel   | **Optional.** The security level. Defaults to authPriv.
742 snmpv3_auth_key   | **Required,** The authentication key. Required if `snmpv3_seclevel` is set to `authPriv` otherwise optional.
743 snmpv3_priv_alg   | **Optional.** The encryption algorithm. Defaults to AES.
744 snmpv3_priv_key   | **Required.** The encryption key.
745 snmpv3_oid        | **Required.** The SNMP OID.
746 snmpv3_warn       | **Optional.** The warning threshold.
747 snmpv3_crit       | **Optional.** The critical threshold.
748 snmpv3_label      | **Optional.** Prefix label for output value.
749
750 ## <a id="plugin-check-command-snmp-uptime"></a> snmp-uptime
751
752 Check command object for the `check_snmp` plugin.
753
754 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
755
756 Name            | Description
757 ----------------|--------------
758 snmp_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
759 snmp_oid        | **Optional.** The SNMP OID. Defaults to "1.3.6.1.2.1.1.3.0".
760 snmp_community  | **Optional.** The SNMP community. Defaults to "public".
761
762
763 ## <a id="plugin-check-command-spop"></a> spop
764
765 Check command object for the `check_spop` plugin.
766
767 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
768
769 Name            | Description
770 ----------------|--------------
771 spop_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
772 spop_port       | **Optional.** The host's port.
773
774
775 ## <a id="plugin-check-command-ssh"></a> ssh
776
777 Check command object for the `check_ssh` plugin.
778
779 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
780
781 Name            | Description
782 ----------------|--------------
783 ssh_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
784 ssh_port        | **Optional.** The port that should be checked. Defaults to 22.
785 ssh_timeout     | **Optional.** Seconds before connection times out. Defaults to 10.
786
787
788 ## <a id="plugin-check-command-ssl"></a> ssl
789
790 Check command object for the `check_tcp` plugin, using ssl-related options.
791
792 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
793
794 Name                          | Description
795 ------------------------------|--------------
796 ssl_address                   | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
797 ssl_port                      | **Required.** The port that should be checked.
798 ssl_timeout                   | **Optional.** Timeout in seconds for the connect and handshake. The plugin default is 10 seconds.
799 ssl_cert_valid_days_warn      | **Optional.** Warning threshold for days before the certificate will expire. When used, ssl_cert_valid_days_critical must also be set.
800 ssl_cert_valid_days_critical  | **Optional.** Critical threshold for days before the certificate will expire. When used, ssl_cert_valid_days_warn must also be set.
801
802
803 ## <a id="plugin-check-command-ssmtp"></a> ssmtp
804
805 Check command object for the `check_ssmtp` plugin.
806
807 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
808
809 Name            | Description
810 ----------------|--------------
811 ssmtp_address   | **Required.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
812 ssmtp_port      | **Optional.** The port that should be checked. Defaults to 465.
813
814
815 ## <a id="plugin-check-command-swap"></a> swap
816
817 Check command object for the `check_swap` plugin.
818
819 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
820
821 Name            | Description
822 ----------------|--------------
823 swap_wfree      | **Optional.** The free swap space warning threshold in %. Defaults to 50.
824 swap_cfree      | **Optional.** The free swap space critical threshold in %. Defaults to 25.
825
826
827 ## <a id="plugin-check-command-tcp"></a> tcp
828
829 Check command object for the `check_tcp` plugin.
830
831 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
832
833 Name            | Description
834 ----------------|--------------
835 tcp_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
836 tcp_port        | **Required.** The port that should be checked.
837 tcp_expect      | **Optional.** String to expect in server response (may be repeated).
838 tcp_all         | **Optional.** All expect strings need to occur in server response. Defaults to false.
839 tcp_escape_send | **Optional.** Enable usage of \n, \r, \t or \\\\ in send string.
840 tcp_send        | **Optional.** String to send to the server.
841 tcp_escape_quit | **Optional.** Enable usage of \n, \r, \t or \\\\ in quit string.
842 tcp_quit        | **Optional.** String to send server to initiate a clean close of the connection.
843 tcp_refuse      | **Optional.** Accept TCP refusals with states ok, warn, crit. Defaults to crit.
844 tcp_mismatch    | **Optional.** Accept expected string mismatches with states ok, warn, crit. Defaults to warn.
845 tcp_jail        | **Optional.** Hide output from TCP socket.
846 tcp_maxbytes    | **Optional.** Close connection once more than this number of bytes are received.
847 tcp_delay       | **Optional.** Seconds to wait between sending string and polling for response.
848 tcp_certificate | **Optional.** Minimum number of days a certificate has to be valid. 1st value is number of days for warning, 2nd is critical (if not specified: 0) - seperated by comma.
849 tcp_ssl         | **Optional.** Use SSL for the connection. Defaults to false.
850 tcp_wtime       | **Optional.** Response time to result in warning status (seconds).
851 tcp_ctime       | **Optional.** Response time to result in critical status (seconds).
852 tcp_timeout     | **Optional.** Seconds before connection times out. Defaults to 10.
853
854
855 ## <a id="plugin-check-command-udp"></a> udp
856
857 Check command object for the `check_udp` plugin.
858
859 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
860
861 Name            | Description
862 ----------------|--------------
863 udp_address     | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
864 udp_port        | **Required.** The port that should be checked.
865 udp_send        | **Required.** The payload to send in the UDP datagram.
866 udp_expect      | **Required.** The payload to expect in the response datagram.
867 udp_quit        | **Optional.** The payload to send to 'close' the session.
868
869
870 ## <a id="plugin-check-command-ups"></a> ups
871
872 Check command object for the `check_ups` plugin.
873
874 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
875
876 Name            | Description
877 ----------------|--------------
878 ups_address     | **Required.** The address of the host running upsd. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
879 ups_name        | **Required.** The UPS name. Defaults to `ups`.
880 ups_port        | **Optional.** The port to which to connect. Defaults to 3493.
881 ups_variable    | **Optional.** The variable to monitor. Must be one of LINE, TEMP, BATTPCT or LOADPCT. If this is not set, the check only relies on the value of `ups.status`.
882 ups_warning     | **Optional.** The warning threshold for the selected variable.
883 ups_critical    | **Optional.** The critical threshold for the selected variable.
884 ups_celsius     | **Optional.** Display the temperature in degrees Celsius instead of Fahrenheit. Defaults to `false`.
885 ups_timeout     | **Optional.** The number of seconds before the connection times out. Defaults to 10.
886
887
888 ## <a id="plugin-check-command-users"></a> users
889
890 Check command object for the `check_users` plugin.
891
892 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
893
894 Name            | Description
895 ----------------|--------------
896 users_wgreater  | **Optional.** The user count warning threshold. Defaults to 20.
897 users_cgreater  | **Optional.** The user count critical threshold. Defaults to 50.
898
899
900 ## <a id="plugin-check-command-clamd"></a> clamd
901
902 Check command object for the `check_clamd` plugin.
903
904 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
905
906 Name               | Description
907 -------------------|--------------
908 clamd_address        | **Required.** The host's address or unix socket (must be an absolute path).
909 clamd_port           | **Optional.** Port number (default: none).
910 clamd_expect         | **Optional.** String to expect in server response (may be repeated).
911 clamd_all            | **Optional.** All expect strings need to occur in server response. Defaults to false.
912 clamd_escape_send    | **Optional.** Enable usage of \n, \r, \t or \\\\ in send string.
913 clamd_send           | **Optional.** String to send to the server.
914 clamd_escape_quit    | **Optional.** Enable usage of \n, \r, \t or \\\\ in quit string.
915 clamd_quit           | **Optional.** String to send server to initiate a clean close of the connection.
916 clamd_refuse         | **Optional.** Accept TCP refusals with states ok, warn, crit. Defaults to crit.
917 clamd_mismatch       | **Optional.** Accept expected string mismatches with states ok, warn, crit. Defaults to warn.
918 clamd_jail           | **Optional.** Hide output from TCP socket.
919 clamd_maxbytes       | **Optional.** Close connection once more than this number of bytes are received.
920 clamd_delay          | **Optional.** Seconds to wait between sending string and polling for response.
921 clamd_certificate    | **Optional.** Minimum number of days a certificate has to be valid. 1st value is number of days for warning, 2nd is critical (if not specified: 0) - seperated by comma.
922 clamd_ssl            | **Optional.** Use SSL for the connection. Defaults to false.
923 clamd_wtime          | **Optional.** Response time to result in warning status (seconds).
924 clamd_ctime          | **Optional.** Response time to result in critical status (seconds).
925 clamd_timeout        | **Optional.** Seconds before connection times out. Defaults to 10.
926
927
928 # <a id="windows-plugins"></a>Icinga 2 Windows plugins
929
930 To allow a basic monitoring of Windows clients Icinga 2 comes with a set of Windows only plugins. While trying to mirror the functionalities of their linux cousins from the monitoring-plugins package, the differences between Windows and Linux are too big to be able use the same CheckCommands for both systems.
931
932 A check-commands-windows.conf comes with Icinga 2, it asumes that the Windows Plugins are installed in the PluginDir set in your constants.conf. To enable them the following include directive is needed in you icinga2.conf:
933
934         include <windows-plugins>
935
936 One of the differences between the Windows plugins and their linux counterparts is that they consistently do not require thresholds to run, functioning like dummies without.
937
938
939 ## <a id="windows-plugins-thresholds"></a>Threshold syntax
940
941 So not specified differently the thresholds for the plugins all follow the same pattern
942
943 Threshold    | Meaning
944 :------------|:----------
945 "29"         | The threshold is 29.
946 "!29"        | The threshold is 29, but the negative of the result is returned.
947 "[10-40]"    | The threshold is a range from (including) 20 to 40, a value inside means the threshold has been exceeded.
948 "![10-40]"   | Same as above, but the result is inverted.
949
950
951 ## <a id="windows-plugins-disk-windows"></a>disk-windows
952
953 Check command object for the `check_disk.exe` plugin.
954 Aggregates the free disk space of all volumes and mount points it can find, or the ones defined in `disk_win_path`. Ignores removable storage like fash drives and discs (CD, DVD etc.).
955
956 Custom attributes:
957
958 Name            | Description
959 :---------------|:------------
960 disk\_win\_warn | **Optional**. The warning threshold.
961 disk\_win\_crit | **Optional**. The critical threshold.
962 disk\_win\_path | **Optional**. Check only these paths, default checks all.
963 disk\_win\_unit | **Optional**. Use this unit to display disk space, thresholds are interpreted in this unit. Defaults to "mb", possible values are: b, kb, mb, gb and tb.
964
965
966 ## <a id="windows-plugins-load-windows"></a>load-windows
967
968 Check command object for the `check_load.exe` plugin.
969 This plugin collects the inverse of the performance counter `\Processor(_Total)\% Idle Time` two times, with a wait time of one second between the collection. To change this wait time use [`perfmon-windows`](7-icinga-template-library.md#windows-plugins-load-windows).
970
971 Custom attributes:
972
973 Name            | Description
974 :---------------|:------------
975 load\_win\_warn | **Optional**. The warning threshold.
976 load\_win\_crit | **Optional**. The critical threshold.
977
978
979 ## <a id="windows-plugins-memory-windows"></a>memory-windows
980
981 Check command object for the `check_memory.exe` plugin.
982 The memory collection is instant.
983
984 Custom attributes:
985
986 Name              | Description
987 :-----------------|:------------
988 memory\_win\_warn | **Optional**. The warning threshold.
989 memory\_win\_crit | **Optional**. The critical threshold.
990 memory\_win\_unit | **Optional**. The unit to display the received value in, thresholds are interpreted in this unit. Defaults to "mb" (megabye), possible values are: b, kb, mb, gb and tb.
991
992
993 ## <a id="windows-plugins-network-windows"></a>network-windows
994
995 Check command object for the `check_network.exe` plugin.
996 Collects the total Bytes inbount and outbound for all interfaces in one second, to itemise interfaces or use a different collection interval use [`perfmon-windows`](7-icinga-template-library.md#windows-plugins-load-windows).
997
998 Custom attributes:
999
1000 Name               | Description
1001 :------------------|:------------
1002 network\_win\_warn | **Optional**. The warning threshold.
1003 network\_win\_crit | **Optional**. The critical threshold.
1004
1005
1006 ## <a id="windows-plugins-permon-windows"></a>perfmon-windows
1007
1008 Check command object for the `check_perfmon.exe` plugin.
1009 This plugins allows to collect data from a Performance Counter. After the first data collection a second one is done after `perfmon_win_wait` milliseconds. When you know `perfmon_win_counter` only requires one set of data to provide valid data you can set `perfmon_win_wait` to `0`.
1010
1011 To recieve a list of possible Performance Counter Objects run `check_perfmon.exe --print-objects` and to view an objects instances and counters run `check_perfmon.exe --print-object-info -P "name of object"`
1012
1013 Custom attributes:
1014
1015 Name                  | Description
1016 :---------------------|:------------
1017 perfmon\_win\_warn    | **Optional**. The warning threshold.
1018 perfmon\_win\_crit    | **Optional**. The critical threshold.
1019 perfmon\_win\_counter | **Required**. The Performance Counter to use. Ex. `\Processor(_Total)\% Idle Time`.
1020 perfmon\_win\_wait    | **Optional**. Time in milliseconds to wait between data collection (default: 1000).
1021 perfmon\_win\_type    | **Optional**. Format in which to expect perfomance values. Possible are: long, int64 and double (default).
1022
1023
1024 ## <a id="windows-plugins-ping-windows"></a>ping-windows
1025
1026 Check command object for the `check_ping.exe` plugin.
1027 ping-windows should automaticly detect whether `ping_win_address` is an IPv4 or IPv6 address, if not use ping4-windows and ping6-windows. Also note that check\_ping.exe waits at least `ping_win_timeout` milliseconds between the pings.
1028
1029 Custom attributes:
1030
1031 Name               | Description
1032 :------------------|:------------
1033 ping\_win\_warn    | **Optional**. The warning threshold. RTA and package loss seperated by comma.
1034 ping\_win\_crit    | **Optional**. The critical threshold. RTA and package loss seperated by comma.
1035 ping\_win\_address | **Required**. An IPv4 or IPv6 address
1036 ping\_win\_packets | **Optional**. Number of packages to send. Default: 5.
1037 ping\_win\_timeout | **Optional**. The timeout in milliseconds. Default: 1000
1038
1039
1040 ## <a id="windows-plugins-procs-windows"></a>procs-windows
1041
1042 Check command object for `check_procs.exe` plugin.
1043 When useing `procs_win_user` this plugins needs adminstratice privileges to access the processes of other users, to just enumerate them no additional privileges are required.
1044
1045 Custom attributes:
1046
1047 Name             | Description
1048 :----------------|:------------
1049 procs\_win\_warn | **Optional**. The warning threshold.
1050 procs\_win\_crit | **Optional**. The critical threshold.
1051 procs\_win\_user | **Optional**. Count this useres processes.
1052
1053
1054 ## <a id="windows-plugins-service-windows"></a>service-windows
1055
1056 Check command object for `check_service.exe` plugin.
1057 This checks thresholds work different since the binary decision whether a service is running or not does not allow for three states. As a default `check_service.exe` will return CRITICAL when `service_win_service` is not running, the `service_win_warn` flag changes this to WARNING.
1058
1059 Custom attributes:
1060
1061 Name                  | Description
1062 :---------------------|:------------
1063 service\_win\_warn    | **Optional**. Warn when service is not running.
1064 service\_win\_service | **Required**. The critical threshold.
1065
1066
1067 ## <a id="windows-plugins-swap-windows"></a>swap-windows
1068
1069 Check command object for `check_swap.exe` plugin.
1070 The data collection is instant.
1071
1072 Custom attributes:
1073
1074 Name            | Description
1075 :---------------|:------------
1076 swap\_win\_warn | **Optional**. The warning threshold.
1077 swap\_win\_crit | **Optional**. The critical threshold.
1078 swap\_win\_unit | **Optional**. The unit to display the received value in, thresholds are interpreted in this unit. Defaults to "mb" (megabyte).
1079
1080
1081 ## <a id="windows-plugins-update-windows"></a>update-windows
1082
1083 Check command object for `check_update.exe` plugin.
1084 Querying Microsoft for Windows updates can take multiple seconds to minutes. An update is treated as important when it has the WSUS flag for SecurityUpdates or CriticalUpdates.
1085
1086 Custom attributes:
1087
1088 Name                | Description
1089 :-------------------|:------------
1090 update\_win\_warn   | If set returns warning when important updates are available
1091 update\_win\_crit   | If set return critical when important updates that require a reboot are available.
1092 update\_win\_reboot | Set to treat 'may need update' as 'definitely needs update'
1093
1094
1095 ## <a id="windows-plugins-uptime-windows"></a>uptime-windows
1096
1097 Check command opject for `check_uptime.exe` plugin.
1098 Uses GetTickCount64 to get the uptime, so boot time is not included.
1099
1100 Custom attributes:
1101
1102 Name              | Description
1103 :-----------------|:------------
1104 uptime\_win\_warn | **Optional**. The warning threshold.
1105 uptime\_win\_crit | **Optional**. The critical threshold.
1106 uptime\_win\_unit | **Optional**. The unit to display the received value in, thresholds are interpreted in this unit. Defaults to "s"(seconds), possible values are ms (milliseconds), s, m (minutes), h (hours).
1107
1108
1109 ## <a id="windows-plugins-users-windows"></a>users-windows
1110
1111 Check command object for `check_users.exe` plugin.
1112
1113 Custom attributes:
1114
1115 Name             | Description
1116 :----------------|:------------
1117 users\_win\_warn | **Optional**. The warning threshold.
1118 users\_win\_crit | **Optional**. The critical threshold.
1119
1120
1121 # <a id="nscp-plugin-check-commands"></a> NSClient++ Check Commands
1122
1123 Icinga 2 can use the `nscp client` command to run arbitrary NSClient++ checks.
1124
1125 You can enable these check commands by adding the following the include directive in your
1126 [icinga2.conf](4-configuring-icinga-2.md#icinga2-conf) configuration file:
1127
1128     include <nscp>
1129
1130 You can also optionally specify an alternative installation directory for NSClient++ by adding
1131 the NscpPath constant in your [constants.conf](4-configuring-icinga-2.md#constants-conf) configuration
1132 file:
1133
1134     const NscpPath = "C:\\Program Files (x86)\\NSClient++"
1135
1136 By default Icinga 2 uses the Microsoft Installer API to determine where NSClient++ is installed. It should
1137 not be necessary to manually set this constant.
1138
1139 Note that it is not necessary to run NSClient++ as a Windows service for these commands to work.
1140
1141 ## <a id="nscp-check-local"></a> nscp-local
1142
1143 Check command object for NSClient++
1144
1145 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1146
1147 Name            | Description
1148 ----------------|--------------
1149 nscp_log_level  | **Optional.** The log level. Defaults to "critical".
1150 nscp_load_all   | **Optional.** Whether to load all modules. Defaults to true.
1151 nscp_boot       | **Optional.** Whether to use the --boot option. Defaults to true.
1152 nscp_query      | **Required.** The NSClient++ query. Try `nscp client -q x` for a list.
1153 nscp_arguments  | **Optional.** An array of query arguments.
1154
1155 ## <a id="nscp-check-local-cpu"></a> nscp-local-cpu
1156
1157 Check command object for the `check_cpu` NSClient++ plugin.
1158
1159 This command has the same custom attributes like the `nscp-local` check command.
1160
1161 ## <a id="nscp-check-local-memory"></a> nscp-local-memory
1162
1163 Check command object for the `check_memory` NSClient++ plugin.
1164
1165 This command has the same custom attributes like the `nscp-local` check command.
1166
1167 ## <a id="nscp-check-local-os-version"></a> nscp-local-os-version
1168
1169 Check command object for the `check_os_version` NSClient++ plugin.
1170
1171 This command has the same custom attributes like the `nscp-local` check command.
1172
1173 ## <a id="nscp-check-local-pagefile"></a> nscp-local-pagefile
1174
1175 Check command object for the `check_pagefile` NSClient++ plugin.
1176
1177 This command has the same custom attributes like the `nscp-local` check command.
1178
1179 ## <a id="nscp-check-local-process"></a> nscp-local-process
1180
1181 Check command object for the `check_process` NSClient++ plugin.
1182
1183 This command has the same custom attributes like the `nscp-local` check command.
1184
1185 ## <a id="nscp-check-local-service"></a> nscp-local-service
1186
1187 Check command object for the `check_service` NSClient++ plugin.
1188
1189 This command has the same custom attributes like the `nscp-local` check command.
1190
1191 ## <a id="nscp-check-local-uptime"></a> nscp-local-uptime
1192
1193 Check command object for the `check_uptime` NSClient++ plugin.
1194
1195 This command has the same custom attributes like the `nscp-local` check command.
1196
1197 ## <a id="nscp-check-local-version"></a> nscp-local-version
1198
1199 Check command object for the `check_version` NSClient++ plugin.
1200
1201 This command has the same custom attributes like the `nscp-local` check command.
1202
1203 ## <a id="nscp-check-local-disk"></a> nscp-local-disk
1204
1205 Check command object for the `check_drivesize` NSClient++ plugin.
1206
1207 This command has the same custom attributes like the `nscp-local` check command.
1208
1209 # <a id="snmp-manubulon-plugin-check-commands"></a> SNMP Manubulon Plugin Check Commands
1210
1211 The `SNMP Manubulon Plugin Check Commands` provide example configuration for plugin check
1212 commands provided by the [SNMP Manubulon project](http://nagios.manubulon.com/index_snmp.html).
1213
1214 The SNMP manubulon plugin check commands assume that the global constant named `ManubulonPluginDir`
1215 is set to the path where the Manubublon SNMP plugins are installed.
1216
1217 You can enable these plugin check commands by adding the following the include directive in your
1218 [icinga2.conf](4-configuring-icinga-2.md#icinga2-conf) configuration file:
1219
1220     include <manubulon>
1221
1222 ## Checks by Host Type
1223
1224 **N/A**      : Not available for this type.
1225
1226 **SNMP**     : Available for simple SNMP query.
1227
1228 **??**       : Untested.
1229
1230 **Specific** : Script name for platform specific checks.
1231
1232
1233   Host type               | Interface  | storage  | load/cpu  | mem | process  | env | specific
1234   ------------------------|------------|----------|-----------|-----|----------|-----|-------------------------
1235   Linux                   |   Yes      |   Yes    |   Yes     | Yes |   Yes    | No  |
1236   Windows                 |   Yes      |   Yes    |   Yes     | Yes |   Yes    | No  | check_snmp_win.pl
1237   Cisco router/switch     |   Yes      |   N/A    |   Yes     | Yes |   N/A    | Yes |
1238   HP router/switch        |   Yes      |   N/A    |   Yes     | Yes |   N/A    | No  |
1239   Bluecoat proxy          |   Yes      |   SNMP   |   Yes     | SNMP|   No     | Yes |
1240   CheckPoint on SPLAT     |   Yes      |   Yes    |   Yes     | Yes |   Yes    | No  | check_snmp_cpfw.pl
1241   CheckPoint on Nokia IP  |   Yes      |   Yes    |   Yes     | No  |   ??     | No  | check_snmp_vrrp.pl
1242   Boostedge               |   Yes      |   Yes    |   Yes     | Yes |   ??     | No  | check_snmp_boostedge.pl
1243   AS400                   |   Yes      |   Yes    |   Yes     | Yes |   No     | No  |
1244   NetsecureOne Netbox     |   Yes      |   Yes    |   Yes     | ??  |   Yes    | No  |
1245   Radware Linkproof       |   Yes      |   N/A    |   SNMP    | SNMP|   No     | No  | check_snmp_linkproof_nhr <br> check_snmp_vrrp.pl
1246   IronPort                |   Yes      |   SNMP   |   SNMP    | SNMP|   No     | Yes |
1247   Cisco CSS               |   Yes      |   ??     |   Yes     | Yes |   No     | ??  | check_snmp_css.pl
1248
1249
1250 ## <a id="plugin-check-command-snmp-load"></a> snmp-load
1251
1252 Check command object for the [check_snmp_load.pl](http://nagios.manubulon.com/snmp_load.html) plugin.
1253
1254 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1255
1256
1257 Name                    | Description
1258 ------------------------|--------------
1259 snmp_address            | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
1260 snmp_nocrypt            | **Optional.** Define SNMP encryption. If set **snmp_v3** needs to be set. Defaults to false.
1261 snmp_community          | **Optional.** The SNMP community. Defaults to "public".
1262 snmp_port               | **Optional.** The SNMP port connection.
1263 snmp_v2                 | **Optional.** SNMP version to 2c. Defaults to false.
1264 snmp_v3                 | **Optional.** SNMP version to 3. Defaults to false.
1265 snmp_login              | **Optional.** SNMP version 3 username. Defaults to "snmpuser".
1266 snmp_password           | **Required.** SNMP version 3 password. No value defined as default.
1267 snmp_v3_use_privpass    | **Optional.** Define to use SNMP version 3 priv password. Defaults to false.
1268 snmp_authprotocol       | **Optional.** SNMP version 3 authentication protocol. Defaults to "md5,des".
1269 snmp_privpass           | **Required.** SNMP version 3 priv password. No value defined as default.
1270 snmp_warn               | **Optional.** The warning threshold. Change the `snmp_load_type` var to "netsl" for using 3 values.
1271 snmp_crit               | **Optional.** The critical threshold. Change the `snmp_load_type` var to "netsl" for using 3 values.
1272 snmp_load_type          | **Optional.** Load type. Defaults to "stand". Check all available types in the [snmp load](http://nagios.manubulon.com/snmp_load.html) documentation.
1273 snmp_perf               | **Optional.** Enable perfdata values. Defaults to true.
1274 snmp_timeout            | **Optional.** The command timeout in seconds. Defaults to 5 seconds.
1275
1276 ## <a id="plugin-check-command-snmp-memory"></a> snmp-memory
1277
1278 Check command object for the [check_snmp_mem.pl](http://nagios.manubulon.com/snmp_mem.html) plugin.
1279
1280 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1281
1282 Name                    | Description
1283 ------------------------|--------------
1284 snmp_address            | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
1285 snmp_nocrypt            | **Optional.** Define SNMP encryption. If set **snmp_v3** needs to be set. Defaults to false.
1286 snmp_community          | **Optional.** The SNMP community. Defaults to "public".
1287 snmp_port               | **Optional.** The SNMP port connection.
1288 snmp_v2                 | **Optional.** SNMP version to 2c. Defaults to false.
1289 snmp_v3                 | **Optional.** SNMP version to 3. Defaults to false.
1290 snmp_login              | **Optional.** SNMP version 3 username. Defaults to "snmpuser".
1291 snmp_password           | **Required.** SNMP version 3 password. No value defined as default.
1292 snmp_v3_use_privpass    | **Optional.** Define to use SNMP version 3 priv password. Defaults to false.
1293 snmp_authprotocol       | **Optional.** SNMP version 3 authentication protocol. Defaults to "md5,des".
1294 snmp_privpass           | **Required.** SNMP version 3 priv password. No value defined as default.
1295 snmp_warn               | **Optional.** The warning threshold.
1296 snmp_crit               | **Optional.** The critical threshold.
1297 snmp_is_cisco           | **Optional.** Change OIDs for Cisco switches. Defaults to false.
1298 snmp_perf               | **Optional.** Enable perfdata values. Defaults to true.
1299 snmp_timeout            | **Optional.** The command timeout in seconds. Defaults to 5 seconds.
1300
1301 ## <a id="plugin-check-command-snmp-storage"></a> snmp-storage
1302
1303 Check command object for the [check_snmp_storage.pl](http://nagios.manubulon.com/snmp_storage.html) plugin.
1304
1305 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1306
1307 Name                    | Description
1308 ------------------------|--------------
1309 snmp_address            | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
1310 snmp_nocrypt            | **Optional.** Define SNMP encryption. If set **snmp_v3** needs to be set. Defaults to false.
1311 snmp_community          | **Optional.** The SNMP community. Defaults to "public".
1312 snmp_port               | **Optional.** The SNMP port connection.
1313 snmp_v2                 | **Optional.** SNMP version to 2c. Defaults to false.
1314 snmp_v3                 | **Optional.** SNMP version to 3. Defaults to false.
1315 snmp_login              | **Optional.** SNMP version 3 username. Defaults to "snmpuser".
1316 snmp_password           | **Required.** SNMP version 3 password. No value defined as default.
1317 snmp_v3_use_privpass    | **Optional.** Define to use SNMP version 3 priv password. Defaults to false.
1318 snmp_authprotocol       | **Optional.** SNMP version 3 authentication protocol. Defaults to "md5,des".
1319 snmp_privpass           | **Required.** SNMP version 3 priv password. No value defined as default.
1320 snmp_warn               | **Optional.** The warning threshold.
1321 snmp_crit               | **Optional.** The critical threshold.
1322 snmp_storage_name       | **Optional.** Storage name. Default to regex "^/$$". More options available in the [snmp storage](http://nagios.manubulon.com/snmp_storage.html) documentation.
1323 snmp_perf               | **Optional.** Enable perfdata values. Defaults to true.
1324 snmp_timeout            | **Optional.** The command timeout in seconds. Defaults to 5 seconds.
1325
1326 ## <a id="plugin-check-command-snmp-interface"></a> snmp-interface
1327
1328 Check command object for the [check_snmp_int.pl](http://nagios.manubulon.com/snmp_int.html) plugin.
1329
1330 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1331
1332 Name                        | Description
1333 ----------------------------|--------------
1334 snmp_address                | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
1335 snmp_nocrypt                | **Optional.** Define SNMP encryption. If set **snmp_v3** needs to be set. Defaults to false.
1336 snmp_community              | **Optional.** The SNMP community. Defaults to "public".
1337 snmp_port                   | **Optional.** The SNMP port connection.
1338 snmp_v2                     | **Optional.** SNMP version to 2c. Defaults to false.
1339 snmp_v3                     | **Optional.** SNMP version to 3. Defaults to false.
1340 snmp_login                  | **Optional.** SNMP version 3 username. Defaults to "snmpuser".
1341 snmp_password               | **Required.** SNMP version 3 password. No value defined as default.
1342 snmp_v3_use_privpass        | **Optional.** Define to use SNMP version 3 priv password. Defaults to false.
1343 snmp_authprotocol           | **Optional.** SNMP version 3 authentication protocol. Defaults to "md5,des".
1344 snmp_privpass               | **Required.** SNMP version 3 priv password. No value defined as default.
1345 snmp_warn                   | **Optional.** The warning threshold.
1346 snmp_crit                   | **Optional.** The critical threshold.
1347 snmp_interface              | **Optional.** Network interface name. Default to regex "eth0".
1348 snmp_interface_perf         | **Optional.** Check the input/ouput bandwidth of the interface. Defaults to true.
1349 snmp_interface_label        | **Optional.** Add label before speed in output: in=, out=, errors-out=, etc...
1350 snmp_interface_bits_bytes   | **Optional.** Output performance data in bits/s or Bytes/s. **Depends** on snmp_interface_kbits set to true. Defaults to true.
1351 snmp_interface_percent      | **Optional.** Output performance data in % of max speed. Defaults to false.
1352 snmp_interface_kbits        | **Optional.** Make the warning and critical levels in KBits/s. Defaults to true.
1353 snmp_interface_megabytes    | **Optional.** Make the warning and critical levels in Mbps or MBps. **Depends** on snmp_interface_kbits set to true. Defaults to true.
1354 snmp_interface_64bit        | **Optional.** Use 64 bits counters instead of the standard counters when checking bandwidth & performance data for interface >= 1Gbps. Defaults to false.
1355 snmp_interface_errors       | **Optional.** Add error & discard to Perfparse output. Defaults to true.
1356 snmp_interface_noregexp     | **Optional.** Do not use regexp to match interface name in description OID. Defaults to false.
1357 snmp_interface_delta        | **Optional.** Delta time of perfcheck. Defaults to "300" (5 min).
1358 snmp_warncrit_percent       | **Optional.** Make the warning and critical levels in % of reported interface speed. If set **snmp_interface_megabytes** needs to be set to false. Defaults to false.
1359 snmp_perf                   | **Optional.** Enable perfdata values. Defaults to true.
1360 snmp_timeout                | **Optional.** The command timeout in seconds. Defaults to 5 seconds.
1361
1362 ## <a id="plugin-check-command-snmp-process"></a> snmp-process
1363
1364 Check command object for the [check_snmp_process.pl](http://nagios.manubulon.com/snmp_process.html) plugin.
1365
1366 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1367
1368 Name                    | Description
1369 ------------------------|--------------
1370 snmp_address            | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
1371 snmp_nocrypt            | **Optional.** Define SNMP encryption. If set **snmp_v3** needs to be set. Defaults to false.
1372 snmp_community          | **Optional.** The SNMP community. Defaults to "public".
1373 snmp_port               | **Optional.** The SNMP port connection.
1374 snmp_v2                 | **Optional.** SNMP version to 2c. Defaults to false.
1375 snmp_v3                 | **Optional.** SNMP version to 3. Defaults to false.
1376 snmp_login              | **Optional.** SNMP version 3 username. Defaults to "snmpuser".
1377 snmp_password           | **Required.** SNMP version 3 password. No value defined as default.
1378 snmp_v3_use_privpass    | **Optional.** Define to use SNMP version 3 priv password. Defaults to false.
1379 snmp_authprotocol       | **Optional.** SNMP version 3 authentication protocol. Defaults to "md5,des".
1380 snmp_privpass           | **Required.** SNMP version 3 priv password. No value defined as default..
1381 snmp_warn               | **Optional.** The warning threshold.
1382 snmp_crit               | **Optional.** The critical threshold.
1383 snmp_process_name       | **Optional.** Name of the process (regexp). No trailing slash!. Defaults to ".*".
1384 snmp_perf               | **Optional.** Enable perfdata values. Defaults to true.
1385 snmp_timeout            | **Optional.** The command timeout in seconds. Defaults to 5 seconds.
1386
1387 # <a id="plugins-contrib"></a> Plugins Contrib
1388
1389 The Plugins contrib collects various contributed command definitions.
1390
1391 These check commands assume that the global constant named `PluginContribDir`
1392 is set to the path where the user installs custom plugins and can be enabled by uncommenting the corresponding line in icinga2.conf.
1393
1394 ## <a id="plugins-contrib-databases"></a> Databases
1395
1396 All database plugins go in this category.
1397
1398 ### <a id="plugins-contrib-command-mssql_health"></a> mssql_health
1399
1400 The plugin `mssql_health` utilises Perl DBD::Sybase based on FreeTDS to connect to MSSQL databases for monitoring.
1401 For release tarballs, detailed documentation especially on the different modes and scripts for creating a monitoring user see [https://labs.consol.de](https://labs.consol.de/nagios/check_mssql_health/). For development check [https://github.com](https://github.com/lausser/check_mssql_health).
1402
1403 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1404
1405 Name                             | Description
1406 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
1407 mssql_health_hostname            | **Optional.** Specifies the database hostname or address. No default because you typically use "mssql_health_server".
1408 mssql_health_port                | **Optional.** Specifies the database port. No default because you typically use "mssql_health_server".
1409 mssql_health_server              | **Optional.** The name of a predefined connection (in freetds.conf).
1410 mssql_health_currentdb           | **Optional.** The name of a database which is used as the current database for the connection.
1411 mssql_health_username            | **Optional.** The username for the database connection.
1412 mssql_health_password            | **Optional.** The password for the database connection.
1413 mssql_health_warning             | **Optional.** The warning threshold depending on the mode.
1414 mssql_health_critical            | **Optional.** The critical threshold depending on the mode.
1415 mssql_health_mode                | **Required.** The mode uses predefined keywords for the different checks. For example "connection-time", "database-free" or "sql".
1416 mssql_health_name                | **Optional.** Depending on the mode this could be the database name or a SQL statement.
1417 mssql_health_name2               | **Optional.** If "mssql_health_name" is a sql statement, "mssql_health_name2" can be used to appear in the output and the performance data.
1418 mssql_health_regexp              | **Optional.** If set to true, "mssql_health_name" will be interpreted as a regular expression. Defaults to false.
1419 mssql_health_units               | **Optional.** This is used for a better output of mode=sql and for specifying thresholds for mode=tablespace-free. Possible values are "%", "KB", "MB" and "GB".
1420 mssql_health_offlineok           | **Optional.** Set this to true, if offline databases are perfectly ok for you. Defaults to false.
1421 mssql_health_commit              | **Optional.** Set this to true to turn on autocommit for the dbd::sybase module. Defaults to false.
1422
1423 ### <a id="plugins-contrib-command-mysql_health"></a> mysql_health
1424
1425 The plugin `mysql_health` utilises Perl DBD::MySQL to connect to MySQL databases for monitoring.
1426 For release tarballs and detailed documentation especially on the different modes and required permissions see [https://labs.consol.de](https://labs.consol.de/nagios/check_mysql_health/). For development check [https://github.com](https://github.com/lausser/check_mysql_health).
1427
1428 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1429
1430 Name                             | Description
1431 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
1432 mysql_health_hostname            | **Required.** Specifies the database hostname or address. Defaults to "$address$" or "$address6$" if the `address` attribute is not set.
1433 mysql_health_port                | **Optional.** Specifies the database port. Defaults to 3306 (or 1186 for "mysql_health_mode" cluster).
1434 mysql_health_socket              | **Optional.** Specifies the database unix socket. No default.
1435 mysql_health_username            | **Optional.** The username for the database connection.
1436 mysql_health_password            | **Optional.** The password for the database connection.
1437 mysql_health_database            | **Optional.** The database to connect to. Defaults to information_schema.
1438 mysql_health_warning             | **Optional.** The warning threshold depending on the mode.
1439 mysql_health_critical            | **Optional.** The critical threshold depending on the mode.
1440 mysql_health_mode                | **Required.** The mode uses predefined keywords for the different checks. For example "connection-time", "slave-lag" or "sql".
1441 mysql_health_name                | **Optional.** The SQL statement to be executed with "mysql_health_mode" sql.
1442 mysql_health_name2               | **Optional.** If "mysql_health_name" is a sql statement, "mysql_health_name2" can be used to appear in the output and the performance data.
1443 mysql_health_units               | **Optional.** This is used for a better output of mode=sql and for specifying thresholds for mode=tablespace-free. Possible values are "%", "KB", "MB" and "GB".
1444 mysql_health_labelformat         | **Optional.** One of those formats pnp4nagios or groundwork. Defaults to pnp4nagios.
1445
1446 ### <a id="plugins-contrib-command-oracle_health"></a> oracle_health
1447
1448 The plugin `oracle_health` utilises Perl DBD::Oracle based on oracle-instantclient-sdk or sqlplus to connect to Oracle databases for monitoring.
1449 For release tarballs and detailed documentation especially on the different modes and required permissions see [https://labs.consol.de](https://labs.consol.de/nagios/check_oracle_health/). For development check [https://github.com](https://github.com/lausser/check_oracle_health).
1450
1451 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1452
1453 Name                             | Description
1454 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
1455 oracle_health_connect            | **Required.** Specifies the database connection string (from tnsnames.ora).
1456 oracle_health_username           | **Optional.** The username for the database connection.
1457 oracle_health_password           | **Optional.** The password for the database connection.
1458 oracle_health_warning            | **Optional.** The warning threshold depending on the mode.
1459 oracle_health_critical           | **Optional.** The critical threshold depending on the mode.
1460 oracle_health_mode               | **Required.** The mode uses predefined keywords for the different checks. For example "connection-time", "flash-recovery-area-usage" or "sql".
1461 oracle_health_name               | **Optional.** The tablespace, datafile, wait event, latch, enqueue depending on the mode or SQL statement to be executed with "oracle_health_mode" sql.
1462 oracle_health_name2              | **Optional.** If "oracle_health_name" is a sql statement, "oracle_health_name2" can be used to appear in the output and the performance data.
1463 oracle_health_regexp             | **Optional.** If set to true, "oracle_health_name" will be interpreted as a regular expression. Defaults to false.
1464 oracle_health_units              | **Optional.** This is used for a better output of mode=sql and for specifying thresholds for mode=tablespace-free. Possible values are "%", "KB", "MB" and "GB".
1465 oracle_health_ident              | **Optional.** If set to true outputs instance and database names. Defaults to false.
1466 oracle_health_commit             | **Optional.** Set this to true to turn on autocommit for the dbd::oracle module. Defaults to false.
1467 oracle_health_noperfdata         | **Optional.** Set this to true if you want to disable perfdata. Defaults to false.
1468
1469 Environment Macros:
1470
1471 Name                | Description
1472 --------------------|------------------------------------------------------------------------------------------------------------------------------------------
1473 ORACLE_HOME         | **Required.** Specifies the location of the oracle instant client libraries. Defaults to "/usr/lib/oracle/11.2/client64/lib". Can be overridden by setting "oracle_home".
1474 TNS_ADMIN           | **Required.** Specifies the location of the tnsnames.ora including the database connection strings. Defaults to "/etc/icinga2/plugin-configs". Can be overridden by setting "oracle_tns_admin".
1475
1476 ### <a id="plugins-contrib-command-postgres"></a> postgres
1477
1478 The plugin `postgres` utilises the psql binary to connect to PostgreSQL databases for monitoring.
1479 For release tarballs and detailed documentation especially the different actions and required persmissions see [https://bucardo.org/wiki/Check_postgres](https://bucardo.org/wiki/Check_postgres). For development check [https://github.com](https://github.com/bucardo/check_postgres).
1480
1481 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1482
1483 Name                             | Description
1484 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
1485 postgres_host        | **Optional.** Specifies the database hostname or address. Defaults to "$address$" or "$address6$" if the `address` attribute is not set. If "postgres_unixsocket" is set to true falls back to unix socket.
1486 postgres_port        | **Optional.** Specifies the database port. Defaults to 5432.
1487 postgres_dbname      | **Optional.** Specifies the database name to connect to. Defaults to "postgres" or "template1".
1488 postgres_dbuser      | **Optional.** The username for the database connection. Defaults to "postgres".
1489 postgres_dbpass      | **Optional.** The password for the database connection. You can use a .pgpass file instead.
1490 postgres_dbservice   | **Optional.** Specifies the service name to use inside of pg_service.conf.
1491 postgres_warning     | **Optional.** Specifies the warning threshold, range depends on the action.
1492 postgres_critical    | **Optional.** Specifies the critical threshold, range depends on the action.
1493 postgres_include     | **Optional.** Specifies name(s) items to specifically include (e.g. tables), depends on the action.
1494 postgres_exclude     | **Optional.** Specifies name(s) items to specifically exclude (e.g. tables), depends on the action.
1495 postgres_includeuser | **Optional.** Include objects owned by certain users.
1496 postgres_excludeuser | **Optional.** Exclude objects owned by certain users.
1497 postgres_standby     | **Optional.** Assume that the server is in continious WAL recovery mode if set to true. Defaults to false.
1498 postgres_production  | **Optional.** Assume that the server is in production mode if set to true. Defaults to false.
1499 postgres_action      | **Required.** Determines the test executed.
1500 postgres_unixsocket  | **Optional.** If "postgres_unixsocket" is set to true the unix socket is used instead of an address. Defaults to false.
1501
1502 ### <a id="plugins-contrib-command-mongodb"></a> mongodb
1503
1504 The plugin `mongodb` utilises Python PyMongo.
1505 For development check [https://github.com](https://github.com/mzupan/nagios-plugin-mongodb).
1506
1507 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1508
1509 Name                             | Description
1510 ---------------------------------|------------------------------------------------------------------------------------------------------------------------------
1511 mongodb_host                     | **Required.** Specifies the hostname or address.
1512 mongodb_port                     | **Required.** The port mongodb is runnung on.
1513 mongodb_user                     | **Optional.** The username you want to login as
1514 mongodb_passwd                   | **Optional.** The password you want to use for that user
1515 mongodb_warning                  | **Optional.** The warning threshold we want to set
1516 mongodb_critical                 | **Optional.** The critical threshold we want to set
1517 mongodb_action                   | **Required.** The action you want to take
1518 mongodb_maxlag                   | **Optional.** Get max replication lag (for replication_lag action only)
1519 mongodb_mappedmemory             | **Optional.** Get mapped memory instead of resident (if resident memory can not be read)
1520 mongodb_perfdata                 | **Optional.** Enable output of Nagios performance data
1521 mongodb_database                 | **Optional.** Specify the database to check
1522 mongodb_alldatabases             | **Optional.** Check all databases (action database_size)
1523 mongodb_ssl                      | **Optional.** Connect using SSL
1524 mongodb_replicaset               | **Optional.** Connect to replicaset
1525 mongodb_querytype                | **Optional.** The query type to check [query|insert|update|delete|getmore|command] from queries_per_second
1526 mongodb_collection               | **Optional.** Specify the collection to check
1527 mongodb_sampletime               | **Optional.** Time used to sample number of pages faults
1528
1529 ### <a id="plugins-contrib-command-elasticsearch"></a> elasticsearch
1530
1531 An [ElasticSearch](https://www.elastic.co/products/elasticsearch) availability
1532 and performance monitoring plugin available for download at [GitHub](https://github.com/anchor/nagios-plugin-elasticsearch).
1533 The plugin requires the HTTP API enabled on your ElasticSearch node.
1534
1535 Name                         | Description
1536 -----------------------------|-------------------------------------------------------------------------------------------------------
1537 elasticsearch_failuredomain  | **Optional.** A comma-separated list of ElasticSearch attributes that make up your cluster's failure domain.
1538 elasticsearch_host           | **Optional.** Hostname or network address to probe. Defaults to 'localhost'.
1539 elasticsearch_masternodes    | **Optional.** Issue a warning if the number of master-eligible nodes in the cluster drops below this number. By default, do not monitor the number of nodes in the cluster.
1540 elasticsearch_port           | **Optional.** TCP port to probe.  The ElasticSearch API should be listening here. Defaults to 9200.
1541 elasticsearch_prefix         | **Optional.** Optional prefix (e.g. 'es') for the ElasticSearch API. Defaults to ''.
1542 elasticsearch_yellowcritical | **Optional.** Instead of issuing a 'warning' for a yellow cluster state, issue a 'critical' alert. Defaults to false.
1543
1544 ### <a id="plugins-contrib-command-redis"></a> redis
1545
1546 The plugin `redis` can measure response time, hitrate, memory utilization, check replication sync and more. It can also test data in a specified key (if necessary doing average or sum on range).
1547 It is provided by `William Leibzon` at [https://github.com](https://github.com/willixix/naglio-plugins/blob/master/check_redis.pl).
1548
1549 Name                     | Description
1550 -------------------------|--------------------------------------------------------------------------------------------------------------
1551 redis_hostname           | **Required.** Hostname or IP Address to check. Defaults to "127.0.0.1".
1552 redis_port               | **Optional.** Port number to query. Default to "6379".
1553 redis_database           | **Optional.** Database name (usually a number) to query, needed for **redis_query**.
1554 redis_password           | **Optional.** Password for Redis authentication. Safer alternative is to put them in a file and use **redis_credentials**.
1555 redis_credentials        | **Optional.** Credentials file to read for Redis authentication.
1556 redis_timeout            | **Optional.** Allows to set timeout for execution of this plugin.
1557 redis_variables          | **Optional.** List of variables from info data to do threshold checks on.
1558 redis_warn               | **Optional.** This option can only be used if **redis_variables** is used and the number of values listed here must exactly match number of variables specified.
1559 redis_crit               | **Optional.** This option can only be used if **redis_variables** is used and the number of values listed here must exactly match number of variables specified.
1560 redis_perfparse          | **Optional.** This should only be used with variables and causes variable data not only to be printed as part of main status line but also as perfparse compatible output. Defaults to false.
1561 redis_perfvars           | **Optional.** This allows to list variables which values will go only into perfparse output (and not for threshold checking).
1562 redis_prev_perfdata      | **Optional.** If set to true previous performance data are used to calculate rate of change for counter statistics variables and for proper calculation of hitrate. Defaults to false.
1563 redis_rate_label         | **Optional.** Prefix or Suffix label used to create a new variable which has rate of change of another base variable. You can specify PREFIX or SUFFIX or both as one string separated by ",". Default if not specified is suffix "_rate".
1564 redis_query              | **Optional.** Option specifies key to query and optional variable name to assign the results to after. 
1565 redis_option             | **Optional.** Specifiers are separated by "," and must include NAME or PATTERN.
1566 redis_response_time      | **Optional.** If this is used plugin will measure and output connection response time in seconds. With **redis_perfparse** this would also be provided on perf variables.
1567 redis_hitrate            | **Optional.** Calculates Hitrate and specify values are interpreted as WARNING and CRITICAL thresholds.
1568 redis_memory_utilization | **Optional.** This calculates percent of total memory on system used by redis. Total_memory on server must be specified with **redis_total_memory**. If you specify by itself, the plugin will just output this info. Parameter values are interpreted as WARNING and CRITICAL thresholds.
1569 redis_total_memory       | **Optional.** Amount of memory on a system for memory utilization calculation. Use system memory or max_memory setting of redis.
1570 redis_replication_delay  | **Optional.** Allows to set threshold on replication delay info.
1571
1572 ## <a id="plugins-contrib-ipmi"></a> IPMI Devices
1573
1574 This category includes all plugins for IPMI devices.
1575
1576 ### <a id="plugins-contrib-command-ipmi-sensor"></a> ipmi-sensor
1577
1578 With the plugin `ipmi-sensor` provided by <a href="https://www.thomas-krenn.com/">Thomas-Krenn.AG</a> you can monitor sensor data for IPMI devices. See https://www.thomas-krenn.com/en/wiki/IPMI_Sensor_Monitoring_Plugin for installation and configuration instructions.
1579
1580 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1581
1582 Name                             | Description
1583 ---------------------------------|-----------------------------------------------------------------------------------------------------
1584 ipmi_address                     | **Required.** Specifies the remote host (IPMI device) to check. Defaults to "$address$".
1585 ipmi_config_file                 | **Optional.** Path to the FreeIPMI configuration file. It should contain IPMI username, IPMI password, and IPMI privilege-level.
1586 ipmi_username                    | **Optional.** The IPMI username.
1587 ipmi_password                    | **Optional.** The IPMI password.
1588 ipmi_privilege_level             | **Optional.** The IPMI privilege level of the IPMI user.
1589 ipmi_backward_compatibility_mode | **Optional.** Enable backward compatibility mode, useful for FreeIPMI 0.5.* (this omits FreeIPMI options "--quiet-cache" and "--sdr-cache-recreate").
1590 ipmi_sensor_type                 | **Optional.** Limit sensors to query based on IPMI sensor type. Examples for IPMI sensor types are 'Fan', 'Temperature' and 'Voltage'.
1591 ipmi_exclude_sensor_id           | **Optional.** Exclude sensor matching ipmi_sensor_id.
1592 ipmi_sensor_id                   | **Optional.** Include sensor matching ipmi_sensor_id.
1593 ipmi_protocal_lan_version        | **Optional.** Change the protocol LAN version. Defaults to "LAN_2_0".
1594 ipmi_number_of_active_fans       | **Optional.** Number of fans that should be active. Otherwise a WARNING state is returned.
1595 ipmi_show_fru                    | **Optional.** Print the product serial number if it is available in the IPMI FRU data.
1596 ipmi_no_sel_checking             | **Optional.** Turn off system event log checking via ipmi-sel.
1597
1598 ## <a id="plugins-contrib-network-components"></a> Network Components
1599
1600 This category includes all plugins for various network components like routers, switches and firewalls.
1601
1602 ### <a id="plugins-contrib-command-interfacetable"></a> interfacetable
1603
1604 The plugin `interfacetable` generates a html page containing information about the monitored node and all of its interfaces. The actively developed and maintained version is `interfacetable_v3t` provided by `Yannick Charton` on [http://www.tontonitch.com](http://www.tontonitch.com/tiki/tiki-index.php?page=Nagios+plugins+-+interfacetable_v3t) or [https://github.com](https://github.com/Tontonitch/interfacetable_v3t).
1605
1606 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1607
1608 Name                                | Description
1609 ------------------------------------|-----------------------------------------------------------------------------------------------------
1610 interfacetable_hostquery            | **Required.** Specifies the remote host to poll. Defaults to "$address$".
1611 interfacetable_hostdisplay          | **Optional.** Specifies the hostname to display in the HTML link. Defaults to "$host.display_name$".
1612 interfacetable_regex                | **Optional.** Interface names and property names for some other options will be interpreted as regular expressions. Defaults to false.
1613 interfacetable_outputshort          | **Optional.** Reduce the verbosity of the plugin output. Defaults to false.
1614 interfacetable_exclude              | **Optional.** Comma separated list of interfaces globally excluded from the monitoring.
1615 interfacetable_include              | **Optional.** Comma separated list of interfaces globally included in the monitoring.
1616 interfacetable_aliasmatching        | **Optional.** Allow you to specify alias in addition to interface names. Defaults to false.
1617 interfacetable_excludetraffic       | **Optional.** Comma separated list of interfaces excluded from traffic checks.
1618 interfacetable_includetraffic       | **Optional.** Comma separated list of interfaces included for traffic checks.
1619 interfacetable_warningtraffic       | **Optional.** Interface traffic load percentage leading to a warning alert.
1620 interfacetable_criticaltraffic      | **Optional.** Interface traffic load percentage leading to a critical alert.
1621 interfacetable_pkt                  | **Optional.** Add unicast/non-unicast pkt stats for each interface.
1622 interfacetable_trackproperty        | **Optional.** List of tracked properties.
1623 interfacetable_excludeproperty      | **Optional.** Comma separated list of interfaces excluded from the property tracking.
1624 interfacetable_includeproperty      | **Optional.** Comma separated list of interfaces included in the property tracking.
1625 interfacetable_community            | **Optional.** Specifies the snmp v1/v2c community string. Defaults to "public" if using snmp v1/v2c, ignored using v3.
1626 interfacetable_snmpv2               | **Optional.** Use snmp v2c. Defaults to false.
1627 interfacetable_login                | **Optional.** Login for snmpv3 authentication.
1628 interfacetable_passwd               | **Optional.** Auth password for snmpv3 authentication.
1629 interfacetable_privpass             | **Optional.** Priv password for snmpv3 authentication.
1630 interfacetable_protocols            | **Optional.** Authentication protocol,Priv protocol for snmpv3 authentication.
1631 interfacetable_domain               | **Optional.** SNMP transport domain.
1632 interfacetable_contextname          | **Optional.** Context name for the snmp requests.
1633 interfacetable_port                 | **Optional.** SNMP port. Defaults to standard port.
1634 interfacetable_64bits               | **Optional.** Use SNMP 64-bits counters. Defaults to false.
1635 interfacetable_maxrepetitions       | **Optional.** Increasing this value may enhance snmp query performances by gathering more results at one time.
1636 interfacetable_snmptimeout          | **Optional.** Define the Transport Layer timeout for the snmp queries.
1637 interfacetable_snmpretries          | **Optional.** Define the number of times to retry sending a SNMP message.
1638 interfacetable_unixsnmp             | **Optional.** Use unix snmp utilities for snmp requests. Defaults to false, which means use the perl bindings.
1639 interfacetable_enableperfdata       | **Optional.** Enable port performance data. Defaults to false.
1640 interfacetable_perfdataformat       | **Optional.** Define which performance data will be generated. Possible values are "full" (default), "loadonly", "globalonly".
1641 interfacetable_perfdatathreshold    | **Optional.** Define which thresholds are printed in the generated performance data. Possible values are "full" (default), "loadonly", "globalonly".
1642 interfacetable_perfdatadir          | **Optional.** When specified, the performance data are also written directly to a file, in the specified location.
1643 interfacetable_perfdataservicedesc  | **Optional.** Specify additional parameters for output performance data to PNP. Defaults to "$service.name$", only affects **interfacetable_perfdatadir**.
1644 interfacetable_grapher              | **Optional.** Specify the used graphing solution. Possible values are "pnp4nagios" (default), "nagiosgrapher", "netwaysgrapherv2" and "ingraph".
1645 interfacetable_grapherurl           | **Optional.** Graphing system url. Default depends on **interfacetable_grapher**.
1646 interfacetable_portperfunit         | **Optional.** Traffic could be reported in bits (counters) or in bps (calculated value).
1647 interfacetable_nodetype             | **Optional.** Specify the node type, for specific information to be printed / specific oids to be used. Possible values: "standard" (default), "cisco", "hp", "netscreen", "netapp", "bigip", "bluecoat", "brocade", "brocade-nos", "nortel", "hpux".
1648 interfacetable_duplex               | **Optional.** Add the duplex mode property for each interface in the interface table. Defaults to false.
1649 interfacetable_stp                  | **Optional.** Add the stp state property for each interface in the interface table. Defaults to false.
1650 interfacetable_vlan                 | **Optional.** Add the vlan attribution property for each interface in the interface table. Defaults to false. This option is available only for the following nodetypes: "cisco", "hp", "nortel"
1651 interfacetable_noipinfo             | **Optional.** Remove the ip information for each interface from the interface table. Defaults to false.
1652 interfacetable_alias                | **Optional.** Add the alias information for each interface in the interface table. Defaults to false.
1653 interfacetable_accessmethod         | **Optional.** Access method for a shortcut to the host in the HTML page. Format is : <method>[:<target>] Where method can be: ssh, telnet, http or https.
1654 interfacetable_htmltablelinktarget  | **Optional.** Specifies the windows or the frame where the [details] link will load the generated html page. Possible values are: "_blank", "_self" (default), "_parent", "_top", or a frame name.
1655 interfacetable_delta                | **Optional.** Set the delta used for interface throuput calculation in seconds.
1656 interfacetable_ifs                  | **Optional.** Input field separator. Defaults to ",".
1657 interfacetable_cache                | **Optional.** Define the retention time of the cached data in seconds.
1658 interfacetable_noifloadgradient     | **Optional.** Disable color gradient from green over yellow to red for the load percentage. Defaults to false.
1659 interfacetable_nohuman              | **Optional.** Do not translate bandwidth usage in human readable format. Defaults to false.
1660 interfacetable_snapshot             | **Optional.** Force the plugin to run like if it was the first launch. Defaults to false.
1661 interfacetable_timeout              | **Optional.** Define the global timeout limit of the plugin in seconds. Defaults to "15s".
1662 interfacetable_css                  | **Optional.** Define the css stylesheet used by the generated html files. Possible values are "classic", "icinga", "icinga-alternate1" or "nagiosxi".
1663 interfacetable_config               | **Optional.** Specify a config file to load.
1664 interfacetable_noconfigtable        | **Optional.** Disable configuration table on the generated HTML page. Defaults to false.
1665 interfacetable_notips               | **Optional.** Disable the tips in the generated html tables. Defaults to false.
1666 interfacetable_defaulttablesorting  | **Optional.** Default table sorting can be "index" (default) or "name".
1667 interfacetable_tablesplit           | **Optional.** Generate multiple interface tables, one per interface type. Defaults to false.
1668 interfacetable_notype               | **Optional.** Remove the interface type for each interface. Defaults to false.
1669
1670 ### <a id="plugins-contrib-command-iftraffic"></a> iftraffic
1671
1672 The plugin [check_iftraffic](https://exchange.icinga.org/exchange/iftraffic)
1673 checks the utilization of a given interface name using the SNMP protocol.
1674
1675 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1676
1677 Name                    | Description
1678 ------------------------|---------------------------------------------------------
1679 iftraffic_address       | **Required.** Specifies the remote host. Defaults to "$address$".
1680 iftraffic_community     | **Optional.** SNMP community. Defaults to "public'" if omitted.
1681 iftraffic_interface     | **Required.** Queried interface name.
1682 iftraffic_bandwidth     | **Required.** Interface maximum speed in kilo/mega/giga/bits per second.
1683 iftraffic_units         | **Optional.** Interface units can be one of these values: `g` (gigabits/s),`m` (megabits/s), `k` (kilobits/s),`b` (bits/s)
1684 iftraffic_warn          | **Optional.** Percent of bandwidth usage necessary to result in warning status (defaults to `85%`).
1685 iftraffic_crit          | **Optional.** Percent of bandwidth usage necessary to result in critical status (defaults to `98%`).
1686 iftraffic_max_counter   | **Optional.** Maximum counter value of net devices in kilo/mega/giga/bytes.
1687
1688 ## <a id="plugins-contrib-web"></a> Web
1689
1690 This category includes all plugins for web-based checks.
1691
1692 ### <a id="plugin-check-command-webinject"></a> webinject
1693
1694 Check command object for the [check_webinject](http://http://www.webinject.org/manual.html) plugin.
1695
1696 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1697
1698 Name                    | Description
1699 ------------------------|--------------
1700 webinject_config_file   | **Optional.** There is a configuration file named 'config.xml' that is used to store configuration settings for your project. You can use this to specify which test case files to run and to set some constants and settings to be used by WebInject.
1701 webinject_output        | **Optional.** This option is followed by a directory name or a prefix to prepended to the output files. This is used to specify the location for writing output files (http.log, results.html, and results.xml). If a directory name is supplied (use either an absolute or relative path and make sure to add the trailing slash), all output files are written to this directory. If the trailing slash is ommitted, it is assumed to a prefix and this will be prepended to the output files. You may also use a combination of a directory and prefix.
1702 webinject_no_output     | **Optional.** Suppresses all output to STDOUT except the results summary.
1703 webinject_timeout       | **Optional.** The value [given in seconds] will be compared to the global time elapsed to run all the tests. If the tests have all been successful, but have taken more time than the 'globaltimeout' value, a warning message is sent back to Icinga.
1704 webinject_report_type   | **Optional.** This setting is used to enable output formatting that is compatible for use with specific external programs. The available values you can set this to are: nagios, mrtg, external and standard.
1705 webinject_testcase_file | **Optional.** When you launch WebInject in console mode, you can optionally supply an argument for a testcase file to run. It will look for this file in the directory that webinject.pl resides in. If no filename is passed from the command line, it will look in config.xml for testcasefile declarations. If no files are specified, it will look for a default file named 'testcases.xml' in the current [webinject] directory. If none of these are found, the engine will stop and give you an error.
1706
1707 ### <a id="plugin-check-command-jmx4perl"></a> jmx4perl
1708
1709 The plugin `jmx4perl` utilizes the api provided by the jolokia web application to query java message beans on an application server. It is part of the perl module provided by Roland Huß on [cpan](http://search.cpan.org/~roland/jmx4perl/) including a detailed [documentation](http://search.cpan.org/~roland/jmx4perl/scripts/check_jmx4perl) containing installation tutorial, security advices und usage examples.
1710
1711 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1712
1713 Name                         | Description
1714 -----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------
1715 jmx4perl_url                 | **Required.** URL to agent web application. Defaults to "http://$address$:8080/jolokia".
1716 jmx4perl_product             | **Optional.** Name of app server product (e.g. jboss), by default is uses an autodetection facility.
1717 jmx4perl_alias               | **Optional.** Alias name for attribute (e.g. MEMORY_HEAP_USED). All availables aliases can be viewed by executing `jmx4perl aliases` on the command line.
1718 jmx4perl_mbean               | **Optional.** MBean name (e.g. java.lang:type=Memory).
1719 jmx4perl_attribute           | **Optional.** Attribute name (e.g. HeapMemoryUsage).
1720 jmx4perl_operation           | **Optional.** Operation to execute.
1721 jmx4perl_value               | **Optional.** Shortcut for specifying mbean/attribute/path. Slashes within names must be escaped with backslash.
1722 jmx4perl_delta               | **Optional.** Switches on incremental mode. Optional argument are seconds used for normalizing.
1723 jmx4perl_path                | **Optional.** Inner path for extracting a single value from a complex attribute or return value (e.g. used).
1724 jmx4perl_target              | **Optional.** JSR-160 Service URL specifing the target server.
1725 jmx4perl_target_user         | **Optional.** Username to use for JSR-160 connection.
1726 jmx4perl_target_password     | **Optional.** Password to use for JSR-160 connection.
1727 jmx4perl_proxy               | **Optional.** Proxy to use.
1728 jmx4perl_user                | **Optional.** User for HTTP authentication.
1729 jmx4perl_password            | **Optional.** Password for HTTP authentication.
1730 jmx4perl_name                | **Optional.** Name to use for output, by default a standard value based on the MBean and attribute will be used.
1731 jmx4perl_method              | **Optional.** HTTP method to use, either get or post. By default a method is determined automatically based on the request type.
1732 jmx4perl_base                | **Optional.** Base name, which when given, interprets critical and warning values as relative in the range 0 .. 100%. Must be given in the form mbean/attribute/path.
1733 jmx4perl_base_mbean          | **Optional.** Base MBean name, interprets critical and warning values as relative in the range 0 .. 100%. Requires "jmx4perl_base_attribute".
1734 jmx4perl_base_attribute      | **Optional.** Base attribute for a relative check. Requires "jmx4perl_base_mbean".
1735 jmx4perl_base_path           | **Optional.** Base path for relative checks, where this path is used on the base attribute's value.
1736 jmx4perl_unit                | **Optional.** Unit of measurement of the data retreived. Recognized values are [B|KB|MN|GB|TB] for memory values and [us|ms|s|m|h|d] for time values.
1737 jmx4perl_null                | **Optional.** Value which should be used in case of a null return value of an operation or attribute. Defaults to null.
1738 jmx4perl_string              | **Optional.** Force string comparison for critical and warning checks. Defaults to false.
1739 jmx4perl_numeric             | **Optional.** Force numeric comparison for critical and warning checks. Defaults to false.
1740 jmx4perl_critical            | **Optional.** Critical threshold for value.
1741 jmx4perl_warning             | **Optional.** Warning threshold for value.
1742 jmx4perl_label               | **Optional.** Label to be used for printing out the result of the check. For placeholders which can be used see the documentation.
1743 jmx4perl_perfdata            | **Optional.** Whether performance data should be omitted, which are included by default. Defaults to "on" for numeric values, to "off" for strings.
1744 jmx4perl_unknown_is_critical | **Optional.** Map UNKNOWN errors to errors with a CRITICAL status. Defaults to false.
1745 jmx4perl_timeout             | **Optional.** Seconds before plugin times out. Defaults to "15".
1746
1747
1748 ## <a id="plugins-contrib-operating-system"></a> Operating System
1749
1750 In this category you can find plugins for gathering information about your operating system or the system beneath like memory usage.
1751
1752 ### <a id="plugins-contrib-command-mem"></a> mem
1753
1754 The plugin `mem` is used for gathering information about memory usage on linux and unix hosts. It is able to count cache memory as free when comparing it to the thresholds. It is provided by `Justin Ellison` on [https://github.com](https://github.com/justintime/nagios-plugins). For more details see the developers blog [http://sysadminsjourney.com](http://sysadminsjourney.com/content/2009/06/04/new-and-improved-checkmempl-nagios-plugin).
1755
1756 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1757
1758 Name         | Description
1759 -------------|-----------------------------------------------------------------------------------------------------------------------
1760 mem_used     | **Optional.** Tell the plugin to check for used memory in opposite of **mem_free**. Must specify one of these as true.
1761 mem_free     | **Optional.** Tell the plugin to check for free memory in opposite of **mem_used**. Must specify one of these as true.
1762 mem_cache    | **Optional.** If set to true plugin will count cache as free memory. Defaults to false.
1763 mem_warning  | **Required.** Specifiy the warning threshold as number interpreted as percent.
1764 mem_critical | **Required.** Specifiy the critical threshold as number interpreted as percent.
1765
1766 ### <a id="plugin-contrib-command-running-kernel"></a> running_kernel
1767
1768 Check command object for the `check_running_kernel` plugin
1769 provided by the `nagios-plugins-contrib` package on Debian.
1770
1771 The `running_kernel` check command does not support any vars.
1772
1773 ### <a id="plugin-contrib-command-yum"></a> yum
1774
1775 The plugin `yum` is used to check the YUM package management system for package updates. To differentiate between security and normal updates it requires the YUM security plugin installed. It is provied by `Christoph Anton Mitterer` on [https://github.com](https://github.com/calestyo/check_yum).
1776
1777 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1778
1779 Name                    | Description
1780 ------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1781 yum_all_updates         | **Optional.** Set to true to not distinguish between security and non-security updates, but returns critical for any available update. This may be used if the YUM security plugin is absent or you want to maintain every single package at the latest version. You may want to use **yum_warn_on_any_update** instead of this option. Defaults to false.
1782 yum_warn_on_any_update  | **Optional.** Set to true to warn if there are any (non-security) package updates available. Defaults to false.
1783 yum_cache_only          | **Optional.** If set to true plugin runs entirely from cache and does not update the cache when running YUM. Useful if you have `yum makecache` cronned. Defaults to false.
1784 yum_no_warn_on_lock     | **Optional.** If set to true returns OK instead of WARNING when YUM is locked and fails to check for updates due to another instance running. Defaults to false.
1785 yum_no_warn_on_updates  | **Optional.** If set to true returns OK instead of WARNING even when updates are available. The plugin output still shows the number of available updates. Defaults to false.
1786 yum_enablerepo          | **Optional.** Explicitly enables a reposity when calling YUM. Can take a comma separated list of repositories. Note that enabling repositories can lead to unexpected results, for example when protected repositories are enabled.
1787 yum_disablerepo         | **Optional.** Explicitly disables a reposity when calling YUM. Can take a comma separated list of repositories. Note that enabling repositories can lead to unexpected results, for example when protected repositories are enabled.
1788 yum_installroot         | **Optional.** Specifies another installation root directory (for example a chroot).
1789 yum_timeout             | **Optional.** Set a timeout in seconds after which the plugin will exit (defaults to 55 seconds).
1790
1791 ## <a id="plugins-contrib-virtualization"></a> Virtualization
1792
1793 This category includes all plugins for various virtualization technologies.
1794
1795 ### <a id="plugins-contrib-command-esxi-hardware"></a> esxi_hardware
1796
1797 The plugin `esxi_hardware` is a plugin to monitor hardware of ESXi servers through the vmware api and cim service. It is provided by `Claudio Kuenzler` on [http://www.claudiokuenzler.com](http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php). For instruction on creating the required local user and workarounds for some hardware types have a look on his homepage.
1798
1799 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1800
1801 Name                    | Description
1802 ------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1803 esxi_hardware_host      | **Required.** Specifies the host to monitor. Defaults to "$address$".
1804 esxi_hardware_user      | **Required.** Specifies the user for polling. Must be a local user of the root group on the system. Can also be provided as a file path file:/path/to/.passwdfile, then first string of file is used.
1805 esxi_hardware_pass      | **Required.** Password of the user. Can also be provided as a file path file:/path/to/.passwdfile, then second string of file is used.
1806 esxi_hardware_vendor    | **Optional.** Defines the vendor of the server: "auto", "dell", "hp", "ibm", "intel", "unknown" (default).
1807 esxi_hardware_html      | **Optional.** Add web-links to hardware manuals for Dell servers (use your country extension). Only useful with **esxi_hardware_vendor** = dell.
1808 esxi_hardware_ignore    | **Optional.** Comma separated list of elements to ignore.
1809 esxi_hardware_perfdata  | **Optional.** Add performcedata for graphers like PNP4Nagios to the output. Defaults to false.
1810 esxi_hardware_nopower   | **Optional.** Do not collect power performance data, when **esxi_hardware_perfdata** is set to true. Defaults to false.
1811 esxi_hardware_novolts   | **Optional.** Do not collect voltage performance data, when **esxi_hardware_perfdata** is set to true. Defaults to false.
1812 esxi_hardware_nocurrent | **Optional.** Do not collect current performance data, when **esxi_hardware_perfdata** is set to true. Defaults to false.
1813 esxi_hardware_notemp    | **Optional.** Do not collect temperature performance data, when **esxi_hardware_perfdata** is set to true. Defaults to false.
1814 esxi_hardware_nofan     | **Optional.** Do not collect fan performance data, when **esxi_hardware_perfdata** is set to true. Defaults to false.
1815
1816 # <a id="plugins-contrib-vmware"></a> VMware
1817
1818 Check commands for the [check_vmware_esx](https://github.com/BaldMansMojo/check_vmware_esx) plugin.
1819
1820 ## <a id="plugins-contrib-vmware-esx-dc-volumes"></a> vmware-esx-dc-volumes
1821
1822 Check command object for the `check_vmware_esx` plugin. Shows all datastore volumes info.
1823
1824 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1825
1826 Name                    | Description
1827 ------------------------|--------------
1828 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1829 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1830 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1831 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1832 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1833 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1834 vmware_sessionfile      | **Optional.** Session file name enhancement.
1835 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1836 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1837 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1838 vmware_password         | **Optional.** The username's password. No value defined as default.
1839 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1840 vmware_subselect        | **Optional.** Volume name to be checked the free space.
1841 vmware_gigabyte         | **Optional.** Output in GB instead of MB.
1842 vmware_usedspace        | **Optional.** Output used space instead of free. Defaults to "false".
1843 vmware_alertonly        | **Optional.** List only alerting volumes. Defaults to "false".
1844 vmware_exclude          | **Optional.** Blacklist volumes name. No value defined as default.
1845 vmware_include          | **Optional.** Whitelist volumes name. No value defined as default.
1846 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
1847 vmware_dc_volume_used   | **Optional.** Output used space instead of free. Defaults to "true".
1848 vmware_warn             | **Optional.** The warning threshold for volumes. Defaults to "80%".
1849 vmware_crit             | **Optional.** The critical threshold for volumes. Defaults to "90%".
1850
1851
1852 ## <a id="plugins-contrib-vmware-esx-dc-runtime-info"></a> vmware-esx-dc-runtime-info
1853
1854 Check command object for the `check_vmware_esx` plugin. Shows all runtime info for the datacenter/Vcenter.
1855
1856 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1857
1858 Name                    | Description
1859 ------------------------|--------------
1860 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1861 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1862 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1863 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1864 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1865 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1866 vmware_sessionfile      | **Optional.** Session file name enhancement.
1867 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1868 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1869 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1870 vmware_password         | **Optional.** The username's password. No value defined as default.
1871 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1872
1873
1874 ## <a id="plugins-contrib-vmware-esx-dc-runtime-listvms"></a> vmware-esx-dc-runtime-listvms
1875
1876 Check command object for the `check_vmware_esx` plugin. List of vmware machines and their power state. BEWARE!! In larger environments systems can cause trouble displaying the informations needed due to the mass of data. Use **vmware_alertonly** to avoid this.
1877
1878 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1879
1880 Name                    | Description
1881 ------------------------|--------------
1882 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1883 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1884 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1885 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1886 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1887 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1888 vmware_sessionfile      | **Optional.** Session file name enhancement.
1889 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1890 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1891 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1892 vmware_password         | **Optional.** The username's password. No value defined as default.
1893 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1894 vmware_alertonly        | **Optional.** List only alerting VMs. Important here to avoid masses of data.
1895 vmware_exclude          | **Optional.** Blacklist VMs name. No value defined as default.
1896 vmware_include          | **Optional.** Whitelist VMs name. No value defined as default.
1897 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
1898 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
1899
1900
1901 ## <a id="plugins-contrib-vmware-esx-dc-runtime-listhost"></a> vmware-esx-dc-runtime-listhost
1902
1903 Check command object for the `check_vmware_esx` plugin. List of VMware ESX hosts and their power state.
1904
1905 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1906
1907 Name                    | Description
1908 ------------------------|--------------
1909 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1910 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1911 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1912 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1913 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1914 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1915 vmware_sessionfile      | **Optional.** Session file name enhancement.
1916 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1917 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1918 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1919 vmware_password         | **Optional.** The username's password. No value defined as default.
1920 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1921 vmware_alertonly        | **Optional.** List only alerting hosts. Important here to avoid masses of data.
1922 vmware_exclude          | **Optional.** Blacklist VMware ESX hosts. No value defined as default.
1923 vmware_include          | **Optional.** Whitelist VMware ESX hosts. No value defined as default.
1924 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
1925 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
1926
1927
1928 ## <a id="plugins-contrib-vmware-esx-dc-runtime-listcluster"></a> vmware-esx-dc-runtime-listcluster
1929
1930 Check command object for the `check_vmware_esx` plugin. List of VMware clusters and their states.
1931
1932 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1933
1934 Name                    | Description
1935 ------------------------|--------------
1936 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1937 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1938 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1939 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1940 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1941 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1942 vmware_sessionfile      | **Optional.** Session file name enhancement.
1943 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1944 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1945 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1946 vmware_password         | **Optional.** The username's password. No value defined as default.
1947 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1948 vmware_alertonly        | **Optional.** List only alerting hosts. Important here to avoid masses of data.
1949 vmware_exclude          | **Optional.** Blacklist VMware cluster. No value defined as default.
1950 vmware_include          | **Optional.** Whitelist VMware cluster. No value defined as default.
1951 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
1952 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
1953
1954
1955 ## <a id="plugins-contrib-vmware-esx-dc-runtime-issues"></a> vmware-esx-dc-runtime-issues
1956
1957 Check command object for the `check_vmware_esx` plugin. All issues for the host.
1958
1959 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1960
1961 Name                    | Description
1962 ------------------------|--------------
1963 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1964 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1965 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1966 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1967 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1968 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1969 vmware_sessionfile      | **Optional.** Session file name enhancement.
1970 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1971 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1972 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1973 vmware_password         | **Optional.** The username's password. No value defined as default.
1974 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
1975 vmware_exclude          | **Optional.** Blacklist issues. No value defined as default.
1976 vmware_include          | **Optional.** Whitelist issues. No value defined as default.
1977 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
1978 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
1979
1980
1981 ## <a id="plugins-contrib-vmware-esx-dc-runtime-status"></a> vmware-esx-dc-runtime-status
1982
1983 Check command object for the `check_vmware_esx` plugin. Overall object status (gray/green/red/yellow).
1984
1985 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
1986
1987 Name                    | Description
1988 ------------------------|--------------
1989 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
1990 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
1991 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
1992 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
1993 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
1994 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
1995 vmware_sessionfile      | **Optional.** Session file name enhancement.
1996 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
1997 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
1998 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
1999 vmware_password         | **Optional.** The username's password. No value defined as default.
2000 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2001
2002
2003 ## <a id="plugins-contrib-vmware-esx-dc-runtime-tools"></a> vmware-esx-dc-runtime-tools
2004
2005 Check command object for the `check_vmware_esx` plugin. Vmware Tools status.
2006
2007 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2008
2009 Name                    | Description
2010 ------------------------|--------------
2011 vmware_datacenter       | **Required.** Datacenter/vCenter hostname.
2012 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2013 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2014 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2015 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2016 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2017 vmware_sessionfile      | **Optional.** Session file name enhancement.
2018 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2019 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2020 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2021 vmware_password         | **Optional.** The username's password. No value defined as default.
2022 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2023 vmware_poweredonly      | **Optional.** List only VMs which are powered on. No value defined as default.
2024 vmware_alertonly        | **Optional.** List only alerting VMs. Important here to avoid masses of data.
2025 vmware_exclude          | **Optional.** Blacklist VMs. No value defined as default.
2026 vmware_include          | **Optional.** Whitelist VMs. No value defined as default.
2027 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2028 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2029
2030
2031 ## <a id="plugins-contrib-vmware-esx-soap-host-check"></a> vmware-esx-soap-host-check
2032
2033 Check command object for the `check_vmware_esx` plugin. Simple check to verify a successfull connection to VMware SOAP API.
2034
2035 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2036
2037 Name                    | Description
2038 ------------------------|--------------
2039 vmware_host             | **Required.** ESX or ESXi hostname.
2040 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2041 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2042 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2043 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2044 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2045 vmware_sessionfile      | **Optional.** Session file name enhancement.
2046 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2047 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2048 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2049 vmware_password         | **Optional.** The username's password. No value defined as default.
2050 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2051
2052
2053 ## <a id="plugins-contrib-vmware-esx-soap-host-uptime"></a> vmware-esx-soap-host-uptime
2054
2055 Check command object for the `check_vmware_esx` plugin. Displays uptime of the VMware host.
2056
2057 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2058
2059 Name                    | Description
2060 ------------------------|--------------
2061 vmware_host             | **Required.** ESX or ESXi hostname.
2062 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2063 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2064 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2065 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2066 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2067 vmware_sessionfile      | **Optional.** Session file name enhancement.
2068 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2069 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2070 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2071 vmware_password         | **Optional.** The username's password. No value defined as default.
2072 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2073
2074
2075 ## <a id="plugins-contrib-vmware-esx-soap-host-cpu"></a> vmware-esx-soap-host-cpu
2076
2077 Check command object for the `check_vmware_esx` plugin. CPU usage in percentage.
2078
2079 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2080
2081 Name                    | Description
2082 ------------------------|--------------
2083 vmware_host             | **Required.** ESX or ESXi hostname.
2084 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2085 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2086 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2087 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2088 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2089 vmware_sessionfile      | **Optional.** Session file name enhancement.
2090 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2091 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2092 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2093 vmware_password         | **Optional.** The username's password. No value defined as default.
2094 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2095 vmware_warn             | **Optional.** The warning threshold in percent. Defaults to "80%".
2096 vmware_crit             | **Optional.** The critical threshold in percent. Defaults to "90%".
2097
2098
2099 ## <a id="plugins-contrib-vmware-esx-soap-host-cpu-ready"></a> vmware-esx-soap-host-cpu-ready
2100
2101 Check command object for the `check_vmware_esx` plugin. Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU. CPU ready time is dependent on the number of virtual machines on the host and their CPU loads. High or growing ready time can be a hint CPU bottlenecks.
2102
2103 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2104
2105 Name                    | Description
2106 ------------------------|--------------
2107 vmware_host             | **Required.** ESX or ESXi hostname.
2108 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2109 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2110 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2111 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2112 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2113 vmware_sessionfile      | **Optional.** Session file name enhancement.
2114 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2115 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2116 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2117 vmware_password         | **Optional.** The username's password. No value defined as default.
2118 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2119
2120
2121 ## <a id="plugins-contrib-vmware-esx-soap-host-cpu-wait"></a> vmware-esx-soap-host-cpu-wait
2122
2123 Check command object for the `check_vmware_esx` plugin. CPU time spent in wait state. The wait total includes time spent the CPU idle, CPU swap wait, and CPU I/O wait states. High or growing wait time can be a hint I/O bottlenecks.
2124
2125 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2126
2127 Name                    | Description
2128 ------------------------|--------------
2129 vmware_host             | **Required.** ESX or ESXi hostname.
2130 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2131 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2132 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2133 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2134 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2135 vmware_sessionfile      | **Optional.** Session file name enhancement.
2136 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2137 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2138 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2139 vmware_password         | **Optional.** The username's password. No value defined as default.
2140 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2141
2142
2143 ## <a id="plugins-contrib-vmware-esx-soap-host-cpu-usage"></a> vmware-esx-soap-host-cpu-usage
2144
2145 Check command object for the `check_vmware_esx` plugin. Actively used CPU of the host, as a percentage of the total available CPU. Active CPU is approximately equal to the ratio of the used CPU to the available CPU.
2146
2147 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2148
2149 Name                    | Description
2150 ------------------------|--------------
2151 vmware_host             | **Required.** ESX or ESXi hostname.
2152 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2153 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2154 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2155 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2156 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2157 vmware_sessionfile      | **Optional.** Session file name enhancement.
2158 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2159 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2160 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2161 vmware_password         | **Optional.** The username's password. No value defined as default.
2162 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2163 vmware_warn             | **Optional.** The warning threshold in percent. Defaults to "80%".
2164 vmware_crit             | **Optional.** The critical threshold in percent. Defaults to "90%".
2165
2166
2167 ## <a id="plugins-contrib-vmware-esx-soap-host-mem"></a> vmware-esx-soap-host-mem
2168
2169 Check command object for the `check_vmware_esx` plugin. All mem info(except overall and no thresholds).
2170
2171 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2172
2173 Name                    | Description
2174 ------------------------|--------------
2175 vmware_host             | **Required.** ESX or ESXi hostname.
2176 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2177 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2178 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2179 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2180 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2181 vmware_sessionfile      | **Optional.** Session file name enhancement.
2182 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2183 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2184 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2185 vmware_password         | **Optional.** The username's password. No value defined as default.
2186 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2187
2188
2189 ## <a id="plugins-contrib-vmware-esx-soap-host-mem-usage"></a> vmware-esx-soap-host-mem-usage
2190
2191 Check command object for the `check_vmware_esx` plugin. Average mem usage in percentage.
2192
2193 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2194
2195 Name                    | Description
2196 ------------------------|--------------
2197 vmware_host             | **Required.** ESX or ESXi hostname.
2198 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2199 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2200 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2201 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2202 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2203 vmware_sessionfile      | **Optional.** Session file name enhancement.
2204 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2205 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2206 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2207 vmware_password         | **Optional.** The username's password. No value defined as default.
2208 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2209 vmware_warn             | **Optional.** The warning threshold in percent. Defaults to "80%".
2210 vmware_crit             | **Optional.** The critical threshold in percent. Defaults to "90%".
2211
2212
2213 ## <a id="plugins-contrib-vmware-esx-soap-host-mem-consumed"></a> vmware-esx-soap-host-mem-consumed
2214
2215 Check command object for the `check_vmware_esx` plugin. Amount of machine memory used on the host. Consumed memory includes Includes memory used by the Service Console, the VMkernel vSphere services, plus the total consumed metrics for all running virtual machines in MB.
2216
2217 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2218
2219 Name                    | Description
2220 ------------------------|--------------
2221 vmware_host             | **Required.** ESX or ESXi hostname.
2222 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2223 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2224 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2225 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2226 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2227 vmware_sessionfile      | **Optional.** Session file name enhancement.
2228 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2229 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2230 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2231 vmware_password         | **Optional.** The username's password. No value defined as default.
2232 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2233 vmware_warn             | **Optional.** The warning threshold in percent. No value defined as default.
2234 vmware_crit             | **Optional.** The critical threshold in percent. No value defined as default.
2235
2236
2237 ## <a id="plugins-contrib-vmware-esx-soap-host-mem-swapused"></a> vmware-esx-soap-host-mem-swapused
2238
2239 Check command object for the `check_vmware_esx` plugin. Amount of memory that is used by swap. Sum of memory swapped of all powered on VMs and vSphere services on the host in MB. In case of an error all VMs with their swap used will be displayed.
2240
2241 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2242
2243 Name                    | Description
2244 ------------------------|--------------
2245 vmware_host             | **Required.** ESX or ESXi hostname.
2246 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2247 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2248 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2249 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2250 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2251 vmware_sessionfile      | **Optional.** Session file name enhancement.
2252 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2253 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2254 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2255 vmware_password         | **Optional.** The username's password. No value defined as default.
2256 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2257 vmware_warn             | **Optional.** The warning threshold in percent. No value defined as default.
2258 vmware_crit             | **Optional.** The critical threshold in percent. No value defined as default.
2259 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2260
2261
2262 ## <a id="plugins-contrib-vmware-esx-soap-host-mem-overhead"></a> vmware-esx-soap-host-mem-overhead
2263
2264 Check command object for the `check_vmware_esx` plugin. Additional mem used by VM Server in MB.
2265
2266 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2267
2268 Name                    | Description
2269 ------------------------|--------------
2270 vmware_host             | **Required.** ESX or ESXi hostname.
2271 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2272 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2273 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2274 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2275 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2276 vmware_sessionfile      | **Optional.** Session file name enhancement.
2277 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2278 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2279 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2280 vmware_password         | **Optional.** The username's password. No value defined as default.
2281 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2282 vmware_warn             | **Optional.** The warning threshold in percent. No value defined as default.
2283 vmware_crit             | **Optional.** The critical threshold in percent. No value defined as default.
2284
2285
2286 ## <a id="plugins-contrib-vmware-esx-soap-host-mem-memctl"></a> vmware-esx-soap-host-mem-memctl
2287
2288 Check command object for the `check_vmware_esx` plugin. The sum of all vmmemctl values in MB for all powered-on virtual machines, plus vSphere services on the host. If the balloon target value is greater than the balloon value, the VMkernel inflates the balloon, causing more virtual machine memory to be reclaimed. If the balloon target value is less than the balloon value, the VMkernel deflates the balloon, which allows the virtual machine to consume additional memory if needed.used by VM memory control driver. In case of an error all VMs with their vmmemctl values will be displayed.
2289
2290 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2291
2292 Name                    | Description
2293 ------------------------|--------------
2294 vmware_host             | **Required.** ESX or ESXi hostname.
2295 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2296 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2297 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2298 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2299 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2300 vmware_sessionfile      | **Optional.** Session file name enhancement.
2301 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2302 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2303 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2304 vmware_password         | **Optional.** The username's password. No value defined as default.
2305 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2306 vmware_warn             | **Optional.** The warning threshold in percent. No value defined as default.
2307 vmware_crit             | **Optional.** The critical threshold in percent. No value defined as default.
2308 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2309
2310
2311 ## <a id="plugins-contrib-vmware-esx-soap-host-net"></a> vmware-esx-soap-host-net
2312
2313 Check command object for the `check_vmware_esx` plugin. Shows net info.
2314
2315 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2316
2317 Name                    | Description
2318 ------------------------|--------------
2319 vmware_host             | **Required.** ESX or ESXi hostname.
2320 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2321 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2322 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2323 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2324 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2325 vmware_sessionfile      | **Optional.** Session file name enhancement.
2326 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2327 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2328 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2329 vmware_password         | **Optional.** The username's password. No value defined as default.
2330 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2331 vmware_exclude          | **Optional.** Blacklist NICs. No value defined as default.
2332 vmware_isregexp         | **Optional.** Treat blacklist expression as regexp.
2333
2334
2335 ## <a id="plugins-contrib-vmware-esx-soap-host-net-usage"></a> vmware-esx-soap-host-net-usage
2336
2337 Check command object for the `check_vmware_esx` plugin. Overall network usage in KBps(Kilobytes per Second).
2338
2339 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2340
2341 Name                    | Description
2342 ------------------------|--------------
2343 vmware_host             | **Required.** ESX or ESXi hostname.
2344 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2345 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2346 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2347 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2348 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2349 vmware_sessionfile      | **Optional.** Session file name enhancement.
2350 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2351 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2352 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2353 vmware_password         | **Optional.** The username's password. No value defined as default.
2354 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2355 vmware_warn             | **Optional.** The warning threshold in KBps(Kilobytes per Second). No value defined as default.
2356 vmware_crit             | **Optional.** The critical threshold in KBps(Kilobytes per Second). No value defined as default.
2357
2358
2359 ## <a id="plugins-contrib-vmware-esx-soap-host-net-receive"></a> vmware-esx-soap-host-net-receive
2360
2361 Check command object for the `check_vmware_esx` plugin. Data receive in KBps(Kilobytes per Second).
2362
2363 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2364
2365 Name                    | Description
2366 ------------------------|--------------
2367 vmware_host             | **Required.** ESX or ESXi hostname.
2368 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2369 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2370 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2371 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2372 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2373 vmware_sessionfile      | **Optional.** Session file name enhancement.
2374 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2375 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2376 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2377 vmware_password         | **Optional.** The username's password. No value defined as default.
2378 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2379 vmware_warn             | **Optional.** The warning threshold in KBps(Kilobytes per Second). No value defined as default.
2380 vmware_crit             | **Optional.** The critical threshold in KBps(Kilobytes per Second). No value defined as default.
2381
2382
2383 ## <a id="plugins-contrib-vmware-esx-soap-host-net-send"></a> vmware-esx-soap-host-net-send
2384
2385 Check command object for the `check_vmware_esx` plugin. Data send in KBps(Kilobytes per Second).
2386
2387 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2388
2389 Name                    | Description
2390 ------------------------|--------------
2391 vmware_host             | **Required.** ESX or ESXi hostname.
2392 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2393 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2394 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2395 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2396 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2397 vmware_sessionfile      | **Optional.** Session file name enhancement.
2398 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2399 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2400 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2401 vmware_password         | **Optional.** The username's password. No value defined as default.
2402 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2403 vmware_warn             | **Optional.** The warning threshold in KBps(Kilobytes per Second). No value defined as default.
2404 vmware_crit             | **Optional.** The critical threshold in KBps(Kilobytes per Second). No value defined as default.
2405
2406
2407 ## <a id="plugins-contrib-vmware-esx-soap-host-net-nic"></a> vmware-esx-soap-host-net-nic
2408
2409 Check command object for the `check_vmware_esx` plugin. Check all active NICs.
2410
2411 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2412
2413 Name                    | Description
2414 ------------------------|--------------
2415 vmware_host             | **Required.** ESX or ESXi hostname.
2416 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2417 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2418 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2419 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2420 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2421 vmware_sessionfile      | **Optional.** Session file name enhancement.
2422 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2423 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2424 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2425 vmware_password         | **Optional.** The username's password. No value defined as default.
2426 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2427 vmware_exclude          | **Optional.** Blacklist NICs. No value defined as default.
2428 vmware_isregexp         | **Optional.** Treat blacklist expression as regexp.
2429
2430
2431 ## <a id="plugins-contrib-vmware-esx-soap-host-volumes"></a> vmware-esx-soap-host-volumes
2432
2433 Check command object for the `check_vmware_esx` plugin. Shows all datastore volumes info.
2434
2435 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2436
2437 Name                    | Description
2438 ------------------------|--------------
2439 vmware_host             | **Required.** ESX or ESXi hostname.
2440 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2441 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2442 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2443 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2444 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2445 vmware_sessionfile      | **Optional.** Session file name enhancement.
2446 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2447 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2448 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2449 vmware_password         | **Optional.** The username's password. No value defined as default.
2450 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2451 vmware_subselect        | **Optional.** Volume name to be checked the free space.
2452 vmware_gigabyte         | **Optional.** Output in GB instead of MB.
2453 vmware_usedspace        | **Optional.** Output used space instead of free. Defaults to "false".
2454 vmware_alertonly        | **Optional.** List only alerting volumes. Defaults to "false".
2455 vmware_exclude          | **Optional.** Blacklist volumes name. No value defined as default.
2456 vmware_include          | **Optional.** Whitelist volumes name. No value defined as default.
2457 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2458 vmware_warn             | **Optional.** The warning threshold for volumes. Defaults to "80%".
2459 vmware_crit             | **Optional.** The critical threshold for volumes. Defaults to "90%".
2460 vmware_spaceleft        | **Optional.** This has to be used in conjunction with thresholds as mentioned above.
2461
2462
2463 ## <a id="plugins-contrib-vmware-esx-soap-host-io"></a> vmware-esx-soap-host-io
2464
2465 Check command object for the `check_vmware_esx` plugin. Shows all disk io info. Without subselect no thresholds can be given. All I/O values are aggregated from historical intervals over the past 24 hours with a 5 minute sample rate.
2466
2467 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2468
2469 Name                    | Description
2470 ------------------------|--------------
2471 vmware_host             | **Required.** ESX or ESXi hostname.
2472 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2473 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2474 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2475 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2476 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2477 vmware_sessionfile      | **Optional.** Session file name enhancement.
2478 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2479 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2480 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2481 vmware_password         | **Optional.** The username's password. No value defined as default.
2482 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2483
2484
2485 ## <a id="plugins-contrib-vmware-esx-soap-host-io-aborted"></a> vmware-esx-soap-host-io-aborted
2486
2487 Check command object for the `check_vmware_esx` plugin. Number of aborted SCSI commands.
2488
2489 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2490
2491 Name                    | Description
2492 ------------------------|--------------
2493 vmware_host             | **Required.** ESX or ESXi hostname.
2494 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2495 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2496 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2497 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2498 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2499 vmware_sessionfile      | **Optional.** Session file name enhancement.
2500 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2501 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2502 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2503 vmware_password         | **Optional.** The username's password. No value defined as default.
2504 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2505 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2506 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2507
2508
2509 ## <a id="plugins-contrib-vmware-esx-soap-host-io-resets"></a> vmware-esx-soap-host-io-resets
2510
2511 Check command object for the `check_vmware_esx` plugin. Number of SCSI bus resets.
2512
2513 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2514
2515 Name                    | Description
2516 ------------------------|--------------
2517 vmware_host             | **Required.** ESX or ESXi hostname.
2518 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2519 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2520 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2521 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2522 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2523 vmware_sessionfile      | **Optional.** Session file name enhancement.
2524 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2525 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2526 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2527 vmware_password         | **Optional.** The username's password. No value defined as default.
2528 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2529 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2530 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2531
2532
2533 ## <a id="plugins-contrib-vmware-esx-soap-host-io-read"></a> vmware-esx-soap-host-io-read
2534
2535 Check command object for the `check_vmware_esx` plugin. Average number of kilobytes read from the disk each second.
2536
2537 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2538
2539 Name                    | Description
2540 ------------------------|--------------
2541 vmware_host             | **Required.** ESX or ESXi hostname.
2542 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2543 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2544 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2545 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2546 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2547 vmware_sessionfile      | **Optional.** Session file name enhancement.
2548 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2549 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2550 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2551 vmware_password         | **Optional.** The username's password. No value defined as default.
2552 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2553 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2554 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2555
2556
2557 ## <a id="plugins-contrib-vmware-esx-soap-host-io-read-latency"></a> vmware-esx-soap-host-io-read-latency
2558
2559 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) to process a SCSI read command issued from the Guest OS to the virtual machine.
2560
2561 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2562
2563 Name                    | Description
2564 ------------------------|--------------
2565 vmware_host             | **Required.** ESX or ESXi hostname.
2566 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2567 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2568 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2569 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2570 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2571 vmware_sessionfile      | **Optional.** Session file name enhancement.
2572 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2573 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2574 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2575 vmware_password         | **Optional.** The username's password. No value defined as default.
2576 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2577 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2578 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2579
2580
2581 ## <a id="plugins-contrib-vmware-esx-soap-host-io-write"></a> vmware-esx-soap-host-io-write
2582
2583 Check command object for the `check_vmware_esx` plugin. Average number of kilobytes written to disk each second.
2584
2585 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2586
2587 Name                    | Description
2588 ------------------------|--------------
2589 vmware_host             | **Required.** ESX or ESXi hostname.
2590 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2591 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2592 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2593 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2594 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2595 vmware_sessionfile      | **Optional.** Session file name enhancement.
2596 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2597 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2598 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2599 vmware_password         | **Optional.** The username's password. No value defined as default.
2600 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2601 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2602 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2603
2604
2605 ## <a id="plugins-contrib-vmware-esx-soap-host-io-write-latency"></a> vmware-esx-soap-host-io-write-latency
2606
2607 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) taken to process a SCSI write command issued by the Guest OS to the virtual machine.
2608
2609 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2610
2611 Name                    | Description
2612 ------------------------|--------------
2613 vmware_host             | **Required.** ESX or ESXi hostname.
2614 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2615 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2616 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2617 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2618 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2619 vmware_sessionfile      | **Optional.** Session file name enhancement.
2620 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2621 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2622 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2623 vmware_password         | **Optional.** The username's password. No value defined as default.
2624 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2625 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2626 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2627
2628
2629 ## <a id="plugins-contrib-vmware-esx-soap-host-io-usage"></a> vmware-esx-soap-host-io-usage
2630
2631 Check command object for the `check_vmware_esx` plugin. Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host.
2632
2633 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2634
2635 Name                    | Description
2636 ------------------------|--------------
2637 vmware_host             | **Required.** ESX or ESXi hostname.
2638 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2639 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2640 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2641 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2642 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2643 vmware_sessionfile      | **Optional.** Session file name enhancement.
2644 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2645 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2646 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2647 vmware_password         | **Optional.** The username's password. No value defined as default.
2648 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2649 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2650 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2651
2652
2653 ## <a id="plugins-contrib-vmware-esx-soap-host-io-kernel-latency"></a> vmware-esx-soap-host-io-kernel-latency
2654
2655 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) spent by VMkernel processing each SCSI command.
2656
2657 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2658
2659 Name                    | Description
2660 ------------------------|--------------
2661 vmware_host             | **Required.** ESX or ESXi hostname.
2662 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2663 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2664 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2665 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2666 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2667 vmware_sessionfile      | **Optional.** Session file name enhancement.
2668 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2669 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2670 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2671 vmware_password         | **Optional.** The username's password. No value defined as default.
2672 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2673 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2674 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2675
2676
2677 ## <a id="plugins-contrib-vmware-esx-soap-host-io-device-latency"></a> vmware-esx-soap-host-io-device-latency
2678
2679 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) to complete a SCSI command from the physical device.
2680
2681 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2682
2683 Name                    | Description
2684 ------------------------|--------------
2685 vmware_host             | **Required.** ESX or ESXi hostname.
2686 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2687 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2688 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2689 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2690 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2691 vmware_sessionfile      | **Optional.** Session file name enhancement.
2692 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2693 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2694 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2695 vmware_password         | **Optional.** The username's password. No value defined as default.
2696 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2697 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2698 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2699
2700
2701 ## <a id="plugins-contrib-vmware-esx-soap-host-io-queue-latency"></a> vmware-esx-soap-host-io-queue-latency
2702
2703 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) spent in the VMkernel queue.
2704
2705 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2706
2707 Name                    | Description
2708 ------------------------|--------------
2709 vmware_host             | **Required.** ESX or ESXi hostname.
2710 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2711 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2712 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2713 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2714 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2715 vmware_sessionfile      | **Optional.** Session file name enhancement.
2716 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2717 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2718 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2719 vmware_password         | **Optional.** The username's password. No value defined as default.
2720 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2721 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2722 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2723
2724
2725 ## <a id="plugins-contrib-vmware-esx-soap-host-io-total-latency"></a> vmware-esx-soap-host-io-total-latency
2726
2727 Check command object for the `check_vmware_esx` plugin. Average amount of time (ms) taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine. The sum of kernelWriteLatency and deviceWriteLatency.
2728
2729 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2730
2731 Name                    | Description
2732 ------------------------|--------------
2733 vmware_host             | **Required.** ESX or ESXi hostname.
2734 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2735 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2736 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2737 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2738 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2739 vmware_sessionfile      | **Optional.** Session file name enhancement.
2740 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2741 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2742 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2743 vmware_password         | **Optional.** The username's password. No value defined as default.
2744 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2745 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
2746 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
2747
2748
2749 ## <a id="plugins-contrib-vmware-esx-soap-host-media"></a> vmware-esx-soap-host-media
2750
2751 Check command object for the `check_vmware_esx` plugin. List vm's with attached host mounted media like cd,dvd or floppy drives. This is important for monitoring because a virtual machine with a mount cd or dvd drive can not be moved to another host.
2752
2753 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2754
2755 Name                    | Description
2756 ------------------------|--------------
2757 vmware_host             | **Required.** ESX or ESXi hostname.
2758 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2759 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2760 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2761 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2762 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2763 vmware_sessionfile      | **Optional.** Session file name enhancement.
2764 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2765 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2766 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2767 vmware_password         | **Optional.** The username's password. No value defined as default.
2768 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2769 vmware_exclude          | **Optional.** Blacklist VMs name. No value defined as default.
2770 vmware_include          | **Optional.** Whitelist VMs name. No value defined as default.
2771 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2772 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2773
2774
2775 ## <a id="plugins-contrib-vmware-esx-soap-host-service"></a> vmware-esx-soap-host-service
2776
2777 Check command object for the `check_vmware_esx` plugin. Shows host service info.
2778
2779 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2780
2781 Name                    | Description
2782 ------------------------|--------------
2783 vmware_host             | **Required.** ESX or ESXi hostname.
2784 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2785 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2786 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2787 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2788 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2789 vmware_sessionfile      | **Optional.** Session file name enhancement.
2790 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2791 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2792 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2793 vmware_password         | **Optional.** The username's password. No value defined as default.
2794 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2795 vmware_exclude          | **Optional.** Blacklist services name. No value defined as default.
2796 vmware_include          | **Optional.** Whitelist services name. No value defined as default.
2797 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2798 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2799
2800
2801 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime"></a> vmware-esx-soap-host-runtime
2802
2803 Check command object for the `check_vmware_esx` plugin. Shows runtime info: VMs, overall status, connection state, health, storagehealth, temperature and sensor are represented as one value and without thresholds.
2804
2805 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2806
2807 Name                    | Description
2808 ------------------------|--------------
2809 vmware_host             | **Required.** ESX or ESXi hostname.
2810 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2811 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2812 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2813 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2814 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2815 vmware_sessionfile      | **Optional.** Session file name enhancement.
2816 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2817 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2818 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2819 vmware_password         | **Optional.** The username's password. No value defined as default.
2820 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2821
2822
2823 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-con"></a> vmware-esx-soap-host-runtime-con
2824
2825 Check command object for the `check_vmware_esx` plugin. Shows connection state.
2826
2827 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2828
2829 Name                    | Description
2830 ------------------------|--------------
2831 vmware_host             | **Required.** ESX or ESXi hostname.
2832 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2833 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2834 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2835 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2836 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2837 vmware_sessionfile      | **Optional.** Session file name enhancement.
2838 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2839 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2840 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2841 vmware_password         | **Optional.** The username's password. No value defined as default.
2842 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2843
2844
2845 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-listvms"></a> vmware-esx-soap-host-runtime-listvms
2846
2847 Check command object for the `check_vmware_esx` plugin. List of VMware machines and their status.
2848
2849 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2850
2851 Name                    | Description
2852 ------------------------|--------------
2853 vmware_host             | **Required.** ESX or ESXi hostname.
2854 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2855 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2856 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2857 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2858 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2859 vmware_sessionfile      | **Optional.** Session file name enhancement.
2860 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2861 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2862 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2863 vmware_password         | **Optional.** The username's password. No value defined as default.
2864 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2865 vmware_exclude          | **Optional.** Blacklist VMs name. No value defined as default.
2866 vmware_include          | **Optional.** Whitelist VMs name. No value defined as default.
2867 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2868 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2869
2870
2871 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-status"></a> vmware-esx-soap-host-runtime-status
2872
2873 Check command object for the `check_vmware_esx` plugin. Overall object status (gray/green/red/yellow).
2874
2875 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2876
2877 Name                    | Description
2878 ------------------------|--------------
2879 vmware_host             | **Required.** ESX or ESXi hostname.
2880 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2881 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2882 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2883 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2884 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2885 vmware_sessionfile      | **Optional.** Session file name enhancement.
2886 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2887 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2888 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2889 vmware_password         | **Optional.** The username's password. No value defined as default.
2890 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2891
2892
2893 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-health"></a> vmware-esx-soap-host-runtime-health
2894
2895 Check command object for the `check_vmware_esx` plugin. Checks cpu/storage/memory/sensor status.
2896
2897 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2898
2899 Name                    | Description
2900 ------------------------|--------------
2901 vmware_host             | **Required.** ESX or ESXi hostname.
2902 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2903 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2904 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2905 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2906 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2907 vmware_sessionfile      | **Optional.** Session file name enhancement.
2908 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2909 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2910 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2911 vmware_password         | **Optional.** The username's password. No value defined as default.
2912 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2913 vmware_exclude          | **Optional.** Blacklist status name. No value defined as default.
2914 vmware_include          | **Optional.** Whitelist status name. No value defined as default.
2915 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2916
2917
2918 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-health-listsensors"></a> vmware-esx-soap-host-runtime-health-listsensors
2919
2920 Check command object for the `check_vmware_esx` plugin. List all available sensors(use for listing purpose only).
2921
2922 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2923
2924 Name                    | Description
2925 ------------------------|--------------
2926 vmware_host             | **Required.** ESX or ESXi hostname.
2927 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2928 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2929 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2930 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2931 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2932 vmware_sessionfile      | **Optional.** Session file name enhancement.
2933 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2934 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2935 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2936 vmware_password         | **Optional.** The username's password. No value defined as default.
2937 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2938 vmware_exclude          | **Optional.** Blacklist status name. No value defined as default.
2939 vmware_include          | **Optional.** Whitelist status name. No value defined as default.
2940 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2941
2942
2943 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-health-nostoragestatus"></a> vmware-esx-soap-host-runtime-health-nostoragestatus
2944
2945 Check command object for the `check_vmware_esx` plugin. This is to avoid a double alarm if you use **vmware-esx-soap-host-runtime-health** and **vmware-esx-soap-host-runtime-storagehealth**.
2946
2947 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2948
2949 Name                    | Description
2950 ------------------------|--------------
2951 vmware_host             | **Required.** ESX or ESXi hostname.
2952 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2953 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2954 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2955 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2956 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2957 vmware_sessionfile      | **Optional.** Session file name enhancement.
2958 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2959 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2960 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2961 vmware_password         | **Optional.** The username's password. No value defined as default.
2962 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2963 vmware_exclude          | **Optional.** Blacklist status name. No value defined as default.
2964 vmware_include          | **Optional.** Whitelist status name. No value defined as default.
2965 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2966
2967
2968 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-storagehealth"></a> vmware-esx-soap-host-runtime-storagehealth
2969
2970 Check command object for the `check_vmware_esx` plugin. Local storage status check.
2971
2972 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2973
2974 Name                    | Description
2975 ------------------------|--------------
2976 vmware_host             | **Required.** ESX or ESXi hostname.
2977 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
2978 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
2979 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
2980 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
2981 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
2982 vmware_sessionfile      | **Optional.** Session file name enhancement.
2983 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
2984 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
2985 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
2986 vmware_password         | **Optional.** The username's password. No value defined as default.
2987 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
2988 vmware_exclude          | **Optional.** Blacklist storage name. No value defined as default.
2989 vmware_include          | **Optional.** Whitelist storage name. No value defined as default.
2990 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
2991 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
2992
2993
2994 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-temp"></a> vmware-esx-soap-host-runtime-temp
2995
2996 Check command object for the `check_vmware_esx` plugin. Lists all temperature sensors.
2997
2998 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
2999
3000 Name                    | Description
3001 ------------------------|--------------
3002 vmware_host             | **Required.** ESX or ESXi hostname.
3003 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3004 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3005 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3006 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3007 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3008 vmware_sessionfile      | **Optional.** Session file name enhancement.
3009 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3010 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3011 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3012 vmware_password         | **Optional.** The username's password. No value defined as default.
3013 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3014 vmware_exclude          | **Optional.** Blacklist sensor name. No value defined as default.
3015 vmware_include          | **Optional.** Whitelist sensor name. No value defined as default.
3016 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3017 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
3018
3019
3020 ## <a id="plugins-contrib-vmware-esx-soap-host-runtime-issues"></a> vmware-esx-soap-host-runtime-issues
3021
3022 Check command object for the `check_vmware_esx` plugin. Lists all configuration issues for the host.
3023
3024 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3025
3026 Name                    | Description
3027 ------------------------|--------------
3028 vmware_host             | **Required.** ESX or ESXi hostname.
3029 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3030 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3031 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3032 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3033 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3034 vmware_sessionfile      | **Optional.** Session file name enhancement.
3035 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3036 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3037 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3038 vmware_password         | **Optional.** The username's password. No value defined as default.
3039 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3040 vmware_exclude          | **Optional.** Blacklist configuration issues. No value defined as default.
3041 vmware_include          | **Optional.** Whitelist configuration issues. No value defined as default.
3042 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3043 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
3044
3045
3046 ## <a id="plugins-contrib-vmware-esx-soap-host-storage"></a> vmware-esx-soap-host-storage
3047
3048 Check command object for the `check_vmware_esx` plugin. Shows Host storage info.
3049
3050 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3051
3052 Name                    | Description
3053 ------------------------|--------------
3054 vmware_host             | **Required.** ESX or ESXi hostname.
3055 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3056 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3057 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3058 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3059 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3060 vmware_sessionfile      | **Optional.** Session file name enhancement.
3061 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3062 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3063 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3064 vmware_password         | **Optional.** The username's password. No value defined as default.
3065 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3066 vmware_exclude          | **Optional.** Blacklist adapters, luns and paths. No value defined as default.
3067 vmware_include          | **Optional.** Whitelist adapters, luns and paths. No value defined as default.
3068 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3069
3070
3071 ## <a id="plugins-contrib-vmware-esx-soap-host-storage-adapter"></a> vmware-esx-soap-host-storage-adapter
3072
3073 Check command object for the `check_vmware_esx` plugin. List host bus adapters.
3074
3075 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3076
3077 Name                    | Description
3078 ------------------------|--------------
3079 vmware_host             | **Required.** ESX or ESXi hostname.
3080 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3081 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3082 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3083 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3084 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3085 vmware_sessionfile      | **Optional.** Session file name enhancement.
3086 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3087 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3088 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3089 vmware_password         | **Optional.** The username's password. No value defined as default.
3090 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3091 vmware_exclude          | **Optional.** Blacklist adapters. No value defined as default.
3092 vmware_include          | **Optional.** Whitelist adapters. No value defined as default.
3093 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3094 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
3095
3096
3097 ## <a id="plugins-contrib-vmware-esx-soap-host-storage-lun"></a> vmware-esx-soap-host-storage-lun
3098
3099 Check command object for the `check_vmware_esx` plugin. List SCSI logical units. The listing will include: LUN, canonical name of the disc, all of displayed name which is not part of the canonical name and status.
3100
3101 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3102
3103 Name                    | Description
3104 ------------------------|--------------
3105 vmware_host             | **Required.** ESX or ESXi hostname.
3106 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3107 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3108 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3109 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3110 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3111 vmware_sessionfile      | **Optional.** Session file name enhancement.
3112 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3113 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3114 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3115 vmware_password         | **Optional.** The username's password. No value defined as default.
3116 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3117 vmware_exclude          | **Optional.** Blacklist luns. No value defined as default.
3118 vmware_include          | **Optional.** Whitelist luns. No value defined as default.
3119 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3120 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
3121
3122
3123 ## <a id="plugins-contrib-vmware-esx-soap-host-storage-path"></a> vmware-esx-soap-host-storage-path
3124
3125 Check command object for the `check_vmware_esx` plugin. List multipaths and the associated paths.
3126
3127 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3128
3129 Name                    | Description
3130 ------------------------|--------------
3131 vmware_host             | **Required.** ESX or ESXi hostname.
3132 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3133 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3134 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3135 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3136 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3137 vmware_sessionfile      | **Optional.** Session file name enhancement.
3138 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3139 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3140 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3141 vmware_password         | **Optional.** The username's password. No value defined as default.
3142 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3143 vmware_alertonly        | **Optional.** List only alerting units. Important here to avoid masses of data. Defaults to "false".
3144 vmware_exclude          | **Optional.** Blacklist paths. No value defined as default.
3145 vmware_include          | **Optional.** Whitelist paths. No value defined as default.
3146 vmware_isregexp         | **Optional.** Treat blacklist and whitelist expressions as regexp.
3147 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
3148
3149
3150 ## <a id="plugins-contrib-vmware-esx-soap-vm-cpu"></a> vmware-esx-soap-vm-cpu
3151
3152 Check command object for the `check_vmware_esx` plugin. Shows all CPU usage info.
3153
3154 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3155
3156 Name                    | Description
3157 ------------------------|--------------
3158 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3159 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3160 vmware_vmname           | **Required.** Virtual machine name.
3161 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3162 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3163 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3164 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3165 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3166 vmware_sessionfile      | **Optional.** Session file name enhancement.
3167 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3168 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3169 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3170 vmware_password         | **Optional.** The username's password. No value defined as default.
3171 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3172
3173
3174
3175 ## <a id="plugins-contrib-vmware-esx-soap-vm-cpu-ready"></a> vmware-esx-soap-vm-cpu-ready
3176
3177 Check command object for the `check_vmware_esx` plugin. Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU.
3178
3179 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3180
3181 Name                    | Description
3182 ------------------------|--------------
3183 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3184 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3185 vmware_vmname           | **Required.** Virtual machine name.
3186 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3187 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3188 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3189 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3190 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3191 vmware_sessionfile      | **Optional.** Session file name enhancement.
3192 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3193 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3194 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3195 vmware_password         | **Optional.** The username's password. No value defined as default.
3196 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3197 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3198 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3199
3200
3201 ## <a id="plugins-contrib-vmware-esx-soap-vm-cpu-wait"></a> vmware-esx-soap-vm-cpu-wait
3202
3203 Check command object for the `check_vmware_esx` plugin. CPU time spent in wait state. The wait total includes time spent the CPU idle, CPU swap wait, and CPU I/O wait states. High or growing wait time can be a hint I/O bottlenecks.
3204
3205 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3206
3207 Name                    | Description
3208 ------------------------|--------------
3209 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3210 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3211 vmware_vmname           | **Required.** Virtual machine name.
3212 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3213 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3214 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3215 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3216 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3217 vmware_sessionfile      | **Optional.** Session file name enhancement.
3218 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3219 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3220 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3221 vmware_password         | **Optional.** The username's password. No value defined as default.
3222 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3223 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3224 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3225
3226
3227 ## <a id="plugins-contrib-vmware-esx-soap-vm-cpu-usage"></a> vmware-esx-soap-vm-cpu-usage
3228
3229 Check command object for the `check_vmware_esx` plugin. Amount of actively used virtual CPU, as a percentage of total available CPU. This is the host's view of the CPU usage, not the guest operating system view. It is the average CPU utilization over all available virtual CPUs in the virtual machine.
3230
3231 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3232
3233 Name                    | Description
3234 ------------------------|--------------
3235 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3236 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3237 vmware_vmname           | **Required.** Virtual machine name.
3238 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3239 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3240 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3241 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3242 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3243 vmware_sessionfile      | **Optional.** Session file name enhancement.
3244 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3245 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3246 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3247 vmware_password         | **Optional.** The username's password. No value defined as default.
3248 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3249 vmware_warn             | **Optional.** Warning threshold in percent. Defaults to "80%".
3250 vmware_crit             | **Optional.** Critical threshold in percent. Defaults to "90%".
3251
3252
3253 ## <a id="plugins-contrib-vmware-esx-soap-vm-mem"></a> vmware-esx-soap-vm-mem
3254
3255 Check command object for the `check_vmware_esx` plugin. Shows all memory info, except overall.
3256
3257 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3258
3259 Name                    | Description
3260 ------------------------|--------------
3261 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3262 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3263 vmware_vmname           | **Required.** Virtual machine name.
3264 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3265 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3266 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3267 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3268 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3269 vmware_sessionfile      | **Optional.** Session file name enhancement.
3270 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3271 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3272 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3273 vmware_password         | **Optional.** The username's password. No value defined as default.
3274 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3275
3276
3277 ## <a id="plugins-contrib-vmware-esx-soap-vm-mem-usage"></a> vmware-esx-soap-vm-mem-usage
3278
3279 Check command object for the `check_vmware_esx` plugin. Average mem usage in percentage of configured virtual machine "physical" memory.
3280
3281 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3282
3283 Name                    | Description
3284 ------------------------|--------------
3285 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3286 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3287 vmware_vmname           | **Required.** Virtual machine name.
3288 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3289 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3290 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3291 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3292 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3293 vmware_sessionfile      | **Optional.** Session file name enhancement.
3294 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3295 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3296 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3297 vmware_password         | **Optional.** The username's password. No value defined as default.
3298 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3299 vmware_warn             | **Optional.** Warning threshold in percent. Defaults to "80%".
3300 vmware_crit             | **Optional.** Critical threshold in percent. Defaults to "90%".
3301
3302
3303 ## <a id="plugins-contrib-vmware-esx-soap-vm-mem-consumed"></a> vmware-esx-soap-vm-mem-consumed
3304
3305 Check command object for the `check_vmware_esx` plugin. Amount of guest physical memory in MB consumed by the virtual machine for guest memory. Consumed memory does not include overhead memory. It includes shared memory and memory that might be reserved, but not actually used. Use this metric for charge-back purposes.<br>
3306 **vm consumed memory = memory granted - memory saved**
3307
3308 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3309
3310 Name                    | Description
3311 ------------------------|--------------
3312 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3313 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3314 vmware_vmname           | **Required.** Virtual machine name.
3315 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3316 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3317 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3318 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3319 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3320 vmware_sessionfile      | **Optional.** Session file name enhancement.
3321 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3322 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3323 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3324 vmware_password         | **Optional.** The username's password. No value defined as default.
3325 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3326 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3327 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3328
3329
3330 ## <a id="plugins-contrib-vmware-esx-soap-vm-mem-memctl"></a> vmware-esx-soap-vm-mem-memctl
3331
3332 Check command object for the `check_vmware_esx` plugin. Amount of guest physical memory that is currently reclaimed from the virtual machine through ballooning. This is the amount of guest physical memory that has been allocated and pinned by the balloon driver.
3333
3334 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3335
3336 Name                    | Description
3337 ------------------------|--------------
3338 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3339 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3340 vmware_vmname           | **Required.** Virtual machine name.
3341 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3342 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3343 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3344 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3345 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3346 vmware_sessionfile      | **Optional.** Session file name enhancement.
3347 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3348 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3349 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3350 vmware_password         | **Optional.** The username's password. No value defined as default.
3351 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3352 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3353 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3354
3355
3356
3357 ## <a id="plugins-contrib-vmware-esx-soap-vm-net"></a> vmware-esx-soap-vm-net
3358
3359 Check command object for the `check_vmware_esx` plugin. Shows net info.
3360
3361 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3362
3363 Name                    | Description
3364 ------------------------|--------------
3365 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3366 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3367 vmware_vmname           | **Required.** Virtual machine name.
3368 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3369 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3370 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3371 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3372 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3373 vmware_sessionfile      | **Optional.** Session file name enhancement.
3374 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3375 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3376 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3377 vmware_password         | **Optional.** The username's password. No value defined as default.
3378 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3379
3380
3381 ## <a id="plugins-contrib-vmware-esx-soap-vm-net-usage"></a> vmware-esx-soap-vm-net-usage
3382
3383 Check command object for the `check_vmware_esx` plugin. Overall network usage in KBps(Kilobytes per Second).
3384
3385 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3386
3387 Name                    | Description
3388 ------------------------|--------------
3389 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3390 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3391 vmware_vmname           | **Required.** Virtual machine name.
3392 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3393 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3394 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3395 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3396 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3397 vmware_sessionfile      | **Optional.** Session file name enhancement.
3398 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3399 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3400 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3401 vmware_password         | **Optional.** The username's password. No value defined as default.
3402 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3403 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3404 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3405
3406
3407 ## <a id="plugins-contrib-vmware-esx-soap-vm-net-receive"></a> vmware-esx-soap-vm-net-receive
3408
3409 Check command object for the `check_vmware_esx` plugin. Receive in KBps(Kilobytes per Second).
3410
3411 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3412
3413 Name                    | Description
3414 ------------------------|--------------
3415 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3416 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3417 vmware_vmname           | **Required.** Virtual machine name.
3418 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3419 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3420 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3421 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3422 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3423 vmware_sessionfile      | **Optional.** Session file name enhancement.
3424 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3425 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3426 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3427 vmware_password         | **Optional.** The username's password. No value defined as default.
3428 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3429 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3430 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3431
3432
3433 ## <a id="plugins-contrib-vmware-esx-soap-vm-net-send"></a> vmware-esx-soap-vm-net-send
3434
3435 Check command object for the `check_vmware_esx` plugin. Send in KBps(Kilobytes per Second).
3436
3437 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3438
3439 Name                    | Description
3440 ------------------------|--------------
3441 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3442 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3443 vmware_vmname           | **Required.** Virtual machine name.
3444 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3445 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3446 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3447 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3448 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3449 vmware_sessionfile      | **Optional.** Session file name enhancement.
3450 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3451 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3452 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3453 vmware_password         | **Optional.** The username's password. No value defined as default.
3454 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3455 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3456 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3457
3458
3459 ## <a id="plugins-contrib-vmware-esx-soap-vm-io"></a> vmware-esx-soap-vm-io
3460
3461 Check command object for the `check_vmware_esx` plugin. SShows all disk io info. Without subselect no thresholds can be given. All I/O values are aggregated from historical intervals over the past 24 hours with a 5 minute sample rate.
3462
3463 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3464
3465 Name                    | Description
3466 ------------------------|--------------
3467 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3468 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3469 vmware_vmname           | **Required.** Virtual machine name.
3470 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3471 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3472 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3473 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3474 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3475 vmware_sessionfile      | **Optional.** Session file name enhancement.
3476 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3477 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3478 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3479 vmware_password         | **Optional.** The username's password. No value defined as default.
3480 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3481
3482
3483 ## <a id="plugins-contrib-vmware-esx-soap-vm-io-read"></a> vmware-esx-soap-vm-io-read
3484
3485 Check command object for the `check_vmware_esx` plugin. Average number of kilobytes read from the disk each second.
3486
3487 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3488
3489 Name                    | Description
3490 ------------------------|--------------
3491 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3492 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3493 vmware_vmname           | **Required.** Virtual machine name.
3494 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3495 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3496 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3497 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3498 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3499 vmware_sessionfile      | **Optional.** Session file name enhancement.
3500 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3501 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3502 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3503 vmware_password         | **Optional.** The username's password. No value defined as default.
3504 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3505 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3506 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3507
3508
3509 ## <a id="plugins-contrib-vmware-esx-soap-vm-io-write"></a> vmware-esx-soap-vm-io-write
3510
3511 Check command object for the `check_vmware_esx` plugin. Average number of kilobytes written to disk each second.
3512
3513 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3514
3515 Name                    | Description
3516 ------------------------|--------------
3517 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3518 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3519 vmware_vmname           | **Required.** Virtual machine name.
3520 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3521 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3522 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3523 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3524 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3525 vmware_sessionfile      | **Optional.** Session file name enhancement.
3526 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3527 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3528 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3529 vmware_password         | **Optional.** The username's password. No value defined as default.
3530 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3531 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3532 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3533
3534
3535 ## <a id="plugins-contrib-vmware-esx-soap-vm-io-usage"></a> vmware-esx-soap-vm-io-usage
3536
3537 Check command object for the `check_vmware_esx` plugin. Aggregated disk I/O rate.
3538
3539 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3540
3541 Name                    | Description
3542 ------------------------|--------------
3543 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3544 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3545 vmware_vmname           | **Required.** Virtual machine name.
3546 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3547 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3548 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3549 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3550 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3551 vmware_sessionfile      | **Optional.** Session file name enhancement.
3552 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3553 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3554 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3555 vmware_password         | **Optional.** The username's password. No value defined as default.
3556 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3557 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3558 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3559
3560
3561 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime"></a> vmware-esx-soap-vm-runtime
3562
3563 Check command object for the `check_vmware_esx` plugin. Shows virtual machine runtime info.
3564
3565 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3566
3567 Name                    | Description
3568 ------------------------|--------------
3569 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3570 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3571 vmware_vmname           | **Required.** Virtual machine name.
3572 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3573 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3574 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3575 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3576 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3577 vmware_sessionfile      | **Optional.** Session file name enhancement.
3578 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3579 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3580 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3581 vmware_password         | **Optional.** The username's password. No value defined as default.
3582 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3583
3584
3585 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-con"></a> vmware-esx-soap-vm-runtime-con
3586
3587 Check command object for the `check_vmware_esx` plugin. Shows the connection state.
3588
3589 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3590
3591 Name                    | Description
3592 ------------------------|--------------
3593 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3594 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3595 vmware_vmname           | **Required.** Virtual machine name.
3596 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3597 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3598 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3599 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3600 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3601 vmware_sessionfile      | **Optional.** Session file name enhancement.
3602 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3603 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3604 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3605 vmware_password         | **Optional.** The username's password. No value defined as default.
3606 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3607
3608
3609 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-powerstate"></a> vmware-esx-soap-vm-runtime-powerstate
3610
3611 Check command object for the `check_vmware_esx` plugin. Shows virtual machine power state: poweredOn, poweredOff or suspended.
3612
3613 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3614
3615 Name                    | Description
3616 ------------------------|--------------
3617 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3618 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3619 vmware_vmname           | **Required.** Virtual machine name.
3620 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3621 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3622 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3623 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3624 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3625 vmware_sessionfile      | **Optional.** Session file name enhancement.
3626 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3627 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3628 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3629 vmware_password         | **Optional.** The username's password. No value defined as default.
3630 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3631
3632
3633 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-status"></a> vmware-esx-soap-vm-runtime-status
3634
3635 Check command object for the `check_vmware_esx` plugin. Overall object status (gray/green/red/yellow).
3636
3637 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3638
3639 Name                    | Description
3640 ------------------------|--------------
3641 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3642 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3643 vmware_vmname           | **Required.** Virtual machine name.
3644 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3645 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3646 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3647 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3648 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3649 vmware_sessionfile      | **Optional.** Session file name enhancement.
3650 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3651 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3652 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3653 vmware_password         | **Optional.** The username's password. No value defined as default.
3654 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3655
3656
3657 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-consoleconnections"></a> vmware-esx-soap-vm-runtime-consoleconnections
3658
3659 Check command object for the `check_vmware_esx` plugin. Console connections to virtual machine.
3660
3661 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3662
3663 Name                    | Description
3664 ------------------------|--------------
3665 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3666 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3667 vmware_vmname           | **Required.** Virtual machine name.
3668 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3669 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3670 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3671 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3672 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3673 vmware_sessionfile      | **Optional.** Session file name enhancement.
3674 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3675 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3676 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3677 vmware_password         | **Optional.** The username's password. No value defined as default.
3678 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3679 vmware_warn             | **Optional.** The warning threshold. No value defined as default.
3680 vmware_crit             | **Optional.** The critical threshold. No value defined as default.
3681
3682
3683 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-gueststate"></a> vmware-esx-soap-vm-runtime-gueststate
3684
3685 Check command object for the `check_vmware_esx` plugin. Guest OS status. Needs VMware Tools installed and running.
3686
3687 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3688
3689 Name                    | Description
3690 ------------------------|--------------
3691 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3692 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3693 vmware_vmname           | **Required.** Virtual machine name.
3694 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3695 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3696 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3697 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3698 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3699 vmware_sessionfile      | **Optional.** Session file name enhancement.
3700 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3701 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3702 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3703 vmware_password         | **Optional.** The username's password. No value defined as default.
3704 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3705
3706 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-tools"></a> vmware-esx-soap-vm-runtime-tools
3707
3708 Check command object for the `check_vmware_esx` plugin. Guest OS status. VMware tools  status.
3709
3710 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3711
3712 Name                    | Description
3713 ------------------------|--------------
3714 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3715 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3716 vmware_vmname           | **Required.** Virtual machine name.
3717 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3718 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3719 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3720 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3721 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3722 vmware_sessionfile      | **Optional.** Session file name enhancement.
3723 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3724 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3725 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3726 vmware_password         | **Optional.** The username's password. No value defined as default.
3727 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3728
3729
3730 ## <a id="plugins-contrib-vmware-esx-soap-vm-runtime-issues"></a> vmware-esx-soap-vm-runtime-issues
3731
3732 Check command object for the `check_vmware_esx` plugin. All issues for the virtual machine.
3733
3734 Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
3735
3736 Name                    | Description
3737 ------------------------|--------------
3738 vmware_datacenter       | **Optional.** Datacenter/vCenter hostname. Conflicts with **vmware_host**.
3739 vmware_host             | **Optional.** ESX or ESXi hostname. Conflicts with **vmware_datacenter**.
3740 vmware_vmname           | **Required.** Virtual machine name.
3741 vmware_sslport          | **Optional.** SSL port connection. Defaults to "443".
3742 vmware_ignoreunknown    | **Optional.** Sometimes 3 (unknown) is returned from a component. But the check itself is ok. With this option the plugin will return OK (0) instead of UNKNOWN (3). Defaults to "false".
3743 vmware_ignorewarning    | **Optional.** Sometimes 2 (warning) is returned from a component. But the check itself is ok (from an operator view). With this option the plugin will return OK (0) instead of WARNING (1). Defaults to "false".
3744 vmware_timeout          | **Optional.** Seconds before plugin times out. Defaults to "90".
3745 vmware_trace            | **Optional.** Set verbosity level of vSphere API request/respond trace.
3746 vmware_sessionfile      | **Optional.** Session file name enhancement.
3747 vmware_sessionfiledir   | **Optional.** Path to store the **vmware_sessionfile** file. Defaults to "/var/spool/icinga2/tmp".
3748 vmware_nosession        | **Optional.** No auth session - IT SHOULD BE USED FOR TESTING PURPOSES ONLY!. Defaults to "false".
3749 vmware_username         | **Optional.** The username to connect to Host or vCenter server. No value defined as default.
3750 vmware_password         | **Optional.** The username's password. No value defined as default.
3751 vmware_authfile         | **Optional.** Use auth file instead username/password to session connect. No effect if **vmware_username** and **vmware_password** are defined <br> **Autentication file content:** <br>  username=vmuser <br> password=p@ssw0rd
3752 vmware_multiline        | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.