Files
confdroid_nagios/templates/nagios/contacts_cfg_rule.erb

9 lines
225 B
Plaintext
Raw Permalink Normal View History

2026-02-14 15:41:26 +01:00
define contact {
contact_name <%= @ng_contact_name %>
use <%= @ng_contact_use %>
alias <%= @ng_contact_alias %>
email <%= @ng_contact_email %>
contactgroups <%= @ng_contact_groups %>
}