Code

nagios.cfg: Unified whitespacing.
authorSebastian Harl <sh@teamix.net>
Thu, 24 Jan 2013 14:25:38 +0000 (15:25 +0100)
committerSebastian Harl <sh@teamix.net>
Thu, 24 Jan 2013 14:25:38 +0000 (15:25 +0100)
Thanks to Christoph Anton Mitterer for the patch!
Closes: #683471
debian/changelog
debian/nagios.cfg

index 9487553d99175ff29a056500943ace650cb7b975..dc262ceb3e016556146adff6ee84ef8662167bd2 100644 (file)
@@ -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 <tokkee@debian.org>  Thu, 24 Jan 2013 14:50:27 +0100
 
index 3d7d1e330db29eab5e4f9de08d5d2d2aa55c3dc8..36f8b040a9511930b63775abb074c4eddc0031db 100644 (file)
@@ -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$
 }