2025-08-06 18:11:51 +02:00

31 lines
817 B
INI

# -*- conf -*-
# definitions for PNP processing commands
# please choose one of the three files
# ( pnp-synchronous.cfg
# pnp-bulk.cfg
# pnp-npcd.cfg )
#
# copy to your nagios object config directory
# /etc/nagios/objects
# then edit /etc/nagios/nagios.conf to load the config file
#
# OR copy to you nagios object config directory
# /etc/nagios/objects.d
# where all of the config files are loaded.
#
#
# Bulk mode
#
define command {
command_name process-service-perfdata-file
command_line @libexecdir@/process_perfdata.pl --bulk @PERFDATA_SPOOL_DIR@/service-perfdata
}
define command {
command_name process-host-perfdata-file
command_line @libexecdir@/process_perfdata.pl --bulk @PERFDATA_SPOOL_DIR@/host-perfdata
}