From c6b4aa2de1ac75215b8a89c777091f6e8d2f8ded Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 1 Mar 2026 18:59:58 +0100 Subject: [PATCH] OP#436 disable local files --- templates/nagios/nagios_cfg.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index 84546fc..fb39922 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -14,12 +14,12 @@ log_file=<%= @ng_log_file %> # Original files are available at https://3for.me/hn6ca (membership area) # or at nagios.org -cfg_file=/etc/nagios/objects/commands.cfg +#cfg_file=/etc/nagios/objects/commands.cfg cfg_file=/etc/nagios/objects/timeperiods.cfg cfg_file=/etc/nagios/objects/templates.cfg # Definitions for monitoring the local (Linux) host -cfg_file=/etc/nagios/objects/localhost.cfg +#cfg_file=/etc/nagios/objects/localhost.cfg # Definitions for monitoring a Windows machine #cfg_file=/etc/nagios/objects/windows.cfg