ports/net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in
Mathieu Arnold c4dfbd393d Update to 4.4.1.
Sponsored by:	Absolight
2018-06-27 10:26:31 +00:00

39 lines
1.8 KiB
INI

--- sample-config/template-object/localhost.cfg.in.orig 2018-06-25 21:25:22 UTC
+++ sample-config/template-object/localhost.cfg.in
@@ -4,7 +4,7 @@
#
# NOTE: This config file is intended to serve as an *extremely* simple
# example of how you can create configuration entries to monitor
-# the local (Linux) machine.
+# the local (FreeBSD) machine.
#
###############################################################################
@@ -20,9 +20,9 @@
define host {
- use linux-server ; Name of host template to use
+ use freebsd-server ; Name of host template to use
; This host definition will inherit all variables that are defined
- ; in (or inherited by) the linux-server host template definition.
+ ; in (or inherited by) the freebsd-server host template definition.
host_name localhost
alias localhost
address 127.0.0.1
@@ -36,12 +36,12 @@ define host {
#
###############################################################################
-# Define an optional hostgroup for Linux machines
+# Define an optional hostgroup for FreeBSD machines
define hostgroup {
- hostgroup_name linux-servers ; The name of the hostgroup
- alias Linux Servers ; Long name of the group
+ hostgroup_name freebsd-servers ; The name of the hostgroup
+ alias FreeBSD Servers ; Long name of the group
members localhost ; Comma separated list of hosts that belong to this group
}