Search found 6 matches

by TexasSTX
Wed Mar 06, 2019 1:27 pm
Forum: Nagios Log Server
Topic: retaining local maillog with nagios log server
Replies: 1
Views: 427

retaining local maillog with nagios log server

One of our developers came to me and said that one of his jobs broke because he scans the /var/log/maillog for entries of incoming emails. A quick glance at log server showed that NLS is shipping all the logs to the server instead of to the local logs defined in rsyslog.conf. Is there a way to eithe...
by TexasSTX
Thu Jan 24, 2019 11:32 am
Forum: Nagios Log Server
Topic: Modify or create unique host report
Replies: 1
Views: 735

Modify or create unique host report

Howdy! I'm currently running nagios logserver with approximately 100 hosts. I love the fact that I can see what hosts are reporting and which stop reporting. However, we're moving to a 2 instance cluster and directing our logs through a F5 load balancer. The problem is, now the unique host report is...
by TexasSTX
Tue Jan 08, 2019 4:30 pm
Forum: Nagios Log Server
Topic: IIS Dashboard
Replies: 7
Views: 1020

Re: IIS Dashboard

but is there way to do it recursively through folders? We have a folder for each site, for example: 'D:\Logs\IIS\devA\W3SVC34\u_ex*' 'D:\Logs\IIS\devB\W3SVC35\u_ex*' 'D:\Logs\IIS\devC\W3SVC36\u_ex*' 'D:\Logs\IIS\devD\W3SVC37\u_ex*' I tried 'D:\Logs\IIS\...\*.log', but it didn't seem to work out as p...
by TexasSTX
Tue Jan 08, 2019 1:48 pm
Forum: Nagios Log Server
Topic: IIS Dashboard
Replies: 7
Views: 1020

Re: IIS Dashboard

OK, got it all working except the geoip portion.

One other question though, because we have hundreds of sites that we manage, is there way to recursively monitor log files or would we have to create alternate sites inputs for each site?

Thanks for the help!
by TexasSTX
Mon Jan 07, 2019 4:05 pm
Forum: Nagios Log Server
Topic: IIS Dashboard
Replies: 7
Views: 1020

Re: IIS Dashboard

First bit of code was a little long, but I did include: # Convert the IIS logs to JSON and use the original event time <Input IIS_Site> Module im_file File "D:\Logs\IIS\devcorps\W3SVC34\u_ex*" SavePos TRUE Exec if $raw_event =~ /^#/ drop(); \ else \ { \ w3c->parse_csv(); \ $SourceName = &q...
by TexasSTX
Mon Jan 07, 2019 1:18 pm
Forum: Nagios Log Server
Topic: IIS Dashboard
Replies: 7
Views: 1020

IIS Dashboard

Howdy! I'm fairly new to Nagios Log Server. I've been successful in setting up other dashboards, but I'm having issues setting up the IIS Dashboard. I've added the modifications to the .conf file: # Create the parse rule for IIS logs. You can copy these from the header of the IIS log file. <Extensio...