Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
pnp4icinga
> pnp4icinga-nagios-pnp.cfg
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pnp4icinga-nagios-pnp.cfg of Package pnp4icinga (Revision 2)
Currently displaying revision
2
,
show latest
# Default mode define command { command_name process-service-perfdata command_line $USER1$/process_perfdata.pl } define command { command_name process-host-perfdata command_line $USER1$/process_perfdata.pl -d HOSTPERFDATA } # Bulk mode define command { command_name perfdata-service-pnp-bulk command_line $USER1$/process_perfdata.pl --bulk=/var/spool/icinga-pnp/service-perfdata # If you are using npcd to process perfdata, disable the line above # and enable the command_line line below. # # NPCD monitors the spool directory and passes the file names to # process_perfdata.pl. This way processing of performance data is completely # decoupled from icinga. # command_line /bin/mv /var/spool/icinga-pnp/service-perfdata /var/spool/icinga-pnp/service-perfdata.$TIMET$ } define command { command_name perfdata-host-pnp-bulk command_line $USER1$/process_perfdata.pl --bulk=/var/spool/icinga-pnp/host-perfdata # If you are using npcd to process perfdata, disable the line above # and enable the command_line line below. # # NPCD monitors the spool directory and passes the file names to # process_perfdata.pl. This way processing of performance data is completely # decoupled from icinga. # command_line /bin/mv /var/spool/icinga-pnp/host-perfdata /var/spool/icinga-pnp/host-perfdata.$TIMET$ }