Code

po/: Added Portuguese debconf translations.
[pkg-pnp4nagios.git] / debian / nagios.cfg
1 define command {
2         command_name    pnp-synchronous-service
3         command_line    /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl
4 }
6 define command {
7         command_name    pnp-synchronous-host
8         command_line    /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl -d HOSTPERFDATA
9 }
11 ##############################################################################
13 define command{
14         command_name    pnp-bulk-service
15         command_line    /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/var/spool/pnp4nagios/nagios/service-perfdata
16 }
18 define command{
19         command_name    pnp-bulk-host
20         command_line    /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/var/spool/pnp4nagios/nagios/host-perfdata
21 }
23 ##############################################################################
25 define command{
26         command_name    pnp-bulknpcd-service
27         command_line    /bin/mv /var/spool/pnp4nagios/nagios/service-perfdata /var/spool/pnp4nagios/npcd/service-perfdata.$TIMET$
28 }
30 define command{
31         command_name    pnp-bulknpcd-host
32         command_line    /bin/mv /var/spool/pnp4nagios/nagios/host-perfdata /var/spool/pnp4nagios/npcd/host-perfdata.$TIMET$
33 }