mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed extra spaces from ends of lines.
This commit is contained in:
@@ -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/
|
||||
###
|
||||
|
Reference in New Issue
Block a user