Skip to content

Commit 06f6ea4

Browse files
committed
Document mail-{host,service}-notification -X option
1 parent 3a258ad commit 06f6ea4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/03-monitoring-basics.md

+3
Original file line numberDiff line numberDiff line change
@@ -2579,6 +2579,7 @@ information.
25792579
`notification_useremail` | **Required.** The notification's recipient(s). Defaults to `$user.email$`.
25802580
`notification_hoststate` | **Required.** Current state of host. Defaults to `$host.state$`.
25812581
`notification_type` | **Required.** Type of notification. Defaults to `$notification.type$`.
2582+
`notification_hostnotes` | **Optional.** The host's notes. Defaults to `$host.notes$`.
25822583
`notification_address` | **Optional.** The host's IPv4 address. Defaults to `$address$`.
25832584
`notification_address6` | **Optional.** The host's IPv6 address. Defaults to `$address6$`.
25842585
`notification_author` | **Optional.** Comment author. Defaults to `$notification.author$`.
@@ -2607,6 +2608,8 @@ information.
26072608
`notification_useremail` | **Required.** The notification's recipient(s). Defaults to `$user.email$`.
26082609
`notification_servicestate` | **Required.** Current state of host. Defaults to `$service.state$`.
26092610
`notification_type` | **Required.** Type of notification. Defaults to `$notification.type$`.
2611+
`notification_hostnotes` | **Optional.** The host's notes. Defaults to `$host.notes$`.
2612+
`notification_servicenotes` | **Optional.** The service's notes. Defaults to `$service.notes$`.
26102613
`notification_address` | **Optional.** The host's IPv4 address. Defaults to `$address$`.
26112614
`notification_address6` | **Optional.** The host's IPv6 address. Defaults to `$address6$`.
26122615
`notification_author` | **Optional.** Comment author. Defaults to `$notification.author$`.

0 commit comments

Comments
 (0)