Source: pnp4nagios
Version: 0.6.16-1
Severity: wishlist
Tags: patch

Hi.

Attached patch gives all the commands from nagis.cfg the same
style of whitspace usage.

Yes... I'm a stupid perfectionist ;)


Cheers,
Chris.
* Adjust all commands to use the same whitespace style.
--- a/debian/nagios.cfg
+++ b/debian/nagios.cfg
@@ -10,24 +10,24 @@
 
 ##############################################################################
 
-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$
 }

Reply via email to