Search found 4 matches

by jshill103
Thu Oct 06, 2016 5:59 pm
Forum: Nagios Log Server
Topic: Logging application logs with Nagios log server
Replies: 8
Views: 3532

Re: Logging application logs with Nagios log server

I did what rkennedy said to do in his comments. made a new config with your code, did the rsyslog restart and now my log server is taking a really long time to load the dashboard page. So I guess it is working based on the load speed, but I don't see any new log sources coming into the dashboard yet.
by jshill103
Thu Oct 06, 2016 3:25 pm
Forum: Nagios Log Server
Topic: Logging application logs with Nagios log server
Replies: 8
Views: 3532

Re: Logging application logs with Nagios log server

99: ### Begin forwarding rule for Nagios Log Server NAGIOSLOGSERVER $WorkDirectory /var/spool/rsyslog # Where spool files will live NAGIOSLOGSERVER $ActionQueueFileName nlsFwdRule0 # Unique name prefix for spool files NAGIOSLOGSERVER $ActionQueueMaxDiskSpace 1g # 1GB space limit (use as much as poss...
by jshill103
Wed Oct 05, 2016 5:39 pm
Forum: Nagios Log Server
Topic: Logging application logs with Nagios log server
Replies: 8
Views: 3532

Re: Logging application logs with Nagios log server

21-cloudinit.conf 99-nagioslogserver.conf are my only files in /etc/rsyslog.d/ and here is my config: #### RULES #### ############### # # First some standard log files. Log by facility. # auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog cron.* /var/log/cron.log daemon.* -/va...
by jshill103
Wed Oct 05, 2016 11:20 am
Forum: Nagios Log Server
Topic: Logging application logs with Nagios log server
Replies: 8
Views: 3532

Logging application logs with Nagios log server

I have nagios log server running and am not great at dev ops type things. We have some passenger-node logs inside of /var/logs/nginx and I wanted to get those sent over to my log server. I made and attempt at adding these logs to the config like this: passenger.* ~/var/log/nginx/passenger.log access...