Removed extra spaces from ends of lines.

This commit is contained in:
Jameson Finney
2016-01-30 21:06:58 -05:00
parent d225c85930
commit 437d1fc40c
36 changed files with 198 additions and 198 deletions

View File

@@ -33,7 +33,7 @@ options {
stats_freq(0);
bad_hostname("^gconfd$");
};
########################
# Sources
########################
@@ -41,19 +41,19 @@ source s_sys {
system();
internal();
};
source s_net {
tcp(port(514) flags(syslog-protocol));
udp(port(514) flags(syslog-protocol));
};
########################
# Destinations
########################
destination d_librenms {
program("/opt/librenms/syslog.php" template ("$HOST||$FACILITY||$PRIORITY||$LEVEL||$TAG||$YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC||$MSG||$PROGRAM\n") template-escape(yes));
};
########################
# Log paths
########################
@@ -62,7 +62,7 @@ log {
source(s_sys);
destination(d_librenms);
};
###
# Include all config files in /etc/syslog-ng/conf.d/
###