summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df6ccab)
raw | patch | inline | side by side (parent: df6ccab)
author | Sebastian Harl <sh@teamix.net> | |
Thu, 24 Jan 2013 14:25:38 +0000 (15:25 +0100) | ||
committer | Sebastian 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
Closes: #683471
debian/changelog | patch | blob | history | |
debian/nagios.cfg | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9487553d99175ff29a056500943ace650cb7b975..dc262ceb3e016556146adff6ee84ef8662167bd2 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
diff --git a/debian/nagios.cfg b/debian/nagios.cfg
index 3d7d1e330db29eab5e4f9de08d5d2d2aa55c3dc8..36f8b040a9511930b63775abb074c4eddc0031db 100644 (file)
--- a/debian/nagios.cfg
+++ b/debian/nagios.cfg
##############################################################################
-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$
}