Each node's .cfg file has a "define host" and "define service" stanza set up like this:
Code: Select all
define host{
use generic-switch-comm
host_name Test
alias Test
address 192.168.40.155
hostgroups Test_Group
contact_groups Test_Contact
}
define service{
use generic-service
host_name Test
service_description PING
check_command check_ping!200.0,20%!600.0,60%
max_check_attempts 1
normal_check_interval 1
retry_check_interval 1
contact_groups Test_Contact
}I'd also like to preserve the email format that the alerts currently come through in, which has a nice "State Duration" field and other information.

If I change the values on the service notifications, such as setting "max_check_attempts" 3, the format instead changes to this:

I'm less concerned with this part, and would still be glad to get the notifications to delay to 3 minutes even if the email format changed. Thanks in advance for any guidance, especially on such an older version.
