From 6c89839b7fc344608e61c8916ac9d9925fa98d14 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 5 Oct 2012 06:46:27 +0200 Subject: Monitoring/\* --> nagios/ --- Monitoring/nagios/shinken/discovery.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Monitoring/nagios/shinken/discovery.cfg (limited to 'Monitoring/nagios/shinken/discovery.cfg') diff --git a/Monitoring/nagios/shinken/discovery.cfg b/Monitoring/nagios/shinken/discovery.cfg new file mode 100644 index 00000000..d8e9fa9f --- /dev/null +++ b/Monitoring/nagios/shinken/discovery.cfg @@ -0,0 +1,25 @@ + +# Log file of the discovery command +log_file=/tmp/discovery.log + +# Configuration files with common discovery objects +# like discoveryrules or runners +cfg_file=discovery_rules.cfg +cfg_file=discovery_runs.cfg + +# Load all commands that will be used +cfg_file=commands.cfg + +# Some important macros +resource_file=resource.cfg + +# Lock file (with pid) for Arbiterd +lock_file=discovery.pid + +# Strip FQDN of the name ID to keep only the +# basename of the element +strip_idname_fqdn=0 + +# Change this value to increase the discovery +# scripts timeout. Start with a quite huge value, one hour. +runners_timeout=3600 -- cgit v1.2.3