mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
The old "zulip_internal" name was from back when Zulip, Inc. had two distributions of Zulip, the enterprise distribution in puppet/zulip/ and the "internal" SAAS distribution in puppet/zulip_internal. I think the name is a bit confusing in the new fully open-source Zulip work, so we're replacing it with "zulip_ops". I don't think the new name is perfect, but it's better. In the following commits, we'll delete a bunch of pieces of Zulip, Inc.'s infrastructure that don't exist anymore and thus are no longer useful (e.g. the old Trac configuration), with the goal of cleaning the repository of as much unnecessary content as possible.
20 lines
1.2 KiB
INI
20 lines
1.2 KiB
INI
# Generic host definition template - This is NOT a real host, just a template!
|
|
|
|
define host{
|
|
name generic-host ; The name of this host template
|
|
notifications_enabled 1 ; Host notifications are enabled
|
|
event_handler_enabled 1 ; Host event handler is enabled
|
|
flap_detection_enabled 0
|
|
failure_prediction_enabled 1 ; Failure prediction is enabled
|
|
process_perf_data 1 ; Process performance data
|
|
retain_status_information 1 ; Retain status information across program restarts
|
|
retain_nonstatus_information 1 ; Retain non-status information across program restarts
|
|
check_command check_tcp!22
|
|
max_check_attempts 10
|
|
notification_interval 0
|
|
notification_period 24x7
|
|
notification_options d,u,r
|
|
contact_groups admins
|
|
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
|
|
}
|