From 03ce79f1809e9fec340634004122272e0b9b9d95 Mon Sep 17 00:00:00 2001 From: MrRJ45 Date: Mon, 24 Aug 2015 12:07:40 +0100 Subject: Fix Listening on Port Forgot to remove the argument from being used, will cause some issues as it seems to listen on a random port otherwise! --- extra/syslog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/syslog.rb') diff --git a/extra/syslog.rb b/extra/syslog.rb index f042744..87227bb 100644 --- a/extra/syslog.rb +++ b/extra/syslog.rb @@ -137,5 +137,5 @@ module Oxidized end end -Oxidized::SyslogMonitor.udp ARGV[0] +Oxidized::SyslogMonitor.udp #Oxidized::SyslogMonitor.file '/var/log/poop' -- cgit v1.2.1