From: Sebastian Harl Date: Thu, 24 Jan 2013 14:25:38 +0000 (+0100) Subject: nagios.cfg: Unified whitespacing. X-Git-Tag: v_0_6_19-1~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=38290cab6a81e47d6bf694ebb1553658e67536ac;p=pkg-pnp4nagios.git nagios.cfg: Unified whitespacing. Thanks to Christoph Anton Mitterer for the patch! Closes: #683471 --- diff --git a/debian/changelog b/debian/changelog index 9487553..dc262ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ pnp4nagios (0.6.19-1) UNRELEASED; urgency=low * debian/icinga-module.cfg, debian/rules: - Provide a sample Icinga module configuration; thanks to Christoph Anton Mitterer for providing this (Closes: #683459). + * debian/nagios.cfg: + - Unified whitespacing; thanks to Christoph Anton Mitterer for the patch + (Closes: #683471). -- Sebastian Harl Thu, 24 Jan 2013 14:50:27 +0100 diff --git a/debian/nagios.cfg b/debian/nagios.cfg index 3d7d1e3..36f8b04 100644 --- a/debian/nagios.cfg +++ b/debian/nagios.cfg @@ -10,24 +10,24 @@ define command { ############################################################################## -define command{ +define command { command_name pnp-bulk-service command_line /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/var/spool/pnp4nagios/nagios/service-perfdata } -define command{ +define command { command_name pnp-bulk-host command_line /usr/bin/perl /usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/var/spool/pnp4nagios/nagios/host-perfdata } ############################################################################## -define command{ +define command { command_name pnp-bulknpcd-service command_line /bin/mv /var/spool/pnp4nagios/nagios/service-perfdata /var/spool/pnp4nagios/npcd/service-perfdata.$TIMET$ } -define command{ +define command { command_name pnp-bulknpcd-host command_line /bin/mv /var/spool/pnp4nagios/nagios/host-perfdata /var/spool/pnp4nagios/npcd/host-perfdata.$TIMET$ }