diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-22 13:14:17 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-22 13:14:17 +0000 |
| commit | 679e730233dbc33aa52fb219153b93af4cdab9dd (patch) | |
| tree | edb2c611dcf6e0a1ba120a4289f0e7029ff77ca5 /net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in | |
| parent | www/py-splinter: update to 0.7.4 (diff) | |
Update to 4.2.0.
MFH: 2016Q3
Security: CVE-2008-4796
Security: CVE-2013-4214
Changes: https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.2.0/Changelog
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in')
| -rw-r--r-- | net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in b/net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in new file mode 100644 index 000000000000..0f7c5ddb23c4 --- /dev/null +++ b/net-mgmt/nagios4/files/patch-sample-config_template-object_localhost.cfg.in @@ -0,0 +1,40 @@ +--- sample-config/template-object/localhost.cfg.in.orig 2016-08-01 15:46:23 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. + # + ############################################################################### + +@@ -22,9 +22,9 @@ + # Define a host for the local machine + + 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 +@@ -40,12 +40,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 +- members localhost ; Comma separated list of hosts that belong to this 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 + } + + |
