Nagios-Object
view release on metacpan or search on metacpan
t/v2_config/nagios.cfg view on Meta::CPAN
# us (MM-DD-YYYY HH:MM:SS)
# euro (DD-MM-YYYY HH:MM:SS)
# iso8601 (YYYY-MM-DD HH:MM:SS)
# strict-iso8601 (YYYY-MM-DDTHH:MM:SS)
#
date_format=us
# MAXIMUM EMBEDDED PERL INTERPRETER CALLS
# This value determines how often (if at all) the embedded Perl
# interpreter is reinitialized during runtime. This is useful
# if you notice that the Perl interpreter is causing slow
# memory leaks over time. Setting this value to 0 means the
# embedded Perl interpreter will never be reinitialized. Any
# value > 0 is the number of times the embedded Perl interpreter
# is used (i.e. a Perl plugin is executed) before it is
# reinitialized during runtime. If you didn't compile Nagios with
# embedded Perl support, this option has no effect.
t/v3_config/nagios.cfg view on Meta::CPAN
# P1.PL FILE LOCATION
# This value determines where the p1.pl perl script (used by the
# embedded Perl interpreter) is located. If you didn't compile
# Nagios with embedded Perl support, this option has no effect.
p1_file=/usr/local/nagios/bin/p1.pl
# EMBEDDED PERL INTERPRETER OPTION
# This option determines whether or not the embedded Perl interpreter
# will be enabled during runtime. This option has no effect if Nagios
# has not been compiled with support for embedded Perl.
# Values: 0 = disable interpreter, 1 = enable interpreter
enable_embedded_perl=1
# EMBEDDED PERL USAGE OPTION
# This option determines whether or not Nagios will process Perl plugins
# and scripts with the embedded Perl interpreter if the plugins/scripts
# do not explicitly indicate whether or not it is okay to do so. Read
# the HTML documentation on the embedded Perl interpreter for more
# information on how this option works.
use_embedded_perl_implicitly=1
t/v3_config/nagios.cfg.in view on Meta::CPAN
# P1.PL FILE LOCATION
# This value determines where the p1.pl perl script (used by the
# embedded Perl interpreter) is located. If you didn't compile
# Nagios with embedded Perl support, this option has no effect.
p1_file=@bindir@/p1.pl
# EMBEDDED PERL INTERPRETER OPTION
# This option determines whether or not the embedded Perl interpreter
# will be enabled during runtime. This option has no effect if Nagios
# has not been compiled with support for embedded Perl.
# Values: 0 = disable interpreter, 1 = enable interpreter
enable_embedded_perl=1
# EMBEDDED PERL USAGE OPTION
# This option determines whether or not Nagios will process Perl plugins
# and scripts with the embedded Perl interpreter if the plugins/scripts
# do not explicitly indicate whether or not it is okay to do so. Read
# the HTML documentation on the embedded Perl interpreter for more
# information on how this option works.
use_embedded_perl_implicitly=1
( run in 2.649 seconds using v1.01-cache-2.11-cpan-71847e10f99 )